public class EveryQuarterPeriod extends Object implements PeriodicReportPeriod
| Constructor and Description |
|---|
EveryQuarterPeriod() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Integer |
getDayOfMonth()
Gets the setting of day when the Periodic Report will be generated.
|
IntervalType |
getEvery()
Get the time interval type used to determine when to generate the Periodic Reports.
|
QuarterlyPattern |
getPattern()
The months when the quarterly Periodic Report will be generated.
|
LocalTime |
getTime()
The time when the Periodic Report will be generated.
|
int |
hashCode() |
boolean |
isEndOfMonth()
Checks whether the day when the Periodic Report will be generated is set to "END_OF_MONTH".
|
EveryQuarterPeriod |
setDayOfMonth(int dayOfMonth)
Sets the setting of day when the Periodic Report will be generated.
|
EveryQuarterPeriod |
setEndOfMonth()
Sets the setting of day when the Periodic Report will be generated to "END_OF_MONTH".
|
EveryQuarterPeriod |
setPattern(QuarterlyPattern pattern)
The months when the quarterly Periodic Report will be generated.
|
EveryQuarterPeriod |
setTime(LocalTime time)
The time when the Periodic Report will be generated.
|
String |
toString() |
public IntervalType getEvery()
getEvery in interface PeriodicReportPeriodpublic boolean isEndOfMonth()
public Integer getDayOfMonth()
public EveryQuarterPeriod setDayOfMonth(int dayOfMonth)
setEndOfMonth().dayOfMonth - the day of Monthpublic EveryQuarterPeriod setEndOfMonth()
public String toString()
toString in class Objectpublic boolean equals(Object o)
equals in class Objectprotected boolean canEqual(Object other)
public int hashCode()
hashCode in class Objectpublic QuarterlyPattern getPattern()
public EveryQuarterPeriod setPattern(QuarterlyPattern pattern)
this.public LocalTime getTime()
public EveryQuarterPeriod setTime(LocalTime time)
this.