public class RecurrenceFieldUpdate extends FieldUpdate
Modifier and Type | Class and Description |
---|---|
static class |
RecurrenceFieldUpdate.RecurrencePattern |
Modifier and Type | Field and Description |
---|---|
protected HashSet<String> |
byDays |
protected Date |
endDate |
static org.apache.log4j.Logger |
LOGGER |
protected Date |
startDate |
Constructor and Description |
---|
RecurrenceFieldUpdate()
Create recurrence field update.
|
Modifier and Type | Method and Description |
---|---|
void |
setByDay(String[] days) |
void |
setEndDate(Date endDate) |
void |
setRecurrenceInterval(String interval) |
void |
setRecurrencePattern(RecurrenceFieldUpdate.RecurrencePattern recurrencePattern) |
void |
setRecurrencePattern(String value) |
void |
setStartDate(Date startDate) |
void |
write(String itemType,
Writer writer)
Write field to request writer.
|
public static final org.apache.log4j.Logger LOGGER
protected Date startDate
protected Date endDate
public RecurrenceFieldUpdate()
public void setStartDate(Date startDate)
public void setEndDate(Date endDate)
public void setByDay(String[] days)
public void setRecurrencePattern(RecurrenceFieldUpdate.RecurrencePattern recurrencePattern)
public void setRecurrencePattern(String value)
public void setRecurrenceInterval(String interval)
public void write(String itemType, Writer writer) throws IOException
write
in class FieldUpdate
itemType
- item typewriter
- request writerIOException
- on errorCopyright © 2001–2024 MickaĆ«l Guessant. All rights reserved.