com.pff
Class PSTAppointmentException

java.lang.Object
  extended by com.pff.PSTAppointmentException

public class PSTAppointmentException
extends java.lang.Object

Class containing information on exceptions to a recurring appointment


Method Summary
 boolean attachmentsPresent()
           
 boolean embeddedMessagePresent()
           
 int getAppointmentSequence(int def)
           
 int getBusyStatus()
           
 java.lang.String getDescription()
           
 java.util.Date getDTStamp()
           
 PSTAppointment getEmbeddedMessage()
           
 int getEndDateTime()
           
 int getImportance(int def)
           
 java.lang.String getLocation()
           
 byte[] getLocationBytes()
           
 int getMeetingType()
           
 int getOriginalStartDate()
           
 int getReminderDelta()
           
 boolean getReminderSet()
           
 int getStartDateTime()
           
 java.lang.String getSubject()
           
 byte[] getSubjectBytes()
           
 boolean getSubType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSubject

public java.lang.String getSubject()

getMeetingType

public int getMeetingType()

getReminderDelta

public int getReminderDelta()

getReminderSet

public boolean getReminderSet()

getLocation

public java.lang.String getLocation()

getBusyStatus

public int getBusyStatus()

getSubType

public boolean getSubType()

getDescription

public java.lang.String getDescription()

getDTStamp

public java.util.Date getDTStamp()

getStartDateTime

public int getStartDateTime()

getEndDateTime

public int getEndDateTime()

getOriginalStartDate

public int getOriginalStartDate()

getAppointmentSequence

public int getAppointmentSequence(int def)

getImportance

public int getImportance(int def)

getSubjectBytes

public byte[] getSubjectBytes()

getLocationBytes

public byte[] getLocationBytes()

attachmentsPresent

public boolean attachmentsPresent()

embeddedMessagePresent

public boolean embeddedMessagePresent()

getEmbeddedMessage

public PSTAppointment getEmbeddedMessage()