|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pentaho.platform.scheduler2.recur.SequentialRecurrence
public class SequentialRecurrence
Used to specify a sequence of dates or times from first value through and including the last value. The sequence may represent years, or days of month or hours, etc. The method to which this class is passed will determine the meaning of the integers within the list.
Constructor Summary | |
---|---|
SequentialRecurrence()
Creates a new sequence with a null first and last value |
|
SequentialRecurrence(Integer firstValue,
Integer lastValue)
Creates a new sequence. |
Method Summary | |
---|---|
Integer |
getFirstValue()
Returns the first value in the sequence. |
Integer |
getLastValue()
Returns the last value in the sequence. |
void |
setFirstValue(Integer firstValue)
Sets the first value in the sequence. |
void |
setLastValue(Integer lastValue)
Sets the last value in the sequence. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SequentialRecurrence()
public SequentialRecurrence(Integer firstValue, Integer lastValue)
firstValue
- the first value in the sequencelastValue
- the last value in the sequenceMethod Detail |
---|
public Integer getFirstValue()
public void setFirstValue(Integer firstValue)
firstValue
- the first value in the sequencepublic Integer getLastValue()
public void setLastValue(Integer lastValue)
lastValue
- the last value in the sequence
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |