public class EveryYearPeriod extends Object implements PeriodicReportPeriod
| Constructor and Description |
|---|
EveryYearPeriod() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Integer |
getDayOfMonth()
The day when the Periodic Report will be generated.
|
IntervalType |
getEvery()
Get the time interval type used to determine when to generate the Periodic Reports.
|
Integer |
getMonth()
The month when the Periodic Report will be generated.
|
LocalTime |
getTime()
The time when the Periodic Report will be generated.
|
int |
hashCode() |
EveryYearPeriod |
setDayOfMonth(Integer dayOfMonth)
The day when the Periodic Report will be generated.
|
EveryYearPeriod |
setMonth(Integer month)
The month when the Periodic Report will be generated.
|
EveryYearPeriod |
setTime(LocalTime time)
The time when the Periodic Report will be generated.
|
String |
toString() |
public IntervalType getEvery()
getEvery in interface PeriodicReportPeriodpublic Integer getMonth()
public Integer getDayOfMonth()
public LocalTime getTime()
public EveryYearPeriod setMonth(Integer month)
this.public EveryYearPeriod setDayOfMonth(Integer dayOfMonth)
this.public EveryYearPeriod setTime(LocalTime time)
this.public boolean equals(Object o)
equals in class Objectprotected boolean canEqual(Object other)
public int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object