com.pff
Class PSTAppointmentRecurrence

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

public class PSTAppointmentRecurrence
extends java.lang.Object

Class containing recurrence information for a recurring appointment


Constructor Summary
PSTAppointmentRecurrence(byte[] recurrencePattern, PSTAppointment appt, PSTTimeZone tz)
           
 
Method Summary
 short getCalendarType()
           
 int getEndDate()
           
 int getEndTimeOffset()
           
 int getEndType()
           
 PSTAppointmentException getException(int i)
           
 short getExceptionCount()
           
 int getFirstDateTime()
           
 int getFirstDOW()
           
 int getOccurrenceCount()
           
 int getPatternSpecific()
           
 int getPatternSpecificNth()
           
 short getPatternType()
           
 int getPeriod()
           
 int getRecurFrequency()
           
 int getSlidingFlag()
           
 int getStartDate()
           
 int getStartTimeOffset()
           
 PSTTimeZone getTimeZone()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PSTAppointmentRecurrence

public PSTAppointmentRecurrence(byte[] recurrencePattern,
                                PSTAppointment appt,
                                PSTTimeZone tz)
Method Detail

getExceptionCount

public short getExceptionCount()

getException

public PSTAppointmentException getException(int i)

getCalendarType

public short getCalendarType()

getPatternType

public short getPatternType()

getPeriod

public int getPeriod()

getPatternSpecific

public int getPatternSpecific()

getFirstDOW

public int getFirstDOW()

getPatternSpecificNth

public int getPatternSpecificNth()

getFirstDateTime

public int getFirstDateTime()

getEndType

public int getEndType()

getOccurrenceCount

public int getOccurrenceCount()

getEndDate

public int getEndDate()

getStartTimeOffset

public int getStartTimeOffset()

getTimeZone

public PSTTimeZone getTimeZone()

getRecurFrequency

public int getRecurFrequency()

getSlidingFlag

public int getSlidingFlag()

getStartDate

public int getStartDate()

getEndTimeOffset

public int getEndTimeOffset()