public class CommentUserSettingModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
COMMENT
Generated constant - Attribute key of
CommentUserSetting.comment attribute defined at extension comments. |
static String |
HIDDEN
Generated constant - Attribute key of
CommentUserSetting.hidden attribute defined at extension cockpit. |
static String |
IGNORED
Generated constant - Attribute key of
CommentUserSetting.ignored attribute defined at extension comments. |
static String |
PRIORITY
Generated constant - Attribute key of
CommentUserSetting.priority attribute defined at extension comments. |
static String |
READ
Generated constant - Attribute key of
CommentUserSetting.read attribute defined at extension comments. |
static String |
USER
Generated constant - Attribute key of
CommentUserSetting.user attribute defined at extension comments. |
static String |
WORKSTATUS
Generated constant - Attribute key of
CommentUserSetting.workStatus attribute defined at extension cockpit. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_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. |
Boolean |
getHidden()
Generated method - Getter of the
CommentUserSetting.hidden attribute defined at extension cockpit. |
Boolean |
getIgnored()
Generated method - Getter of the
CommentUserSetting.ignored attribute defined at extension comments. |
Integer |
getPriority()
Generated method - Getter of the
CommentUserSetting.priority attribute defined at extension comments. |
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. |
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(Boolean value)
Generated method - Setter of
CommentUserSetting.hidden attribute defined at extension cockpit. |
void |
setIgnored(Boolean value)
Generated method - Setter of
CommentUserSetting.ignored attribute defined at extension comments. |
void |
setPriority(Integer value)
Generated method - Setter of
CommentUserSetting.priority attribute defined at extension comments. |
void |
setRead(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(Boolean value)
Generated method - Setter of
CommentUserSetting.workStatus attribute defined at extension cockpit. |
getComments, getCreationtime, getModifiedtime, getOwner, 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 String _TYPECODE
public static final String READ
CommentUserSetting.read attribute defined at extension comments.public static final String IGNORED
CommentUserSetting.ignored attribute defined at extension comments.public static final String PRIORITY
CommentUserSetting.priority attribute defined at extension comments.public static final String COMMENT
CommentUserSetting.comment attribute defined at extension comments.public static final String USER
CommentUserSetting.user attribute defined at extension comments.public static final String WORKSTATUS
CommentUserSetting.workStatus attribute defined at extension cockpit.public static final 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 Boolean getHidden()
CommentUserSetting.hidden attribute defined at extension cockpit.@Accessor(qualifier="ignored", type=GETTER) public Boolean getIgnored()
CommentUserSetting.ignored attribute defined at extension comments.@Accessor(qualifier="priority", type=GETTER) public Integer getPriority()
CommentUserSetting.priority attribute defined at extension comments.@Accessor(qualifier="read", type=GETTER) public 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 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(Boolean value)
CommentUserSetting.hidden attribute defined at extension cockpit.value - the hidden@Accessor(qualifier="ignored", type=SETTER) public void setIgnored(Boolean value)
CommentUserSetting.ignored attribute defined at extension comments.value - the ignored@Accessor(qualifier="priority", type=SETTER) public void setPriority(Integer value)
CommentUserSetting.priority attribute defined at extension comments.value - the priority@Accessor(qualifier="read", type=SETTER) public void setRead(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 © 2017 SAP SE. All Rights Reserved.