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:
Serializable

public class CommentUserSettingModel extends ItemModel
Generated model class for type CommentUserSetting first defined at extension comments.
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

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Generated model type code constant.
    static final String
    Generated constant - Attribute key of CommentUserSetting.comment attribute defined at extension comments.
    static final String
    Generated constant - Attribute key of CommentUserSetting.ignored attribute defined at extension comments.
    static final String
    Generated constant - Attribute key of CommentUserSetting.priority attribute defined at extension comments.
    static final String
    Generated constant - Attribute key of CommentUserSetting.read attribute defined at extension comments.
    static final String
    Generated constant - Attribute key of CommentUserSetting.user attribute defined at extension comments.

    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
    Generated constructor - Default constructor for generic creation.
    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
    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
    CommentUserSettingModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
    Generated constructor - Default constructor for creation with existing context
  • Method Summary

    Modifier and Type
    Method
    Description
    Generated method - Getter of the CommentUserSetting.comment attribute defined at extension comments.
    Generated method - Getter of the CommentUserSetting.ignored attribute defined at extension comments.
    Generated method - Getter of the CommentUserSetting.priority attribute defined at extension comments.
    Generated method - Getter of the CommentUserSetting.read attribute defined at extension comments.
    Generated method - Getter of the CommentUserSetting.user attribute defined at extension comments.
    void
    Generated method - Initial setter of CommentUserSetting.comment attribute defined at extension comments.
    void
    Generated method - Setter of CommentUserSetting.ignored attribute defined at extension comments.
    void
    Generated method - Setter of CommentUserSetting.priority attribute defined at extension comments.
    void
    Generated method - Setter of CommentUserSetting.read attribute defined at extension comments.
    void
    Generated method - Initial setter of CommentUserSetting.user attribute defined at extension comments.

    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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • READ

      public static final String READ
      Generated constant - Attribute key of CommentUserSetting.read attribute defined at extension comments.
      See Also:
    • IGNORED

      public static final String IGNORED
      Generated constant - Attribute key of CommentUserSetting.ignored attribute defined at extension comments.
      See Also:
    • PRIORITY

      public static final String PRIORITY
      Generated constant - Attribute key of CommentUserSetting.priority attribute defined at extension comments.
      See Also:
    • COMMENT

      public static final String COMMENT
      Generated constant - Attribute key of CommentUserSetting.comment attribute defined at extension comments.
      See Also:
    • USER

      public static final String USER
      Generated constant - Attribute key of CommentUserSetting.user attribute defined at extension comments.
      See Also:
  • Constructor Details

    • CommentUserSettingModel

      public CommentUserSettingModel()
      Generated constructor - Default constructor for generic creation.
    • CommentUserSettingModel

      public CommentUserSettingModel(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
    • 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 parameters
      Generated constructor - Constructor with all mandatory attributes.
      Parameters:
      _comment - initial attribute declared by type CommentUserSetting at extension comments
      _user - initial attribute declared by type CommentUserSetting at extension comments
    • 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 parameters
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _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
  • Method Details

    • getComment

      @Accessor(qualifier="comment", type=GETTER) public AbstractCommentModel getComment()
      Generated method - Getter of the CommentUserSetting.comment attribute defined at extension comments.
      Returns:
      the comment
    • getIgnored

      @Accessor(qualifier="ignored", type=GETTER) public Boolean getIgnored()
      Generated method - Getter of the CommentUserSetting.ignored attribute defined at extension comments.
      Returns:
      the ignored
    • getPriority

      @Accessor(qualifier="priority", type=GETTER) public Integer getPriority()
      Generated method - Getter of the CommentUserSetting.priority attribute defined at extension comments.
      Returns:
      the priority
    • getRead

      @Accessor(qualifier="read", type=GETTER) public Boolean getRead()
      Generated method - Getter of the CommentUserSetting.read attribute defined at extension comments.
      Returns:
      the read
    • getUser

      @Accessor(qualifier="user", type=GETTER) public UserModel getUser()
      Generated method - Getter of the CommentUserSetting.user attribute defined at extension comments.
      Returns:
      the user
    • setComment

      @Accessor(qualifier="comment", type=SETTER) public void setComment(AbstractCommentModel value)
      Generated method - Initial setter of CommentUserSetting.comment attribute defined at extension comments. Can only be used at creation of model - before first save.
      Parameters:
      value - the comment
    • setIgnored

      @Accessor(qualifier="ignored", type=SETTER) public void setIgnored(Boolean value)
      Generated method - Setter of CommentUserSetting.ignored attribute defined at extension comments.
      Parameters:
      value - the ignored
    • setPriority

      @Accessor(qualifier="priority", type=SETTER) public void setPriority(Integer value)
      Generated method - Setter of CommentUserSetting.priority attribute defined at extension comments.
      Parameters:
      value - the priority
    • setRead

      @Accessor(qualifier="read", type=SETTER) public void setRead(Boolean value)
      Generated method - Setter of CommentUserSetting.read attribute defined at extension comments.
      Parameters:
      value - the read
    • setUser

      @Accessor(qualifier="user", type=SETTER) public void setUser(UserModel value)
      Generated method - Initial setter of CommentUserSetting.user attribute defined at extension comments. Can only be used at creation of model - before first save.
      Parameters:
      value - the user