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 TypeMethodDescriptionintcompareTo(HolidayModel that) copy()booleangetDate()getName()inthashCode()booleanvoidset(HolidayModel that) voidvoidvoidsetRepeatAnnually(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:
compareToin interfaceComparable<HolidayModel>
-
equals
-
hashCode
public int hashCode()
-