Package de.hybris.platform.task
Class GeneratedTaskCondition
- java.lang.Object
-
- de.hybris.platform.util.BridgeAbstraction
-
- de.hybris.platform.jalo.Item
-
- de.hybris.platform.jalo.ExtensibleItem
-
- de.hybris.platform.jalo.c2l.LocalizableItem
-
- de.hybris.platform.jalo.GenericItem
-
- de.hybris.platform.task.GeneratedTaskCondition
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable
- Direct Known Subclasses:
TaskCondition
public abstract class GeneratedTaskCondition extends GenericItem
Generated class for typeTaskCondition
.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.GenericItem
GenericItem.GenericItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LocalizableItem.LocalizableItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.ExtensibleItem
ExtensibleItem.ExtensibleItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.Item
Item.AttributeFilter, Item.AttributeMode, Item.CachedGetter, Item.CachedSetter, Item.ItemAttributeMap, Item.ItemConstraint, Item.ItemImpl, Item.JaloCachedComputationException
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CHOICE
Qualifier of theTaskCondition.choice
attributestatic java.lang.String
CONSUMED
Qualifier of theTaskCondition.consumed
attributestatic java.lang.String
COUNTER
Qualifier of theTaskCondition.counter
attributeprotected static java.util.Map<java.lang.String,Item.AttributeMode>
DEFAULT_INITIAL_ATTRIBUTES
static java.lang.String
EXPIRATIONTIMEMILLIS
Qualifier of theTaskCondition.expirationTimeMillis
attributestatic java.lang.String
FULFILLED
Qualifier of theTaskCondition.fulfilled
attributestatic java.lang.String
PROCESSEDDATE
Qualifier of theTaskCondition.processedDate
attributestatic java.lang.String
TASK
Qualifier of theTaskCondition.task
attributeprotected static BidirectionalOneToManyHandler<GeneratedTaskCondition>
TASKHANDLER
BidirectionalOneToManyHandler
for handling 1:n TASK's relation attributes from 'one' side.static java.lang.String
UNIQUEID
Qualifier of theTaskCondition.uniqueID
attribute-
Fields inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LANGUAGE_FALLBACK_ENABLED
-
Fields inherited from class de.hybris.platform.jalo.Item
_CREATION_TIME_INTERNAL, _MODIFIED_TIME_INTERNAL, accessorLog, CREATION_TIME, DISABLE_ATTRIBUTE_CHECK, DISABLE_ITEMCHECK_BEFORE_REMOVABLE, EVEN, FEATURE_ACCESSMAP_QUALIFIER, HJMPTS, INITIAL_CREATION_FLAG, isJaloOnly, MODIFIED_TIME, NEGATIVE, NOT_FOUND, OWNER, PK, POSITIVE, SAVE_FROM_SERVICE_LAYER, staticTransientObjects, TYPE
-
Fields inherited from class de.hybris.platform.util.BridgeAbstraction
impl, tenant
-
-
Constructor Summary
Constructors Constructor Description GeneratedTaskCondition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Item
createItem(SessionContext ctx, ComposedType type, Item.ItemAttributeMap allAttributes)
Has to be implemented for each concrete subtype of item.java.lang.String
getChoice()
Generated method - Getter of theTaskCondition.choice
attribute.java.lang.String
getChoice(SessionContext ctx)
Generated method - Getter of theTaskCondition.choice
attribute.java.lang.Integer
getCounter()
Generated method - Getter of theTaskCondition.counter
attribute.java.lang.Integer
getCounter(SessionContext ctx)
Generated method - Getter of theTaskCondition.counter
attribute.int
getCounterAsPrimitive()
Generated method - Getter of theTaskCondition.counter
attribute.int
getCounterAsPrimitive(SessionContext ctx)
Generated method - Getter of theTaskCondition.counter
attribute.protected java.util.Map<java.lang.String,Item.AttributeMode>
getDefaultAttributeModes()
java.lang.Long
getExpirationTimeMillis()
Generated method - Getter of theTaskCondition.expirationTimeMillis
attribute.java.lang.Long
getExpirationTimeMillis(SessionContext ctx)
Generated method - Getter of theTaskCondition.expirationTimeMillis
attribute.long
getExpirationTimeMillisAsPrimitive()
Generated method - Getter of theTaskCondition.expirationTimeMillis
attribute.long
getExpirationTimeMillisAsPrimitive(SessionContext ctx)
Generated method - Getter of theTaskCondition.expirationTimeMillis
attribute.java.util.Date
getProcessedDate()
Generated method - Getter of theTaskCondition.processedDate
attribute.java.util.Date
getProcessedDate(SessionContext ctx)
Generated method - Getter of theTaskCondition.processedDate
attribute.Task
getTask()
Generated method - Getter of theTaskCondition.task
attribute.Task
getTask(SessionContext ctx)
Generated method - Getter of theTaskCondition.task
attribute.java.lang.String
getUniqueID()
Generated method - Getter of theTaskCondition.uniqueID
attribute.java.lang.String
getUniqueID(SessionContext ctx)
Generated method - Getter of theTaskCondition.uniqueID
attribute.java.lang.Boolean
isConsumed()
Generated method - Getter of theTaskCondition.consumed
attribute.java.lang.Boolean
isConsumed(SessionContext ctx)
Generated method - Getter of theTaskCondition.consumed
attribute.boolean
isConsumedAsPrimitive()
Generated method - Getter of theTaskCondition.consumed
attribute.boolean
isConsumedAsPrimitive(SessionContext ctx)
Generated method - Getter of theTaskCondition.consumed
attribute.java.lang.Boolean
isFulfilled()
Generated method - Getter of theTaskCondition.fulfilled
attribute.java.lang.Boolean
isFulfilled(SessionContext ctx)
Generated method - Getter of theTaskCondition.fulfilled
attribute.boolean
isFulfilledAsPrimitive()
Generated method - Getter of theTaskCondition.fulfilled
attribute.boolean
isFulfilledAsPrimitive(SessionContext ctx)
Generated method - Getter of theTaskCondition.fulfilled
attribute.void
setChoice(SessionContext ctx, java.lang.String value)
Generated method - Setter of theTaskCondition.choice
attribute.void
setChoice(java.lang.String value)
Generated method - Setter of theTaskCondition.choice
attribute.void
setConsumed(boolean value)
Generated method - Setter of theTaskCondition.consumed
attribute.void
setConsumed(SessionContext ctx, boolean value)
Generated method - Setter of theTaskCondition.consumed
attribute.void
setConsumed(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theTaskCondition.consumed
attribute.void
setConsumed(java.lang.Boolean value)
Generated method - Setter of theTaskCondition.consumed
attribute.void
setCounter(int value)
Generated method - Setter of theTaskCondition.counter
attribute.void
setCounter(SessionContext ctx, int value)
Generated method - Setter of theTaskCondition.counter
attribute.void
setCounter(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theTaskCondition.counter
attribute.void
setCounter(java.lang.Integer value)
Generated method - Setter of theTaskCondition.counter
attribute.void
setExpirationTimeMillis(long value)
Generated method - Setter of theTaskCondition.expirationTimeMillis
attribute.void
setExpirationTimeMillis(SessionContext ctx, long value)
Generated method - Setter of theTaskCondition.expirationTimeMillis
attribute.void
setExpirationTimeMillis(SessionContext ctx, java.lang.Long value)
Generated method - Setter of theTaskCondition.expirationTimeMillis
attribute.void
setExpirationTimeMillis(java.lang.Long value)
Generated method - Setter of theTaskCondition.expirationTimeMillis
attribute.void
setFulfilled(boolean value)
Generated method - Setter of theTaskCondition.fulfilled
attribute.void
setFulfilled(SessionContext ctx, boolean value)
Generated method - Setter of theTaskCondition.fulfilled
attribute.void
setFulfilled(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theTaskCondition.fulfilled
attribute.void
setFulfilled(java.lang.Boolean value)
Generated method - Setter of theTaskCondition.fulfilled
attribute.void
setProcessedDate(SessionContext ctx, java.util.Date value)
Generated method - Setter of theTaskCondition.processedDate
attribute.void
setProcessedDate(java.util.Date value)
Generated method - Setter of theTaskCondition.processedDate
attribute.void
setTask(SessionContext ctx, Task value)
Generated method - Setter of theTaskCondition.task
attribute.void
setTask(Task value)
Generated method - Setter of theTaskCondition.task
attribute.void
setUniqueID(SessionContext ctx, java.lang.String value)
Generated method - Setter of theTaskCondition.uniqueID
attribute.void
setUniqueID(java.lang.String value)
Generated method - Setter of theTaskCondition.uniqueID
attribute.-
Methods inherited from class de.hybris.platform.jalo.GenericItem
getImplementation, getInitialProperties, getNonInitialAttributes, getRelatedItems, setRelatedItems
-
Methods inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllValuesSessionContext, getLocalizedProperty, getLocalizedProperty, getLocalizedPropertyInternal, getLocalizedPropertyNames, getLocalizedPropertyNames, hasLanguage, isEmptyValue, isFallbackEnabled, removeLocalizedProperty, removeLocalizedProperty, setAllLocalizedProperties, setAllLocalizedProperties, setLocalizedProperty, setLocalizedProperty
-
Methods inherited from class de.hybris.platform.jalo.ExtensibleItem
createNonClassAccessor, getAllProperties, getAllProperties, getProperty, getProperty, getPropertyNames, getPropertyNames, removeProperty, removeProperty, setAllProperties, setAllProperties, setProperty, setProperty
-
Methods inherited from class de.hybris.platform.jalo.Item
addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addNegativePermission, addPermission, addPositivePermission, assureExtensionsLoaded, changeTypeAfterCreation, checkConstraint, checkItemPermission, checkMandatoryAttribute, checkMandatoryAttribute, checkPermission, checkPermission, checkRemovable, clearPermission, compareTo, ctx, doAfterRemove, doBeforeRemove, equals, getAccessorFor, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributesInternal, getAllLinkedItems, getAndCheckCacheBoundItem, getAttribute, getAttribute, getCacheBoundItem, getComposedType, getComposedTypePK, getCreationTime, getCurrentlyRemovingCount, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItemsCount, getLinkedItemsCount, getLinkedItemsCount, getModificationTime, getNegativePermissions, getOwner, getPermissionMap, getPermissions, getPersistenceVersion, getPK, getPositivePermissions, getRestrictedPrincipals, getSession, getSyncObject, getTenant, getTransientObject, getTransientObjectMap, hashCode, hasRegisteredClassAccessorFor, internal_registerClassAccessorFor, internal_registerNonClassAccessorFor, invalidateLocalCaches, isAlive, isCacheBound, isCurrentlyRemoving, isCurrentlyRemoving, isEmptyRelationValue, isInCreate, isInstanceOf, isItemCheckBeforeRemoveableDisabled, isMarkModifiedDisabled, isRelationLocalizationFallbackEnabled, newInstance, notifyExtensionsAfterItemCreation, notifyExtensionsBeforeItemCreation, notifyItemRemoval, notifyManagerAboutItemRemoval, readResolve, registerAccessFor, registerAccessFor, registerJaloInvalidationListeners, remove, remove, removeItemCollection, removeItemCollection, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinks, removePartOfItems, removePartOfItems, setAllAttributes, setAllAttributes, setAllAttributesInternal, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAttribute, setAttribute, setAttributeFromString, setAttributeFromString, setCacheBound, setComposedType, setCreationTime, setImplementation, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setModificationTime, setNonInitialAttributes, setOwner, setPermissionsByMap, setTransientObject, setUseTA, toString, useTA, writeReplace
-
Methods inherited from class de.hybris.platform.util.BridgeAbstraction
setTenant
-
-
-
-
Field Detail
-
UNIQUEID
public static final java.lang.String UNIQUEID
Qualifier of theTaskCondition.uniqueID
attribute- See Also:
- Constant Field Values
-
EXPIRATIONTIMEMILLIS
public static final java.lang.String EXPIRATIONTIMEMILLIS
Qualifier of theTaskCondition.expirationTimeMillis
attribute- See Also:
- Constant Field Values
-
PROCESSEDDATE
public static final java.lang.String PROCESSEDDATE
Qualifier of theTaskCondition.processedDate
attribute- See Also:
- Constant Field Values
-
FULFILLED
public static final java.lang.String FULFILLED
Qualifier of theTaskCondition.fulfilled
attribute- See Also:
- Constant Field Values
-
CONSUMED
public static final java.lang.String CONSUMED
Qualifier of theTaskCondition.consumed
attribute- See Also:
- Constant Field Values
-
CHOICE
public static final java.lang.String CHOICE
Qualifier of theTaskCondition.choice
attribute- See Also:
- Constant Field Values
-
COUNTER
public static final java.lang.String COUNTER
Qualifier of theTaskCondition.counter
attribute- See Also:
- Constant Field Values
-
TASK
public static final java.lang.String TASK
Qualifier of theTaskCondition.task
attribute- See Also:
- Constant Field Values
-
TASKHANDLER
protected static final BidirectionalOneToManyHandler<GeneratedTaskCondition> TASKHANDLER
BidirectionalOneToManyHandler
for handling 1:n TASK's relation attributes from 'one' side.
-
DEFAULT_INITIAL_ATTRIBUTES
protected static final java.util.Map<java.lang.String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
-
-
Method Detail
-
getDefaultAttributeModes
protected java.util.Map<java.lang.String,Item.AttributeMode> getDefaultAttributeModes()
- Overrides:
getDefaultAttributeModes
in classItem
-
getChoice
public java.lang.String getChoice(SessionContext ctx)
Generated method - Getter of theTaskCondition.choice
attribute.- Returns:
- the choice - Additional value which can be provided by the user when triggering an event
-
getChoice
public java.lang.String getChoice()
Generated method - Getter of theTaskCondition.choice
attribute.- Returns:
- the choice - Additional value which can be provided by the user when triggering an event
-
setChoice
public void setChoice(SessionContext ctx, java.lang.String value)
Generated method - Setter of theTaskCondition.choice
attribute.- Parameters:
value
- the choice - Additional value which can be provided by the user when triggering an event
-
setChoice
public void setChoice(java.lang.String value)
Generated method - Setter of theTaskCondition.choice
attribute.- Parameters:
value
- the choice - Additional value which can be provided by the user when triggering an event
-
isConsumed
public java.lang.Boolean isConsumed(SessionContext ctx)
Generated method - Getter of theTaskCondition.consumed
attribute.- Returns:
- the consumed
-
isConsumed
public java.lang.Boolean isConsumed()
Generated method - Getter of theTaskCondition.consumed
attribute.- Returns:
- the consumed
-
isConsumedAsPrimitive
public boolean isConsumedAsPrimitive(SessionContext ctx)
Generated method - Getter of theTaskCondition.consumed
attribute.- Returns:
- the consumed
-
isConsumedAsPrimitive
public boolean isConsumedAsPrimitive()
Generated method - Getter of theTaskCondition.consumed
attribute.- Returns:
- the consumed
-
setConsumed
public void setConsumed(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theTaskCondition.consumed
attribute.- Parameters:
value
- the consumed
-
setConsumed
public void setConsumed(java.lang.Boolean value)
Generated method - Setter of theTaskCondition.consumed
attribute.- Parameters:
value
- the consumed
-
setConsumed
public void setConsumed(SessionContext ctx, boolean value)
Generated method - Setter of theTaskCondition.consumed
attribute.- Parameters:
value
- the consumed
-
setConsumed
public void setConsumed(boolean value)
Generated method - Setter of theTaskCondition.consumed
attribute.- Parameters:
value
- the consumed
-
getCounter
public java.lang.Integer getCounter(SessionContext ctx)
Generated method - Getter of theTaskCondition.counter
attribute.- Returns:
- the counter - Counter which if set to value greater than 0 prevent fulfilling the condition. Counter is decremented every time when an event is triggered.
-
getCounter
public java.lang.Integer getCounter()
Generated method - Getter of theTaskCondition.counter
attribute.- Returns:
- the counter - Counter which if set to value greater than 0 prevent fulfilling the condition. Counter is decremented every time when an event is triggered.
-
getCounterAsPrimitive
public int getCounterAsPrimitive(SessionContext ctx)
Generated method - Getter of theTaskCondition.counter
attribute.- Returns:
- the counter - Counter which if set to value greater than 0 prevent fulfilling the condition. Counter is decremented every time when an event is triggered.
-
getCounterAsPrimitive
public int getCounterAsPrimitive()
Generated method - Getter of theTaskCondition.counter
attribute.- Returns:
- the counter - Counter which if set to value greater than 0 prevent fulfilling the condition. Counter is decremented every time when an event is triggered.
-
setCounter
public void setCounter(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theTaskCondition.counter
attribute.- Parameters:
value
- the counter - Counter which if set to value greater than 0 prevent fulfilling the condition. Counter is decremented every time when an event is triggered.
-
setCounter
public void setCounter(java.lang.Integer value)
Generated method - Setter of theTaskCondition.counter
attribute.- Parameters:
value
- the counter - Counter which if set to value greater than 0 prevent fulfilling the condition. Counter is decremented every time when an event is triggered.
-
setCounter
public void setCounter(SessionContext ctx, int value)
Generated method - Setter of theTaskCondition.counter
attribute.- Parameters:
value
- the counter - Counter which if set to value greater than 0 prevent fulfilling the condition. Counter is decremented every time when an event is triggered.
-
setCounter
public void setCounter(int value)
Generated method - Setter of theTaskCondition.counter
attribute.- Parameters:
value
- the counter - Counter which if set to value greater than 0 prevent fulfilling the condition. Counter is decremented every time when an event is triggered.
-
createItem
protected Item createItem(SessionContext ctx, ComposedType type, Item.ItemAttributeMap allAttributes) throws JaloBusinessException
Description copied from class:Item
Has to be implemented for each concrete subtype of item. This method is responsible for creating a new item instance ( by calling managers, ejb homes, etc. ) duringComposedType.newInstance(Map)
.In case this method uses any of the attribute values during creation it is required to override
Item.getNonInitialAttributes(SessionContext, ItemAttributeMap)
too.
Sn example:public static final String MY_ATTRIBUTE = "someAttribute"; ... protected Item createItem(SessionContext ctx, ComposedType type, Map allAttributes ) throws JaloBusinessException { MyManager man = ... return man.createMyItem( (String)allAttributes.get(MY_ATTRIBUTE) ); // here MY_ATTRIBUTE is used for creation, so it must not be set again } protected Map getNonInitialAttributes( SessionContext ctx, Map allAttributes ) { // let superclass remove its own initial attributes Map ret = super.getNonInitialAttributes( ctx, allAttributes ); // remove MY_ATTRIBUTE from all attributes since if has already been set ret.remove(MY_ATTRIBUTE); return ret; }
- Overrides:
createItem
in classGenericItem
- Parameters:
ctx
- the current session context which this item is created withintype
- the actual item type ( since subtypes may not provide a own jalo class this may be different from the type which this method was implemented for )- Returns:
- the new item instance
- Throws:
JaloBusinessException
- indicates an error during creation - any changes will be rollbacked
-
getExpirationTimeMillis
public java.lang.Long getExpirationTimeMillis(SessionContext ctx)
Generated method - Getter of theTaskCondition.expirationTimeMillis
attribute.- Returns:
- the expirationTimeMillis - The maximum allowed time to wait for completion
-
getExpirationTimeMillis
public java.lang.Long getExpirationTimeMillis()
Generated method - Getter of theTaskCondition.expirationTimeMillis
attribute.- Returns:
- the expirationTimeMillis - The maximum allowed time to wait for completion
-
getExpirationTimeMillisAsPrimitive
public long getExpirationTimeMillisAsPrimitive(SessionContext ctx)
Generated method - Getter of theTaskCondition.expirationTimeMillis
attribute.- Returns:
- the expirationTimeMillis - The maximum allowed time to wait for completion
-
getExpirationTimeMillisAsPrimitive
public long getExpirationTimeMillisAsPrimitive()
Generated method - Getter of theTaskCondition.expirationTimeMillis
attribute.- Returns:
- the expirationTimeMillis - The maximum allowed time to wait for completion
-
setExpirationTimeMillis
public void setExpirationTimeMillis(SessionContext ctx, java.lang.Long value)
Generated method - Setter of theTaskCondition.expirationTimeMillis
attribute.- Parameters:
value
- the expirationTimeMillis - The maximum allowed time to wait for completion
-
setExpirationTimeMillis
public void setExpirationTimeMillis(java.lang.Long value)
Generated method - Setter of theTaskCondition.expirationTimeMillis
attribute.- Parameters:
value
- the expirationTimeMillis - The maximum allowed time to wait for completion
-
setExpirationTimeMillis
public void setExpirationTimeMillis(SessionContext ctx, long value)
Generated method - Setter of theTaskCondition.expirationTimeMillis
attribute.- Parameters:
value
- the expirationTimeMillis - The maximum allowed time to wait for completion
-
setExpirationTimeMillis
public void setExpirationTimeMillis(long value)
Generated method - Setter of theTaskCondition.expirationTimeMillis
attribute.- Parameters:
value
- the expirationTimeMillis - The maximum allowed time to wait for completion
-
isFulfilled
public java.lang.Boolean isFulfilled(SessionContext ctx)
Generated method - Getter of theTaskCondition.fulfilled
attribute.- Returns:
- the fulfilled
-
isFulfilled
public java.lang.Boolean isFulfilled()
Generated method - Getter of theTaskCondition.fulfilled
attribute.- Returns:
- the fulfilled
-
isFulfilledAsPrimitive
public boolean isFulfilledAsPrimitive(SessionContext ctx)
Generated method - Getter of theTaskCondition.fulfilled
attribute.- Returns:
- the fulfilled
-
isFulfilledAsPrimitive
public boolean isFulfilledAsPrimitive()
Generated method - Getter of theTaskCondition.fulfilled
attribute.- Returns:
- the fulfilled
-
setFulfilled
public void setFulfilled(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theTaskCondition.fulfilled
attribute.- Parameters:
value
- the fulfilled
-
setFulfilled
public void setFulfilled(java.lang.Boolean value)
Generated method - Setter of theTaskCondition.fulfilled
attribute.- Parameters:
value
- the fulfilled
-
setFulfilled
public void setFulfilled(SessionContext ctx, boolean value)
Generated method - Setter of theTaskCondition.fulfilled
attribute.- Parameters:
value
- the fulfilled
-
setFulfilled
public void setFulfilled(boolean value)
Generated method - Setter of theTaskCondition.fulfilled
attribute.- Parameters:
value
- the fulfilled
-
getProcessedDate
public java.util.Date getProcessedDate(SessionContext ctx)
Generated method - Getter of theTaskCondition.processedDate
attribute.- Returns:
- the processedDate - The date when this condition has been processed. Then state is switched to FULFILLED or REJECTED.
-
getProcessedDate
public java.util.Date getProcessedDate()
Generated method - Getter of theTaskCondition.processedDate
attribute.- Returns:
- the processedDate - The date when this condition has been processed. Then state is switched to FULFILLED or REJECTED.
-
setProcessedDate
public void setProcessedDate(SessionContext ctx, java.util.Date value)
Generated method - Setter of theTaskCondition.processedDate
attribute.- Parameters:
value
- the processedDate - The date when this condition has been processed. Then state is switched to FULFILLED or REJECTED.
-
setProcessedDate
public void setProcessedDate(java.util.Date value)
Generated method - Setter of theTaskCondition.processedDate
attribute.- Parameters:
value
- the processedDate - The date when this condition has been processed. Then state is switched to FULFILLED or REJECTED.
-
getTask
public Task getTask(SessionContext ctx)
Generated method - Getter of theTaskCondition.task
attribute.- Returns:
- the task
-
getTask
public Task getTask()
Generated method - Getter of theTaskCondition.task
attribute.- Returns:
- the task
-
setTask
public void setTask(SessionContext ctx, Task value)
Generated method - Setter of theTaskCondition.task
attribute.- Parameters:
value
- the task
-
setTask
public void setTask(Task value)
Generated method - Setter of theTaskCondition.task
attribute.- Parameters:
value
- the task
-
getUniqueID
public java.lang.String getUniqueID(SessionContext ctx)
Generated method - Getter of theTaskCondition.uniqueID
attribute.- Returns:
- the uniqueID - The unique id of this condition - may be created by number series !?
-
getUniqueID
public java.lang.String getUniqueID()
Generated method - Getter of theTaskCondition.uniqueID
attribute.- Returns:
- the uniqueID - The unique id of this condition - may be created by number series !?
-
setUniqueID
public void setUniqueID(SessionContext ctx, java.lang.String value)
Generated method - Setter of theTaskCondition.uniqueID
attribute.- Parameters:
value
- the uniqueID - The unique id of this condition - may be created by number series !?
-
setUniqueID
public void setUniqueID(java.lang.String value)
Generated method - Setter of theTaskCondition.uniqueID
attribute.- Parameters:
value
- the uniqueID - The unique id of this condition - may be created by number series !?
-
-