Class WorkflowActionCommentModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.workflow.model.WorkflowActionCommentModel
- All Implemented Interfaces:
Serializable
Generated model class for type WorkflowActionComment first defined at extension workflow.
- 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 model type code constant.static final StringGenerated relation code constant for relationWorkflowActionCommentRelationdefining source attributeworkflowActionin extensionworkflow.static final StringGenerated constant - Attribute key ofWorkflowActionComment.commentattribute defined at extensionworkflow.static final StringGenerated constant - Attribute key ofWorkflowActionComment.userattribute defined at extensionworkflow.static final StringGenerated constant - Attribute key ofWorkflowActionComment.workflowActionattribute defined at extensionworkflow.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.WorkflowActionCommentModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing contextWorkflowActionCommentModel(String _comment, ItemModel _owner, AbstractWorkflowActionModel _workflowAction) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersWorkflowActionCommentModel(String _comment, AbstractWorkflowActionModel _workflowAction) 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 theWorkflowActionComment.commentattribute defined at extensionworkflow.getUser()Generated method - Getter of theWorkflowActionComment.userattribute defined at extensionworkflow.Generated method - Getter of theWorkflowActionComment.workflowActionattribute defined at extensionworkflow.voidsetComment(String value) Generated method - Setter ofWorkflowActionComment.commentattribute defined at extensionworkflow.voidGenerated method - Setter ofWorkflowActionComment.userattribute defined at extensionworkflow.voidGenerated method - Setter ofWorkflowActionComment.workflowActionattribute defined at extensionworkflow.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:
-
_WORKFLOWACTIONCOMMENTRELATION
Generated relation code constant for relationWorkflowActionCommentRelationdefining source attributeworkflowActionin extensionworkflow.- See Also:
-
COMMENT
Generated constant - Attribute key ofWorkflowActionComment.commentattribute defined at extensionworkflow.- See Also:
-
USER
Generated constant - Attribute key ofWorkflowActionComment.userattribute defined at extensionworkflow.- See Also:
-
WORKFLOWACTION
Generated constant - Attribute key ofWorkflowActionComment.workflowActionattribute defined at extensionworkflow.- See Also:
-
-
Constructor Details
-
WorkflowActionCommentModel
public WorkflowActionCommentModel()Generated constructor - Default constructor for generic creation. -
WorkflowActionCommentModel
public WorkflowActionCommentModel(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
-
WorkflowActionCommentModel
@Deprecated(since="4.1.1", forRemoval=true) public WorkflowActionCommentModel(String _comment, AbstractWorkflowActionModel _workflowAction) 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:
_comment- initial attribute declared by typeWorkflowActionCommentat extensionworkflow_workflowAction- initial attribute declared by typeWorkflowActionCommentat extensionworkflow
-
WorkflowActionCommentModel
@Deprecated(since="4.1.1", forRemoval=true) public WorkflowActionCommentModel(String _comment, ItemModel _owner, AbstractWorkflowActionModel _workflowAction) 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:
_comment- initial attribute declared by typeWorkflowActionCommentat extensionworkflow_owner- initial attribute declared by typeItemat extensioncore_workflowAction- initial attribute declared by typeWorkflowActionCommentat extensionworkflow
-
-
Method Details
-
getComment
Generated method - Getter of theWorkflowActionComment.commentattribute defined at extensionworkflow.- Returns:
- the comment
-
getUser
Generated method - Getter of theWorkflowActionComment.userattribute defined at extensionworkflow.- Returns:
- the user
-
getWorkflowAction
@Accessor(qualifier="workflowAction", type=GETTER) public AbstractWorkflowActionModel getWorkflowAction()Generated method - Getter of theWorkflowActionComment.workflowActionattribute defined at extensionworkflow.- Returns:
- the workflowAction
-
setComment
Generated method - Setter ofWorkflowActionComment.commentattribute defined at extensionworkflow.- Parameters:
value- the comment
-
setUser
Generated method - Setter ofWorkflowActionComment.userattribute defined at extensionworkflow.- Parameters:
value- the user
-
setWorkflowAction
@Accessor(qualifier="workflowAction", type=SETTER) public void setWorkflowAction(AbstractWorkflowActionModel value) Generated method - Setter ofWorkflowActionComment.workflowActionattribute defined at extensionworkflow.- Parameters:
value- the workflowAction
-