Class AbstractScheduleModel
java.lang.Object
com.palantir.ptoss.cinch.core.DefaultBindableModel
com.inductiveautomation.ignition.common.user.schedule.AbstractScheduleModel
- All Implemented Interfaces:
- BindableModel,- Serializable
- Direct Known Subclasses:
- BasicScheduleModel,- CompositeScheduleModel
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleangetName()abstract TimelineReturns a Timeline object with the day's schedule, or null if no schedule for the day.abstract StringgetType()inthashCode()abstract booleanvoidsetDescription(String description) voidabstract voidsetObserveHolidays(boolean observeHolidays) Methods inherited from class com.palantir.ptoss.cinch.core.DefaultBindableModelbind, modelUpdated, unbind, unbindAll, update
- 
Constructor Details- 
AbstractScheduleModelpublic AbstractScheduleModel()
 
- 
- 
Method Details- 
getType
- 
getName
- 
setName
- 
getDescription
- 
setDescription
- 
equals
- 
hashCodepublic int hashCode()
- 
getScheduleForDayReturns a Timeline object with the day's schedule, or null if no schedule for the day.- Throws:
- Exception
 
- 
isObserveHolidayspublic abstract boolean isObserveHolidays()
- 
setObserveHolidayspublic abstract void setObserveHolidays(boolean observeHolidays) 
 
-