|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Task
Interface used to represent the type : task Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
Field Summary | |
---|---|
static PropertyInstanceHolder |
CANCELLED_INSTANCE
Variable used to hold the PropertyInstance for : cancelled |
static PropertyInstanceHolder |
COMPLETED_INSTANCE
Variable used to hold the PropertyInstance for : completed |
static PropertyInstanceHolder |
GENERATED_EXCEPTION_INSTANCE
Variable used to hold the PropertyInstance for : generated exception |
static PropertyInstanceHolder |
ORDER_INSTANCE
Variable used to hold the PropertyInstance for : order |
static PropertyInstanceHolder |
PERCENTAGE_COMPLETED_INSTANCE
Variable used to hold the PropertyInstance for : percentage completed |
static PropertyInstanceHolder |
RESULT_INSTANCE
Variable used to hold the PropertyInstance for : result |
static PropertyInstanceHolder |
START_TIME_INSTANCE
Variable used to hold the PropertyInstance for : start time |
static PropertyInstanceHolder |
STOP_TIME_INSTANCE
Variable used to hold the PropertyInstance for : stop time |
static PropertyCollectionTypeHolder |
TASK_TYPE
Variable used to hold the PropertyCollectionType for : task |
Fields inherited from interface org.deduced.NamedPropertyCollection |
---|
NAME_INSTANCE, NAMED_PROPERTY_COLLECTION_TYPE |
Fields inherited from interface org.deduced.PropertyCollection |
---|
PROPERTY_COLLECTION_TYPE |
Method Summary | |
---|---|
java.lang.Object |
getGeneratedException()
Get the value of the instance : generated exception |
int |
getOrder()
Get the value of the instance : order |
float |
getPercentageCompleted()
Get the value of the instance : percentage completed |
java.lang.Object |
getResult()
Get the value of the instance : result |
long |
getStartTime()
Get the value of the instance : start time |
long |
getStopTime()
Get the value of the instance : stop time |
boolean |
isCancelled()
Get the value of the instance : cancelled |
boolean |
isCompleted()
Get the value of the instance : completed |
boolean |
setCancelled(boolean newValue)
Set the value of the instance : cancelled |
boolean |
setCompleted(boolean newValue)
Set the value of the instance : completed |
java.lang.Object |
setGeneratedException(java.lang.Object newValue)
Set the value of the instance : generated exception |
int |
setOrder(int newValue)
Set the value of the instance : order |
float |
setPercentageCompleted(float newValue)
Set the value of the instance : percentage completed |
java.lang.Object |
setResult(java.lang.Object newValue)
Set the value of the instance : result |
long |
setStartTime(long newValue)
Set the value of the instance : start time |
long |
setStopTime(long newValue)
Set the value of the instance : stop time |
Methods inherited from interface org.deduced.NamedPropertyCollection |
---|
getName, setName |
Methods inherited from interface org.deduced.PropertyCollection |
---|
activate, addListener, addProperty, areKeysAssignedAutomatically, asKeySet, asPropertyList, asPropertyMap, asValueList, asValueMap, clear, clone, containsInstance, containsKey, containsValue, delete, getFixedInstance, getProperty, getPropertyValue, id, instanceKey, invokeAction, isActivated, isEmpty, isListenerRegistered, iterator, iteratorByValue, keyOnParent, parent, removeListener, removeProperty, removePropertyInstance, removePropertyValue, setFixedInstance, setParent, setProperty, size, type, valueKey |
Field Detail |
---|
static final PropertyCollectionTypeHolder TASK_TYPE
static final PropertyInstanceHolder GENERATED_EXCEPTION_INSTANCE
static final PropertyInstanceHolder START_TIME_INSTANCE
static final PropertyInstanceHolder STOP_TIME_INSTANCE
static final PropertyInstanceHolder CANCELLED_INSTANCE
static final PropertyInstanceHolder RESULT_INSTANCE
static final PropertyInstanceHolder COMPLETED_INSTANCE
static final PropertyInstanceHolder ORDER_INSTANCE
static final PropertyInstanceHolder PERCENTAGE_COMPLETED_INSTANCE
Method Detail |
---|
java.lang.Object getGeneratedException()
java.lang.Object setGeneratedException(java.lang.Object newValue)
newValue
- new generated exception
long getStartTime()
long setStartTime(long newValue)
newValue
- new start time
long getStopTime()
long setStopTime(long newValue)
newValue
- new stop time
boolean isCancelled()
boolean setCancelled(boolean newValue)
newValue
- new cancelled
java.lang.Object getResult()
java.lang.Object setResult(java.lang.Object newValue)
newValue
- new result
boolean isCompleted()
boolean setCompleted(boolean newValue)
newValue
- new completed
int getOrder()
int setOrder(int newValue)
newValue
- new order
float getPercentageCompleted()
float setPercentageCompleted(float newValue)
newValue
- new percentage completed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |