public class CustomScheduledTaskDetailedVO extends CustomScheduledTaskVO
| Modifier and Type | Field and Description |
|---|---|
static Property<CustomScheduledTaskLogVO,CustomScheduledTaskDetailedVO> |
LAST_EXECUTION |
static Property<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 |
|---|---|
protected java.util.List<Property<?,?>> |
doGetProperties() |
protected void |
doSet(Property<?,?> property,
java.lang.Object value) |
java.lang.Object |
get(Property<?,?> property)
Returns the value of the given property
|
CustomScheduledTaskLogVO |
getLastExecution() |
DateTime |
getNextExecution() |
void |
setLastExecution(CustomScheduledTaskLogVO lastExecution) |
void |
setNextExecution(DateTime nextExecution) |
isEnabled, setEnabledcompareTo, getName, setName, toStringgetId, getIds, getUniqueIdsequals, getId, hashCode, setIdaddPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<CustomScheduledTaskLogVO,CustomScheduledTaskDetailedVO> LAST_EXECUTION
public static final Property<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 CustomScheduledTaskVOprotected void doSet(Property<?,?> property, java.lang.Object value)
doSet in class CustomScheduledTaskVOpublic java.lang.Object get(Property<?,?> property)
ObservableBeanget in class CustomScheduledTaskVOpublic CustomScheduledTaskLogVO getLastExecution()
public DateTime getNextExecution()
public void setLastExecution(CustomScheduledTaskLogVO lastExecution)
public void setNextExecution(DateTime nextExecution)