org.opencrx.application.airsync.datatypes
Class RecurrenceT
java.lang.Object
org.opencrx.application.airsync.datatypes.RecurrenceT
public class RecurrenceT
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RecurrenceT
public RecurrenceT()
getType
public RecurrenceType getType()
setType
public void setType(RecurrenceType type)
getWeekOfMonth
public Integer getWeekOfMonth()
setWeekOfMonth
public void setWeekOfMonth(Integer weekOfMonth)
getMonthOfYear
public Integer getMonthOfYear()
setMonthOfYear
public void setMonthOfYear(Integer monthOfYear)
getOccurrences
public Integer getOccurrences()
setOccurrences
public void setOccurrences(Integer occurrences)
getInterval
public Integer getInterval()
setInterval
public void setInterval(Integer interval)
getDayOfWeek
public Set<RecurrenceDayOfWeek> getDayOfWeek()
setDayOfWeek
public void setDayOfWeek(Set<RecurrenceDayOfWeek> dayOfWeek)
getUntil
public Date getUntil()
setUntil
public void setUntil(Date until)
This software is published under the BSD license. Copyright © 2003-2010, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.