public class CronParameter extends Object implements Serializable
Constructor and Description |
---|
CronParameter(CronOperatorEnum operator,
Integer day)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
String |
formatted() |
Integer |
getDay() |
Integer |
getMonth() |
CronOperatorEnum |
getOperator() |
void |
setMonth(int month)
Sets the month value.
|
public CronParameter(CronOperatorEnum operator, Integer day)
operator
- is the operator as textday
- is the day textpublic void setMonth(int month)
month
- to setpublic String formatted()
public CronOperatorEnum getOperator()
public Integer getDay()
public Integer getMonth()