Class HolidayModel
java.lang.Object
com.palantir.ptoss.cinch.core.DefaultBindableModel
com.inductiveautomation.ignition.common.user.schedule.HolidayModel
- All Implemented Interfaces:
BindableModel
,Serializable
,Comparable<HolidayModel>
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
compareTo
(HolidayModel that) copy()
boolean
getDate()
getName()
int
hashCode()
boolean
void
set
(HolidayModel that) void
void
void
setRepeatAnnually
(boolean repeatAnnually) Methods inherited from class com.palantir.ptoss.cinch.core.DefaultBindableModel
bind, modelUpdated, unbind, unbindAll, update
-
Constructor Details
-
HolidayModel
-
-
Method Details
-
set
-
getName
-
setName
-
getDate
-
setDate
-
isRepeatAnnually
public boolean isRepeatAnnually() -
setRepeatAnnually
public void setRepeatAnnually(boolean repeatAnnually) -
copy
-
compareTo
- Specified by:
compareTo
in interfaceComparable<HolidayModel>
-
equals
-
hashCode
public int hashCode()
-