Class ProcessTaskLogModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.processengine.model.ProcessTaskLogModel
- All Implemented Interfaces:
Serializable
Generated model class for type ProcessTaskLog first defined at extension processing.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated relation code constant for relationProcess2TaskLogRelationdefining source attributeprocessin extensionprocessing.static final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofProcessTaskLog.actionIdattribute defined at extensionprocessing.static final StringGenerated constant - Attribute key ofProcessTaskLog.clusterIdattribute defined at extensionprocessing.static final StringGenerated constant - Attribute key ofProcessTaskLog.endDateattribute defined at extensionprocessing.static final StringGenerated constant - Attribute key ofProcessTaskLog.logMessagesattribute defined at extensionprocessing.static final StringGenerated constant - Attribute key ofProcessTaskLog.processattribute defined at extensionprocessing.static final StringGenerated constant - Attribute key ofProcessTaskLog.returnCodeattribute defined at extensionprocessing.static final StringGenerated constant - Attribute key ofProcessTaskLog.startDateattribute 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.ProcessTaskLogModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing contextProcessTaskLogModel(String _actionId, Integer _clusterId, ItemModel _owner, BusinessProcessModel _process) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersProcessTaskLogModel(String _actionId, Integer _clusterId, BusinessProcessModel _process) 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 theProcessTaskLog.actionIdattribute defined at extensionprocessing.Generated method - Getter of theProcessTaskLog.clusterIdattribute defined at extensionprocessing.Generated method - Getter of theProcessTaskLog.endDateattribute defined at extensionprocessing.Generated method - Getter of theProcessTaskLog.logMessagesattribute defined at extensionprocessing.Generated method - Getter of theProcessTaskLog.processattribute defined at extensionprocessing.Generated method - Getter of theProcessTaskLog.returnCodeattribute defined at extensionprocessing.Generated method - Getter of theProcessTaskLog.startDateattribute defined at extensionprocessing.voidsetActionId(String value) Generated method - Setter ofProcessTaskLog.actionIdattribute defined at extensionprocessing.voidsetClusterId(Integer value) Generated method - Setter ofProcessTaskLog.clusterIdattribute defined at extensionprocessing.voidsetEndDate(Date value) Generated method - Setter ofProcessTaskLog.endDateattribute defined at extensionprocessing.voidsetLogMessages(String value) Generated method - Setter ofProcessTaskLog.logMessagesattribute defined at extensionprocessing.voidsetProcess(BusinessProcessModel value) Generated method - Setter ofProcessTaskLog.processattribute defined at extensionprocessing.voidsetReturnCode(String value) Generated method - Setter ofProcessTaskLog.returnCodeattribute defined at extensionprocessing.voidsetStartDate(Date value) Generated method - Setter ofProcessTaskLog.startDateattribute 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:
-
_PROCESS2TASKLOGRELATION
Generated relation code constant for relationProcess2TaskLogRelationdefining source attributeprocessin extensionprocessing.- See Also:
-
RETURNCODE
Generated constant - Attribute key ofProcessTaskLog.returnCodeattribute defined at extensionprocessing.- See Also:
-
STARTDATE
Generated constant - Attribute key ofProcessTaskLog.startDateattribute defined at extensionprocessing.- See Also:
-
ENDDATE
Generated constant - Attribute key ofProcessTaskLog.endDateattribute defined at extensionprocessing.- See Also:
-
ACTIONID
Generated constant - Attribute key ofProcessTaskLog.actionIdattribute defined at extensionprocessing.- See Also:
-
CLUSTERID
Generated constant - Attribute key ofProcessTaskLog.clusterIdattribute defined at extensionprocessing.- See Also:
-
LOGMESSAGES
Generated constant - Attribute key ofProcessTaskLog.logMessagesattribute defined at extensionprocessing.- See Also:
-
PROCESS
Generated constant - Attribute key ofProcessTaskLog.processattribute defined at extensionprocessing.- See Also:
-
-
Constructor Details
-
ProcessTaskLogModel
public ProcessTaskLogModel()Generated constructor - Default constructor for generic creation. -
ProcessTaskLogModel
public ProcessTaskLogModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
ProcessTaskLogModel
@Deprecated(since="4.1.1", forRemoval=true) public ProcessTaskLogModel(String _actionId, Integer _clusterId, BusinessProcessModel _process) 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:
_actionId- initial attribute declared by typeProcessTaskLogat extensionprocessing_clusterId- initial attribute declared by typeProcessTaskLogat extensionprocessing_process- initial attribute declared by typeProcessTaskLogat extensionprocessing
-
ProcessTaskLogModel
@Deprecated(since="4.1.1", forRemoval=true) public ProcessTaskLogModel(String _actionId, Integer _clusterId, ItemModel _owner, BusinessProcessModel _process) 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:
_actionId- initial attribute declared by typeProcessTaskLogat extensionprocessing_clusterId- initial attribute declared by typeProcessTaskLogat extensionprocessing_owner- initial attribute declared by typeItemat extensioncore_process- initial attribute declared by typeProcessTaskLogat extensionprocessing
-
-
Method Details
-
getActionId
Generated method - Getter of theProcessTaskLog.actionIdattribute defined at extensionprocessing.- Returns:
- the actionId - ID of the action performed
-
getClusterId
Generated method - Getter of theProcessTaskLog.clusterIdattribute defined at extensionprocessing.- Returns:
- the clusterId - ID of the cluster where action performed
-
getEndDate
Generated method - Getter of theProcessTaskLog.endDateattribute defined at extensionprocessing.- Returns:
- the endDate - Date when task was ended
-
getLogMessages
Generated method - Getter of theProcessTaskLog.logMessagesattribute defined at extensionprocessing.- Returns:
- the logMessages - Messages given during the process.
-
getProcess
Generated method - Getter of theProcessTaskLog.processattribute defined at extensionprocessing.- Returns:
- the process
-
getReturnCode
Generated method - Getter of theProcessTaskLog.returnCodeattribute defined at extensionprocessing.- Returns:
- the returnCode - Return code of the task.
-
getStartDate
Generated method - Getter of theProcessTaskLog.startDateattribute defined at extensionprocessing.- Returns:
- the startDate - Date when task was started
-
setActionId
Generated method - Setter ofProcessTaskLog.actionIdattribute defined at extensionprocessing.- Parameters:
value- the actionId - ID of the action performed
-
setClusterId
Generated method - Setter ofProcessTaskLog.clusterIdattribute defined at extensionprocessing.- Parameters:
value- the clusterId - ID of the cluster where action performed
-
setEndDate
Generated method - Setter ofProcessTaskLog.endDateattribute defined at extensionprocessing.- Parameters:
value- the endDate - Date when task was ended
-
setLogMessages
Generated method - Setter ofProcessTaskLog.logMessagesattribute defined at extensionprocessing.- Parameters:
value- the logMessages - Messages given during the process.
-
setProcess
Generated method - Setter ofProcessTaskLog.processattribute defined at extensionprocessing.- Parameters:
value- the process
-
setReturnCode
Generated method - Setter ofProcessTaskLog.returnCodeattribute defined at extensionprocessing.- Parameters:
value- the returnCode - Return code of the task.
-
setStartDate
Generated method - Setter ofProcessTaskLog.startDateattribute defined at extensionprocessing.- Parameters:
value- the startDate - Date when task was started
-