Class 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

        de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory
    • Field Summary

      Fields 
      Modifier and Type Field 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 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.
      • Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

        LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      AbstractCommentModel getComment()
      Generated method - Getter of the CommentUserSetting.comment attribute defined at extension comments.
      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.
      void setComment​(AbstractCommentModel value)
      Generated method - Initial setter of CommentUserSetting.comment attribute defined at extension comments.
      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.
      • 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 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 of CommentUserSetting.read attribute defined at extension comments.
        See Also:
        Constant Field Values
      • IGNORED

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

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

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

        public static final java.lang.String USER
        Generated constant - Attribute key of CommentUserSetting.user attribute defined at extension comments.
        See Also:
        Constant Field Values
    • Constructor Detail

      • 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 Detail

      • 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 java.lang.Boolean getIgnored()
        Generated method - Getter of the CommentUserSetting.ignored attribute defined at extension comments.
        Returns:
        the ignored
      • getPriority

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

        @Accessor(qualifier="read",
                  type=GETTER)
        public java.lang.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​(java.lang.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​(java.lang.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​(java.lang.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