Class ChatRating

    • Constructor Detail

      • ChatRating

        public ChatRating()
    • Method Detail

      • update

        public void update(ChatRating item)
        Description copied from class: RowItem
        Updates this item with item passed as parameter.

        This will update this instance with the parameter passed as value.

        Specified by:
        update in interface Updatable<ChatRating>
        Overrides:
        update in class RowItem<ChatRating>
        Parameters:
        item - that is an update
      • getComment

        public java.lang.String getComment()
      • setComment

        public void setComment(java.lang.String comment)
      • isDisabled

        public boolean isDisabled()
      • setDisabled

        public void setDisabled(boolean disabled)
        Description copied from interface: Disableable
        Sets state as per parameter
        Specified by:
        setDisabled in interface Disableable
        Parameters:
        disabled - true to disable, false to enable