Class CommentUserSettingModel
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- de.hybris.platform.comments.model.CommentUserSettingModel
-
- All Implemented Interfaces:
java.io.Serializable
public class CommentUserSettingModel extends ItemModel
Generated model class for type CommentUserSetting first defined at extension comments.- 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_TYPECODEGenerated model type code constant.static java.lang.StringCOMMENTGenerated constant - Attribute key ofCommentUserSetting.commentattribute defined at extensioncomments.static java.lang.StringHIDDENGenerated constant - Attribute key ofCommentUserSetting.hiddenattribute defined at extensioncockpit.static java.lang.StringIGNOREDGenerated constant - Attribute key ofCommentUserSetting.ignoredattribute defined at extensioncomments.static java.lang.StringPRIORITYGenerated constant - Attribute key ofCommentUserSetting.priorityattribute defined at extensioncomments.static java.lang.StringREADGenerated constant - Attribute key ofCommentUserSetting.readattribute defined at extensioncomments.static java.lang.StringUSERGenerated constant - Attribute key ofCommentUserSetting.userattribute defined at extensioncomments.static java.lang.StringWORKSTATUSGenerated constant - Attribute key ofCommentUserSetting.workStatusattribute defined at extensioncockpit.-
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 CommentUserSettingModel()Generated constructor - Default constructor for generic creation.CommentUserSettingModel(AbstractCommentModel _comment, ItemModel _owner, UserModel _user)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCommentUserSettingModel(AbstractCommentModel _comment, UserModel _user)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCommentUserSettingModel(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing context
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractCommentModelgetComment()Generated method - Getter of theCommentUserSetting.commentattribute defined at extensioncomments.java.lang.BooleangetHidden()Generated method - Getter of theCommentUserSetting.hiddenattribute defined at extensioncockpit.java.lang.BooleangetIgnored()Generated method - Getter of theCommentUserSetting.ignoredattribute defined at extensioncomments.java.lang.IntegergetPriority()Generated method - Getter of theCommentUserSetting.priorityattribute defined at extensioncomments.java.lang.BooleangetRead()Generated method - Getter of theCommentUserSetting.readattribute defined at extensioncomments.UserModelgetUser()Generated method - Getter of theCommentUserSetting.userattribute defined at extensioncomments.java.lang.BooleangetWorkStatus()Generated method - Getter of theCommentUserSetting.workStatusattribute defined at extensioncockpit.voidsetComment(AbstractCommentModel value)Generated method - Initial setter ofCommentUserSetting.commentattribute defined at extensioncomments.voidsetHidden(java.lang.Boolean value)Generated method - Setter ofCommentUserSetting.hiddenattribute defined at extensioncockpit.voidsetIgnored(java.lang.Boolean value)Generated method - Setter ofCommentUserSetting.ignoredattribute defined at extensioncomments.voidsetPriority(java.lang.Integer value)Generated method - Setter ofCommentUserSetting.priorityattribute defined at extensioncomments.voidsetRead(java.lang.Boolean value)Generated method - Setter ofCommentUserSetting.readattribute defined at extensioncomments.voidsetUser(UserModel value)Generated method - Initial setter ofCommentUserSetting.userattribute defined at extensioncomments.voidsetWorkStatus(java.lang.Boolean value)Generated method - Setter ofCommentUserSetting.workStatusattribute defined at extensioncockpit.-
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
-
READ
public static final java.lang.String READ
Generated constant - Attribute key ofCommentUserSetting.readattribute defined at extensioncomments.- See Also:
- Constant Field Values
-
IGNORED
public static final java.lang.String IGNORED
Generated constant - Attribute key ofCommentUserSetting.ignoredattribute defined at extensioncomments.- See Also:
- Constant Field Values
-
PRIORITY
public static final java.lang.String PRIORITY
Generated constant - Attribute key ofCommentUserSetting.priorityattribute defined at extensioncomments.- See Also:
- Constant Field Values
-
COMMENT
public static final java.lang.String COMMENT
Generated constant - Attribute key ofCommentUserSetting.commentattribute defined at extensioncomments.- See Also:
- Constant Field Values
-
USER
public static final java.lang.String USER
Generated constant - Attribute key ofCommentUserSetting.userattribute defined at extensioncomments.- See Also:
- Constant Field Values
-
WORKSTATUS
public static final java.lang.String WORKSTATUS
Generated constant - Attribute key ofCommentUserSetting.workStatusattribute defined at extensioncockpit.- See Also:
- Constant Field Values
-
HIDDEN
public static final java.lang.String HIDDEN
Generated constant - Attribute key ofCommentUserSetting.hiddenattribute defined at extensioncockpit.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CommentUserSettingModel
public CommentUserSettingModel()
Generated constructor - Default constructor for generic creation.
-
CommentUserSettingModel
public CommentUserSettingModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
CommentUserSettingModel
@Deprecated(since="4.1.1", forRemoval=true) public CommentUserSettingModel(AbstractCommentModel _comment, UserModel _user)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 typeCommentUserSettingat extensioncomments_user- initial attribute declared by typeCommentUserSettingat extensioncomments
-
CommentUserSettingModel
@Deprecated(since="4.1.1", forRemoval=true) public CommentUserSettingModel(AbstractCommentModel _comment, ItemModel _owner, UserModel _user)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 typeCommentUserSettingat extensioncomments_owner- initial attribute declared by typeItemat extensioncore_user- initial attribute declared by typeCommentUserSettingat extensioncomments
-
-
Method Detail
-
getComment
@Accessor(qualifier="comment", type=GETTER) public AbstractCommentModel getComment()
Generated method - Getter of theCommentUserSetting.commentattribute defined at extensioncomments.- Returns:
- the comment
-
getHidden
@Accessor(qualifier="hidden", type=GETTER) public java.lang.Boolean getHidden()
Generated method - Getter of theCommentUserSetting.hiddenattribute defined at extensioncockpit.- Returns:
- the hidden
-
getIgnored
@Accessor(qualifier="ignored", type=GETTER) public java.lang.Boolean getIgnored()
Generated method - Getter of theCommentUserSetting.ignoredattribute defined at extensioncomments.- Returns:
- the ignored
-
getPriority
@Accessor(qualifier="priority", type=GETTER) public java.lang.Integer getPriority()
Generated method - Getter of theCommentUserSetting.priorityattribute defined at extensioncomments.- Returns:
- the priority
-
getRead
@Accessor(qualifier="read", type=GETTER) public java.lang.Boolean getRead()
Generated method - Getter of theCommentUserSetting.readattribute defined at extensioncomments.- Returns:
- the read
-
getUser
@Accessor(qualifier="user", type=GETTER) public UserModel getUser()
Generated method - Getter of theCommentUserSetting.userattribute defined at extensioncomments.- Returns:
- the user
-
getWorkStatus
@Accessor(qualifier="workStatus", type=GETTER) public java.lang.Boolean getWorkStatus()
Generated method - Getter of theCommentUserSetting.workStatusattribute defined at extensioncockpit.- Returns:
- the workStatus
-
setComment
@Accessor(qualifier="comment", type=SETTER) public void setComment(AbstractCommentModel value)
Generated method - Initial setter ofCommentUserSetting.commentattribute defined at extensioncomments. Can only be used at creation of model - before first save.- Parameters:
value- the comment
-
setHidden
@Accessor(qualifier="hidden", type=SETTER) public void setHidden(java.lang.Boolean value)
Generated method - Setter ofCommentUserSetting.hiddenattribute defined at extensioncockpit.- Parameters:
value- the hidden
-
setIgnored
@Accessor(qualifier="ignored", type=SETTER) public void setIgnored(java.lang.Boolean value)
Generated method - Setter ofCommentUserSetting.ignoredattribute defined at extensioncomments.- Parameters:
value- the ignored
-
setPriority
@Accessor(qualifier="priority", type=SETTER) public void setPriority(java.lang.Integer value)
Generated method - Setter ofCommentUserSetting.priorityattribute defined at extensioncomments.- Parameters:
value- the priority
-
setRead
@Accessor(qualifier="read", type=SETTER) public void setRead(java.lang.Boolean value)
Generated method - Setter ofCommentUserSetting.readattribute defined at extensioncomments.- Parameters:
value- the read
-
setUser
@Accessor(qualifier="user", type=SETTER) public void setUser(UserModel value)
Generated method - Initial setter ofCommentUserSetting.userattribute defined at extensioncomments. Can only be used at creation of model - before first save.- Parameters:
value- the user
-
-