public class WorkflowActionCommentModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
_WORKFLOWACTIONCOMMENTRELATION
Generated relation code constant for relation
WorkflowActionCommentRelation defining source attribute workflowAction in extension workflow. |
static java.lang.String |
COMMENT
Generated constant - Attribute key of
WorkflowActionComment.comment attribute defined at extension workflow. |
static java.lang.String |
USER
Generated constant - Attribute key of
WorkflowActionComment.user attribute defined at extension workflow. |
static java.lang.String |
WORKFLOWACTION
Generated constant - Attribute key of
WorkflowActionComment.workflowAction attribute defined at extension workflow. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
WorkflowActionCommentModel()
Generated constructor - Default constructor for generic creation.
|
WorkflowActionCommentModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
WorkflowActionCommentModel(java.lang.String _comment,
AbstractWorkflowActionModel _workflowAction)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
WorkflowActionCommentModel(java.lang.String _comment,
ItemModel _owner,
AbstractWorkflowActionModel _workflowAction)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getComment()
Generated method - Getter of the
WorkflowActionComment.comment attribute defined at extension workflow. |
UserModel |
getUser()
Generated method - Getter of the
WorkflowActionComment.user attribute defined at extension workflow. |
AbstractWorkflowActionModel |
getWorkflowAction()
Generated method - Getter of the
WorkflowActionComment.workflowAction attribute defined at extension workflow. |
void |
setComment(java.lang.String value)
Generated method - Setter of
WorkflowActionComment.comment attribute defined at extension workflow. |
void |
setUser(UserModel value)
Generated method - Setter of
WorkflowActionComment.user attribute defined at extension workflow. |
void |
setWorkflowAction(AbstractWorkflowActionModel value)
Generated method - Setter of
WorkflowActionComment.workflowAction attribute defined at extension workflow. |
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerequals, 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, writeReplacepublic static final java.lang.String _TYPECODE
public static final java.lang.String _WORKFLOWACTIONCOMMENTRELATION
WorkflowActionCommentRelation defining source attribute workflowAction in extension workflow.public static final java.lang.String COMMENT
WorkflowActionComment.comment attribute defined at extension workflow.public static final java.lang.String USER
WorkflowActionComment.user attribute defined at extension workflow.public static final java.lang.String WORKFLOWACTION
WorkflowActionComment.workflowAction attribute defined at extension workflow.public WorkflowActionCommentModel()
public WorkflowActionCommentModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated
public WorkflowActionCommentModel(java.lang.String _comment,
AbstractWorkflowActionModel _workflowAction)
_comment - initial attribute declared by type WorkflowActionComment at extension workflow_workflowAction - initial attribute declared by type WorkflowActionComment at extension workflow@Deprecated
public WorkflowActionCommentModel(java.lang.String _comment,
ItemModel _owner,
AbstractWorkflowActionModel _workflowAction)
_comment - initial attribute declared by type WorkflowActionComment at extension workflow_owner - initial attribute declared by type Item at extension core_workflowAction - initial attribute declared by type WorkflowActionComment at extension workflow@Accessor(qualifier="comment", type=GETTER) public java.lang.String getComment()
WorkflowActionComment.comment attribute defined at extension workflow.@Accessor(qualifier="user", type=GETTER) public UserModel getUser()
WorkflowActionComment.user attribute defined at extension workflow.@Accessor(qualifier="workflowAction", type=GETTER) public AbstractWorkflowActionModel getWorkflowAction()
WorkflowActionComment.workflowAction attribute defined at extension workflow.@Accessor(qualifier="comment", type=SETTER) public void setComment(java.lang.String value)
WorkflowActionComment.comment attribute defined at extension workflow.value - the comment@Accessor(qualifier="user", type=SETTER) public void setUser(UserModel value)
WorkflowActionComment.user attribute defined at extension workflow.value - the user@Accessor(qualifier="workflowAction", type=SETTER) public void setWorkflowAction(AbstractWorkflowActionModel value)
WorkflowActionComment.workflowAction attribute defined at extension workflow.value - the workflowActionCopyright © 2018 SAP SE. All Rights Reserved.