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:
java.io.Serializable
public class ProcessTaskLogModel extends ItemModel
Generated model class for type ProcessTaskLog first defined at extension processing.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String_PROCESS2TASKLOGRELATIONGenerated relation code constant for relationProcess2TaskLogRelationdefining source attributeprocessin extensionprocessing.static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.StringACTIONIDGenerated constant - Attribute key ofProcessTaskLog.actionIdattribute defined at extensionprocessing.static java.lang.StringCLUSTERIDGenerated constant - Attribute key ofProcessTaskLog.clusterIdattribute defined at extensionprocessing.static java.lang.StringENDDATEGenerated constant - Attribute key ofProcessTaskLog.endDateattribute defined at extensionprocessing.static java.lang.StringLOGMESSAGESGenerated constant - Attribute key ofProcessTaskLog.logMessagesattribute defined at extensionprocessing.static java.lang.StringPROCESSGenerated constant - Attribute key ofProcessTaskLog.processattribute defined at extensionprocessing.static java.lang.StringRETURNCODEGenerated constant - Attribute key ofProcessTaskLog.returnCodeattribute defined at extensionprocessing.static java.lang.StringSTARTDATEGenerated 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, SEALED
-
Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
-
-
Constructor Summary
Constructors Constructor Description ProcessTaskLogModel()Generated constructor - Default constructor for generic creation.ProcessTaskLogModel(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing contextProcessTaskLogModel(java.lang.String _actionId, java.lang.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(java.lang.String _actionId, java.lang.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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetActionId()Generated method - Getter of theProcessTaskLog.actionIdattribute defined at extensionprocessing.java.lang.IntegergetClusterId()Generated method - Getter of theProcessTaskLog.clusterIdattribute defined at extensionprocessing.java.util.DategetEndDate()Generated method - Getter of theProcessTaskLog.endDateattribute defined at extensionprocessing.java.lang.StringgetLogMessages()Generated method - Getter of theProcessTaskLog.logMessagesattribute defined at extensionprocessing.BusinessProcessModelgetProcess()Generated method - Getter of theProcessTaskLog.processattribute defined at extensionprocessing.java.lang.StringgetReturnCode()Generated method - Getter of theProcessTaskLog.returnCodeattribute defined at extensionprocessing.java.util.DategetStartDate()Generated method - Getter of theProcessTaskLog.startDateattribute defined at extensionprocessing.voidsetActionId(java.lang.String value)Generated method - Setter ofProcessTaskLog.actionIdattribute defined at extensionprocessing.voidsetClusterId(java.lang.Integer value)Generated method - Setter ofProcessTaskLog.clusterIdattribute defined at extensionprocessing.voidsetEndDate(java.util.Date value)Generated method - Setter ofProcessTaskLog.endDateattribute defined at extensionprocessing.voidsetLogMessages(java.lang.String value)Generated method - Setter ofProcessTaskLog.logMessagesattribute defined at extensionprocessing.voidsetProcess(BusinessProcessModel value)Generated method - Setter ofProcessTaskLog.processattribute defined at extensionprocessing.voidsetReturnCode(java.lang.String value)Generated method - Setter ofProcessTaskLog.returnCodeattribute defined at extensionprocessing.voidsetStartDate(java.util.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, setOwner
-
Methods 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 Detail
-
_TYPECODE
public static final java.lang.String _TYPECODE
Generated model type code constant.- See Also:
- Constant Field Values
-
_PROCESS2TASKLOGRELATION
public static final java.lang.String _PROCESS2TASKLOGRELATION
Generated relation code constant for relationProcess2TaskLogRelationdefining source attributeprocessin extensionprocessing.- See Also:
- Constant Field Values
-
RETURNCODE
public static final java.lang.String RETURNCODE
Generated constant - Attribute key ofProcessTaskLog.returnCodeattribute defined at extensionprocessing.- See Also:
- Constant Field Values
-
STARTDATE
public static final java.lang.String STARTDATE
Generated constant - Attribute key ofProcessTaskLog.startDateattribute defined at extensionprocessing.- See Also:
- Constant Field Values
-
ENDDATE
public static final java.lang.String ENDDATE
Generated constant - Attribute key ofProcessTaskLog.endDateattribute defined at extensionprocessing.- See Also:
- Constant Field Values
-
ACTIONID
public static final java.lang.String ACTIONID
Generated constant - Attribute key ofProcessTaskLog.actionIdattribute defined at extensionprocessing.- See Also:
- Constant Field Values
-
CLUSTERID
public static final java.lang.String CLUSTERID
Generated constant - Attribute key ofProcessTaskLog.clusterIdattribute defined at extensionprocessing.- See Also:
- Constant Field Values
-
LOGMESSAGES
public static final java.lang.String LOGMESSAGES
Generated constant - Attribute key ofProcessTaskLog.logMessagesattribute defined at extensionprocessing.- See Also:
- Constant Field Values
-
PROCESS
public static final java.lang.String PROCESS
Generated constant - Attribute key ofProcessTaskLog.processattribute defined at extensionprocessing.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ProcessTaskLogModel
public ProcessTaskLogModel()
Generated constructor - Default constructor for generic creation.
-
ProcessTaskLogModel
public ProcessTaskLogModel(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(java.lang.String _actionId, java.lang.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(java.lang.String _actionId, java.lang.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 Detail
-
getActionId
@Accessor(qualifier="actionId", type=GETTER) public java.lang.String getActionId()
Generated method - Getter of theProcessTaskLog.actionIdattribute defined at extensionprocessing.- Returns:
- the actionId - ID of the action performed
-
getClusterId
@Accessor(qualifier="clusterId", type=GETTER) public java.lang.Integer getClusterId()
Generated method - Getter of theProcessTaskLog.clusterIdattribute defined at extensionprocessing.- Returns:
- the clusterId - ID of the cluster where action performed
-
getEndDate
@Accessor(qualifier="endDate", type=GETTER) public java.util.Date getEndDate()
Generated method - Getter of theProcessTaskLog.endDateattribute defined at extensionprocessing.- Returns:
- the endDate - Date when task was ended
-
getLogMessages
@Accessor(qualifier="logMessages", type=GETTER) public java.lang.String getLogMessages()
Generated method - Getter of theProcessTaskLog.logMessagesattribute defined at extensionprocessing.- Returns:
- the logMessages - Messages given during the process.
-
getProcess
@Accessor(qualifier="process", type=GETTER) public BusinessProcessModel getProcess()
Generated method - Getter of theProcessTaskLog.processattribute defined at extensionprocessing.- Returns:
- the process
-
getReturnCode
@Accessor(qualifier="returnCode", type=GETTER) public java.lang.String getReturnCode()
Generated method - Getter of theProcessTaskLog.returnCodeattribute defined at extensionprocessing.- Returns:
- the returnCode - Return code of the task.
-
getStartDate
@Accessor(qualifier="startDate", type=GETTER) public java.util.Date getStartDate()
Generated method - Getter of theProcessTaskLog.startDateattribute defined at extensionprocessing.- Returns:
- the startDate - Date when task was started
-
setActionId
@Accessor(qualifier="actionId", type=SETTER) public void setActionId(java.lang.String value)
Generated method - Setter ofProcessTaskLog.actionIdattribute defined at extensionprocessing.- Parameters:
value- the actionId - ID of the action performed
-
setClusterId
@Accessor(qualifier="clusterId", type=SETTER) public void setClusterId(java.lang.Integer value)
Generated method - Setter ofProcessTaskLog.clusterIdattribute defined at extensionprocessing.- Parameters:
value- the clusterId - ID of the cluster where action performed
-
setEndDate
@Accessor(qualifier="endDate", type=SETTER) public void setEndDate(java.util.Date value)
Generated method - Setter ofProcessTaskLog.endDateattribute defined at extensionprocessing.- Parameters:
value- the endDate - Date when task was ended
-
setLogMessages
@Accessor(qualifier="logMessages", type=SETTER) public void setLogMessages(java.lang.String value)
Generated method - Setter ofProcessTaskLog.logMessagesattribute defined at extensionprocessing.- Parameters:
value- the logMessages - Messages given during the process.
-
setProcess
@Accessor(qualifier="process", type=SETTER) public void setProcess(BusinessProcessModel value)
Generated method - Setter ofProcessTaskLog.processattribute defined at extensionprocessing.- Parameters:
value- the process
-
setReturnCode
@Accessor(qualifier="returnCode", type=SETTER) public void setReturnCode(java.lang.String value)
Generated method - Setter ofProcessTaskLog.returnCodeattribute defined at extensionprocessing.- Parameters:
value- the returnCode - Return code of the task.
-
-