public class CustomScheduledTaskDetailedVO extends CustomScheduledTaskVO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<CustomScheduledTaskLogVO,CustomScheduledTaskDetailedVO> |
LAST_EXECUTION |
static BasicProperty<DateTime,CustomScheduledTaskDetailedVO> |
NEXT_EXECUTION |
ENABLEDNAMEID| Constructor and Description |
|---|
CustomScheduledTaskDetailedVO() |
CustomScheduledTaskDetailedVO(java.lang.Long id) |
CustomScheduledTaskDetailedVO(Property<T,? super CustomScheduledTaskDetailedVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
CustomScheduledTaskLogVO |
getLastExecution() |
DateTime |
getNextExecution() |
void |
setLastExecution(CustomScheduledTaskLogVO lastExecution) |
void |
setNextExecution(DateTime nextExecution) |
isEnabled, setEnabledcompareTo, getName, setName, toStringgetId, getIds, getUniqueIdsequals, getId, hashCode, setIdaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<CustomScheduledTaskLogVO,CustomScheduledTaskDetailedVO> LAST_EXECUTION
public static final BasicProperty<DateTime,CustomScheduledTaskDetailedVO> NEXT_EXECUTION
public CustomScheduledTaskDetailedVO()
public CustomScheduledTaskDetailedVO(java.lang.Long id)
public CustomScheduledTaskDetailedVO(Property<T,? super CustomScheduledTaskDetailedVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class CustomScheduledTaskVOpublic CustomScheduledTaskLogVO getLastExecution()
public void setLastExecution(CustomScheduledTaskLogVO lastExecution)
public DateTime getNextExecution()
public void setNextExecution(DateTime nextExecution)
public java.lang.String className()
className in class CustomScheduledTaskVO