Package ch.autumo.beetroot.handler.tasks
Class Task
java.lang.Object
ch.autumo.beetroot.Model
ch.autumo.beetroot.handler.tasks.Task
- All Implemented Interfaces:
Entity,Serializable
Task.
- See Also:
-
Field Summary
Fields inherited from class ch.autumo.beetroot.Model
ID_INVALID, ID_M2M_PSEUDO, ID_UNASSIGNED, LOG -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDefault display field.getGuid()getHour()booleangetName()getPath()Class<?>Get model base class, usually overwritten by thePlantgenerator.voidsetActive(boolean active) voidsetCreated(Timestamp created) voidsetDayofmonth(String dayofmonth) voidsetDayofweek(String dayofweek) voidvoidvoidsetLastexecuted(Timestamp lastexecuted) voidsetLaststatus(boolean laststatus) voidvoidsetModified(Timestamp modified) voidsetMonthofyear(String monthofyear) voidvoidMethods inherited from class ch.autumo.beetroot.Model
clone, delete, delete, deserialize, equals, exists, findFirst, findFirst, get, getAssociatedReference, getAssociatedReference, getDisplayValue, getForeignReferences, getId, getTableName, isNullable, isStored, isUnique, listAll, listReferences, read, save, save, serialize, setId, setStored, toString, update, update, where, where, where, where
-
Constructor Details
-
Task
public Task()
-
-
Method Details
-
getMonthofyear
-
setMonthofyear
-
getCreated
-
setCreated
-
getActive
public boolean getActive() -
setActive
public void setActive(boolean active) -
getMinute
-
setMinute
-
getDayofmonth
-
setDayofmonth
-
getPath
-
setPath
-
getHour
-
setHour
-
getName
-
setName
-
getGuid
-
setGuid
-
getDayofweek
-
setDayofweek
-
getLaststatus
public boolean getLaststatus() -
setLaststatus
public void setLaststatus(boolean laststatus) -
getModified
-
setModified
-
getLastexecuted
-
setLastexecuted
-
getDisplayField
Description copied from class:ModelDefault display field.- Overrides:
getDisplayFieldin classModel- Returns:
- display field
-
modelClass
Description copied from class:ModelGet model base class, usually overwritten by thePlantgenerator.- Specified by:
modelClassin classModel- Returns:
- model base class
-