Class CommentUserSettingModel

All Implemented Interfaces:
Serializable

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

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

      public static final String HIDDEN
      Generated constant - Attribute key of CommentUserSetting.hidden attribute defined at extension cockpit.
      See Also:
  • Constructor Details

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

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

      @Accessor(qualifier="workStatus", type=GETTER) public 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(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(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
    • setWorkStatus

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