|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjec.dto.RecurrenceDTO
public class RecurrenceDTO
Field Summary | |
---|---|
int |
RECURTYPE_DAILY
|
int |
RECURTYPE_MONTHLY
|
int |
RECURTYPE_SINGLE
|
int |
RECURTYPE_WEEKLY
|
int |
RECURTYPE_YEARLY
|
Constructor Summary | |
---|---|
RecurrenceDTO()
|
Method Summary | |
---|---|
java.lang.String |
getPatternEnd()
the recurrence will end at this date, set as this example pattern: YYYY-mm-ddThh:mm:ss.MMMZ (2008-12-31T05:00:00.000Z). If not set, the recurrence will not end. |
int |
getRecurtype()
|
java.lang.String |
getRrule()
|
int |
getTimezoneId()
|
void |
setPatternEnd(java.lang.String patternEnd)
the recurrence will end at this date, set as this example pattern: YYYY-mm-ddThh:mm:ss.MMMZ (2008-12-31T05:00:00.000Z). If not set, the recurrence will not end. |
void |
setRecurtype(int recurtype)
Use this class public constants to set. |
void |
setRrule(java.lang.String rrule)
use the below RFC to set this String correctly: http://www.ietf.org/rfc/rfc2445.txt paragraf "4.3.10 Recurrence Rule" and "4.8.5.4 Recurrence Rule. |
void |
setTimezoneId(int timezoneId)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int RECURTYPE_SINGLE
public int RECURTYPE_DAILY
public int RECURTYPE_WEEKLY
public int RECURTYPE_MONTHLY
public int RECURTYPE_YEARLY
Constructor Detail |
---|
public RecurrenceDTO()
Method Detail |
---|
public java.lang.String getRrule()
public void setRrule(java.lang.String rrule)
rrule
- public int getTimezoneId()
public void setTimezoneId(int timezoneId)
public int getRecurtype()
public void setRecurtype(int recurtype)
recurtype
- public java.lang.String getPatternEnd()
public void setPatternEnd(java.lang.String patternEnd)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |