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

        public static final java.lang.String WORKSTATUS
        Generated constant - Attribute key of CommentUserSetting.workStatus attribute defined at extension cockpit.
        See Also:
        Constant Field Values
      • HIDDEN

        public static final java.lang.String HIDDEN
        Generated constant - Attribute key of CommentUserSetting.hidden attribute defined at extension cockpit.
        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 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

      • getHidden

        @Accessor(qualifier="hidden",
                  type=GETTER)
        public java.lang.Boolean getHidden()
        Generated method - Getter of the CommentUserSetting.hidden attribute defined at extension cockpit.
        Returns:
        the hidden
      • 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
      • getWorkStatus

        @Accessor(qualifier="workStatus",
                  type=GETTER)
        public java.lang.Boolean getWorkStatus()
        Generated method - Getter of the CommentUserSetting.workStatus attribute defined at extension cockpit.
        Returns:
        the workStatus
      • 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
      • setHidden

        @Accessor(qualifier="hidden",
                  type=SETTER)
        public void setHidden​(java.lang.Boolean value)
        Generated method - Setter of CommentUserSetting.hidden attribute defined at extension cockpit.
        Parameters:
        value - the hidden
      • 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
      • setWorkStatus

        @Accessor(qualifier="workStatus",
                  type=SETTER)
        public void setWorkStatus​(java.lang.Boolean value)
        Generated method - Setter of CommentUserSetting.workStatus attribute defined at extension cockpit.
        Parameters:
        value - the workStatus