public class DailyRegeneratingPattern extends java.lang.Object implements TaskRecurrencePattern
| Constructor and Description |
|---|
DailyRegeneratingPattern()
Initializes a new instance of the DailyRegeneratingPattern class.
|
DailyRegeneratingPattern(int interval)
Initializes a new instance of the DailyRegeneratingPattern class.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getInterval()
Gets the interval, in days, between two consecutive recurring items.
|
void |
setInterval(int interval)
Sets the interval, in days, between two consecutive recurring items.
|
java.lang.String |
toString()
Converts the value of the current DailyRegeneratingPattern object to its equivalent string representation.
|
public DailyRegeneratingPattern()
public DailyRegeneratingPattern(int interval)
interval - the intervalpublic java.lang.String toString()
toString in class java.lang.Objectpublic int getInterval()
public void setInterval(int interval)
interval - the new interval