Package de.hybris.platform.task
Class TaskConditionModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.task.TaskConditionModel
- All Implemented Interfaces:
Serializable
Generated model class for type TaskCondition first defined at extension processing.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated relation code constant for relationTaskConditionRelationdefining source attributetaskin extensionprocessing.static final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofTaskCondition.choiceattribute defined at extensionprocessing.static final StringGenerated constant - Attribute key ofTaskCondition.consumedattribute defined at extensionprocessing.static final StringGenerated constant - Attribute key ofTaskCondition.counterattribute defined at extensionprocessing.static final StringGenerated constant - Attribute key ofTaskCondition.expirationDateattribute defined at extensionprocessing.static final StringGenerated constant - Attribute key ofTaskCondition.expirationTimeMillisattribute defined at extensionprocessing.static final StringGenerated constant - Attribute key ofTaskCondition.fulfilledattribute defined at extensionprocessing.static final StringGenerated constant - Attribute key ofTaskCondition.processedDateattribute defined at extensionprocessing.static final StringGenerated constant - Attribute key ofTaskCondition.taskattribute defined at extensionprocessing.static final StringGenerated constant - Attribute key ofTaskCondition.uniqueIDattribute defined at extensionprocessing.Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionGenerated constructor - Default constructor for generic creation.TaskConditionModel(ItemModel _owner, String _uniqueID) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - Default constructor for creation with existing contextTaskConditionModel(String _uniqueID) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theTaskCondition.choiceattribute defined at extensionprocessing.Generated method - Getter of theTaskCondition.consumedattribute defined at extensionprocessing.Generated method - Getter of theTaskCondition.counterattribute defined at extensionprocessing.Generated method - Getter of theTaskCondition.expirationDatedynamic attribute defined at extensionprocessing.Generated method - Getter of theTaskCondition.expirationTimeMillisattribute defined at extensionprocessing.Generated method - Getter of theTaskCondition.fulfilledattribute defined at extensionprocessing.Generated method - Getter of theTaskCondition.processedDateattribute defined at extensionprocessing.getTask()Generated method - Getter of theTaskCondition.taskattribute defined at extensionprocessing.Generated method - Getter of theTaskCondition.uniqueIDattribute defined at extensionprocessing.voidGenerated method - Setter ofTaskCondition.choiceattribute defined at extensionprocessing.voidsetConsumed(Boolean value) Generated method - Setter ofTaskCondition.consumedattribute defined at extensionprocessing.voidsetCounter(Integer value) Generated method - Setter ofTaskCondition.counterattribute defined at extensionprocessing.voidsetExpirationDate(Date value) Generated method - Setter ofTaskCondition.expirationDatedynamic attribute defined at extensionprocessing.voidsetExpirationTimeMillis(Long value) Generated method - Setter ofTaskCondition.expirationTimeMillisattribute defined at extensionprocessing.voidsetFulfilled(Boolean value) Generated method - Setter ofTaskCondition.fulfilledattribute defined at extensionprocessing.voidsetProcessedDate(Date value) Generated method - Setter ofTaskCondition.processedDateattribute defined at extensionprocessing.voidGenerated method - Setter ofTaskCondition.taskattribute defined at extensionprocessing.voidsetUniqueID(String value) Generated method - Setter ofTaskCondition.uniqueIDattribute defined at extensionprocessing.Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerMethods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
equals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplace
-
Field Details
-
_TYPECODE
Generated model type code constant.- See Also:
-
_TASKCONDITIONRELATION
Generated relation code constant for relationTaskConditionRelationdefining source attributetaskin extensionprocessing.- See Also:
-
UNIQUEID
Generated constant - Attribute key ofTaskCondition.uniqueIDattribute defined at extensionprocessing.- See Also:
-
EXPIRATIONDATE
Generated constant - Attribute key ofTaskCondition.expirationDateattribute defined at extensionprocessing.- See Also:
-
EXPIRATIONTIMEMILLIS
Generated constant - Attribute key ofTaskCondition.expirationTimeMillisattribute defined at extensionprocessing.- See Also:
-
PROCESSEDDATE
Generated constant - Attribute key ofTaskCondition.processedDateattribute defined at extensionprocessing.- See Also:
-
FULFILLED
Generated constant - Attribute key ofTaskCondition.fulfilledattribute defined at extensionprocessing.- See Also:
-
CONSUMED
Generated constant - Attribute key ofTaskCondition.consumedattribute defined at extensionprocessing.- See Also:
-
CHOICE
Generated constant - Attribute key ofTaskCondition.choiceattribute defined at extensionprocessing.- See Also:
-
COUNTER
Generated constant - Attribute key ofTaskCondition.counterattribute defined at extensionprocessing.- See Also:
-
TASK
Generated constant - Attribute key ofTaskCondition.taskattribute defined at extensionprocessing.- See Also:
-
-
Constructor Details
-
TaskConditionModel
public TaskConditionModel()Generated constructor - Default constructor for generic creation. -
TaskConditionModel
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
TaskConditionModel
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_uniqueID- initial attribute declared by typeTaskConditionat extensionprocessing
-
TaskConditionModel
@Deprecated(since="4.1.1", forRemoval=true) public TaskConditionModel(ItemModel _owner, String _uniqueID) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_owner- initial attribute declared by typeItemat extensioncore_uniqueID- initial attribute declared by typeTaskConditionat extensionprocessing
-
-
Method Details
-
getChoice
Generated method - Getter of theTaskCondition.choiceattribute defined at extensionprocessing.- Returns:
- the choice - Additional value which can be provided by the user when triggering an event
-
getConsumed
Generated method - Getter of theTaskCondition.consumedattribute defined at extensionprocessing.- Returns:
- the consumed
-
getCounter
Generated method - Getter of theTaskCondition.counterattribute defined at extensionprocessing.- 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.
-
getExpirationDate
Generated method - Getter of theTaskCondition.expirationDatedynamic attribute defined at extensionprocessing.- Returns:
- the expirationDate - The maximum allowed time to wait for completion
-
getExpirationTimeMillis
Generated method - Getter of theTaskCondition.expirationTimeMillisattribute defined at extensionprocessing.- Returns:
- the expirationTimeMillis - The maximum allowed time to wait for completion
-
getFulfilled
Generated method - Getter of theTaskCondition.fulfilledattribute defined at extensionprocessing.- Returns:
- the fulfilled
-
getProcessedDate
Generated method - Getter of theTaskCondition.processedDateattribute defined at extensionprocessing.- Returns:
- the processedDate - The date when this condition has been processed. Then state is switched to FULFILLED or REJECTED.
-
getTask
Generated method - Getter of theTaskCondition.taskattribute defined at extensionprocessing.- Returns:
- the task
-
getUniqueID
Generated method - Getter of theTaskCondition.uniqueIDattribute defined at extensionprocessing.- Returns:
- the uniqueID - The unique id of this condition - may be created by number series !?
-
setChoice
Generated method - Setter ofTaskCondition.choiceattribute defined at extensionprocessing.- Parameters:
value- the choice - Additional value which can be provided by the user when triggering an event
-
setConsumed
Generated method - Setter ofTaskCondition.consumedattribute defined at extensionprocessing.- Parameters:
value- the consumed
-
setCounter
Generated method - Setter ofTaskCondition.counterattribute defined at extensionprocessing.- 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.
-
setExpirationDate
Generated method - Setter ofTaskCondition.expirationDatedynamic attribute defined at extensionprocessing.- Parameters:
value- the expirationDate - The maximum allowed time to wait for completion
-
setExpirationTimeMillis
@Accessor(qualifier="expirationTimeMillis", type=SETTER) public void setExpirationTimeMillis(Long value) Generated method - Setter ofTaskCondition.expirationTimeMillisattribute defined at extensionprocessing.- Parameters:
value- the expirationTimeMillis - The maximum allowed time to wait for completion
-
setFulfilled
Generated method - Setter ofTaskCondition.fulfilledattribute defined at extensionprocessing.- Parameters:
value- the fulfilled
-
setProcessedDate
Generated method - Setter ofTaskCondition.processedDateattribute defined at extensionprocessing.- Parameters:
value- the processedDate - The date when this condition has been processed. Then state is switched to FULFILLED or REJECTED.
-
setTask
Generated method - Setter ofTaskCondition.taskattribute defined at extensionprocessing.- Parameters:
value- the task
-
setUniqueID
Generated method - Setter ofTaskCondition.uniqueIDattribute defined at extensionprocessing.- Parameters:
value- the uniqueID - The unique id of this condition - may be created by number series !?
-