public class CommentUserSettingModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
COMMENT
Generated constant - Attribute key of
CommentUserSetting.comment attribute defined at extension comments. |
static java.lang.String |
HIDDEN
Generated constant - Attribute key of
CommentUserSetting.hidden attribute defined at extension cockpit. |
static java.lang.String |
IGNORED
Generated constant - Attribute key of
CommentUserSetting.ignored attribute defined at extension comments. |
static java.lang.String |
PRIORITY
Generated constant - Attribute key of
CommentUserSetting.priority attribute defined at extension comments. |
static java.lang.String |
READ
Generated constant - Attribute key of
CommentUserSetting.read attribute defined at extension comments. |
static java.lang.String |
USER
Generated constant - Attribute key of
CommentUserSetting.user attribute defined at extension comments. |
static java.lang.String |
WORKSTATUS
Generated constant - Attribute key of
CommentUserSetting.workStatus attribute defined at extension cockpit. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
CommentUserSettingModel()
Generated constructor - Default constructor for generic creation.
|
CommentUserSettingModel(AbstractCommentModel _comment,
ItemModel _owner,
UserModel _user)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
CommentUserSettingModel(AbstractCommentModel _comment,
UserModel _user)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
CommentUserSettingModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
AbstractCommentModel |
getComment()
Generated method - Getter of the
CommentUserSetting.comment attribute defined at extension comments. |
java.lang.Boolean |
getHidden()
Generated method - Getter of the
CommentUserSetting.hidden attribute defined at extension cockpit. |
java.lang.Boolean |
getIgnored()
Generated method - Getter of the
CommentUserSetting.ignored attribute defined at extension comments. |
java.lang.Integer |
getPriority()
Generated method - Getter of the
CommentUserSetting.priority attribute defined at extension comments. |
java.lang.Boolean |
getRead()
Generated method - Getter of the
CommentUserSetting.read attribute defined at extension comments. |
UserModel |
getUser()
Generated method - Getter of the
CommentUserSetting.user attribute defined at extension comments. |
java.lang.Boolean |
getWorkStatus()
Generated method - Getter of the
CommentUserSetting.workStatus attribute defined at extension cockpit. |
void |
setComment(AbstractCommentModel value)
Generated method - Initial setter of
CommentUserSetting.comment attribute defined at extension comments. |
void |
setHidden(java.lang.Boolean value)
Generated method - Setter of
CommentUserSetting.hidden attribute defined at extension cockpit. |
void |
setIgnored(java.lang.Boolean value)
Generated method - Setter of
CommentUserSetting.ignored attribute defined at extension comments. |
void |
setPriority(java.lang.Integer value)
Generated method - Setter of
CommentUserSetting.priority attribute defined at extension comments. |
void |
setRead(java.lang.Boolean value)
Generated method - Setter of
CommentUserSetting.read attribute defined at extension comments. |
void |
setUser(UserModel value)
Generated method - Initial setter of
CommentUserSetting.user attribute defined at extension comments. |
void |
setWorkStatus(java.lang.Boolean value)
Generated method - Setter of
CommentUserSetting.workStatus attribute defined at extension cockpit. |
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 READ
CommentUserSetting.read attribute defined at extension comments.public static final java.lang.String IGNORED
CommentUserSetting.ignored attribute defined at extension comments.public static final java.lang.String PRIORITY
CommentUserSetting.priority attribute defined at extension comments.public static final java.lang.String COMMENT
CommentUserSetting.comment attribute defined at extension comments.public static final java.lang.String USER
CommentUserSetting.user attribute defined at extension comments.public static final java.lang.String WORKSTATUS
CommentUserSetting.workStatus attribute defined at extension cockpit.public static final java.lang.String HIDDEN
CommentUserSetting.hidden attribute defined at extension cockpit.public CommentUserSettingModel()
public CommentUserSettingModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public CommentUserSettingModel(AbstractCommentModel _comment, UserModel _user)
_comment - initial attribute declared by type CommentUserSetting at extension comments_user - initial attribute declared by type CommentUserSetting at extension comments@Deprecated public CommentUserSettingModel(AbstractCommentModel _comment, ItemModel _owner, UserModel _user)
_comment - initial attribute declared by type CommentUserSetting at extension comments_owner - initial attribute declared by type Item at extension core_user - initial attribute declared by type CommentUserSetting at extension comments@Accessor(qualifier="comment", type=GETTER) public AbstractCommentModel getComment()
CommentUserSetting.comment attribute defined at extension comments.@Accessor(qualifier="hidden", type=GETTER) public java.lang.Boolean getHidden()
CommentUserSetting.hidden attribute defined at extension cockpit.@Accessor(qualifier="ignored", type=GETTER) public java.lang.Boolean getIgnored()
CommentUserSetting.ignored attribute defined at extension comments.@Accessor(qualifier="priority", type=GETTER) public java.lang.Integer getPriority()
CommentUserSetting.priority attribute defined at extension comments.@Accessor(qualifier="read", type=GETTER) public java.lang.Boolean getRead()
CommentUserSetting.read attribute defined at extension comments.@Accessor(qualifier="user", type=GETTER) public UserModel getUser()
CommentUserSetting.user attribute defined at extension comments.@Accessor(qualifier="workStatus", type=GETTER) public java.lang.Boolean getWorkStatus()
CommentUserSetting.workStatus attribute defined at extension cockpit.@Accessor(qualifier="comment", type=SETTER) public void setComment(AbstractCommentModel value)
CommentUserSetting.comment attribute defined at extension comments. Can only be used at creation of model - before first save.value - the comment@Accessor(qualifier="hidden", type=SETTER) public void setHidden(java.lang.Boolean value)
CommentUserSetting.hidden attribute defined at extension cockpit.value - the hidden@Accessor(qualifier="ignored", type=SETTER) public void setIgnored(java.lang.Boolean value)
CommentUserSetting.ignored attribute defined at extension comments.value - the ignored@Accessor(qualifier="priority", type=SETTER) public void setPriority(java.lang.Integer value)
CommentUserSetting.priority attribute defined at extension comments.value - the priority@Accessor(qualifier="read", type=SETTER) public void setRead(java.lang.Boolean value)
CommentUserSetting.read attribute defined at extension comments.value - the read@Accessor(qualifier="user", type=SETTER) public void setUser(UserModel value)
CommentUserSetting.user attribute defined at extension comments. Can only be used at creation of model - before first save.value - the userCopyright © 2018 SAP SE. All Rights Reserved.