local.tomas.vcard.impl.type
Class VRecurrence.Recurrence
java.lang.Object
local.tomas.vcard.impl.type.VRecurrence.Recurrence
- Enclosing class:
- VRecurrence
public static class VRecurrence.Recurrence
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
VRecurrence.Recurrence
public VRecurrence.Recurrence()
getDuration
public java.lang.Integer getDuration()
setDuration
public void setDuration(java.lang.Integer duration)
getEndDate
public java.sql.Timestamp getEndDate()
setEndDate
public void setEndDate(java.sql.Timestamp endDate)
getInterval
public int getInterval()
setInterval
public void setInterval(int interval)
getType
public VRecurrence.RecurrenceType getType()
setType
public void setType(VRecurrence.RecurrenceType type)
getWeekdays
public java.util.Set<java.lang.Integer> getWeekdays()
addWeekday
public void addWeekday(int weekday)
getMonths
public java.util.Set<java.lang.Integer> getMonths()
addMonth
public void addMonth(int month)
getYearDays
public java.util.Set<java.lang.Integer> getYearDays()
addYearDay
public void addYearDay(int day)
getMonthdays
public java.util.Map<java.lang.Integer,java.lang.Character> getMonthdays()
addMonthday
public void addMonthday(int day,
char sign)
getOccurrences
public java.util.Set<java.lang.Integer> getOccurrences()
addOccurrence
public void addOccurrence(int occ)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2007 null. All Rights Reserved.