Class PlaceholderGroup

  • All Implemented Interfaces:
    java.io.Serializable

    public class PlaceholderGroup
    extends Comet3Entity

    Java class for the Placeholder Group configuration type. For internal use only

    See Also:
    Serialized Form
    • Constructor Detail

      • PlaceholderGroup

        public PlaceholderGroup()
        Instantiates a new Placeholder group.
      • PlaceholderGroup

        public PlaceholderGroup​(int id)
        Instantiates a new Placeholder group.
        Parameters:
        id - the id
      • PlaceholderGroup

        public PlaceholderGroup​(int id,
                                java.lang.String name)
        Instantiates a new Placeholder group.
        Parameters:
        id - the id
        name - the name
      • PlaceholderGroup

        public PlaceholderGroup​(CometPlaceholderGroup group)
        Instantiates a new Placeholder group.
        Parameters:
        group - the group
    • Method Detail

      • getName

        public java.lang.String getName()
        Gets name.
        Returns:
        the name
      • setName

        public void setName​(java.lang.String name)
        Sets name.
        Parameters:
        name - the name
      • getUser

        public java.lang.String getUser()
        Gets user.
        Returns:
        the user
      • setUser

        public void setUser​(java.lang.String user)
        Sets user.
        Parameters:
        user - the user
      • setPlaceholders

        public void setPlaceholders​(PlaceholderGroup.Placeholders placeholders)
        Sets placeholders.
        Parameters:
        placeholders - the placeholders
      • getColor

        public java.lang.Integer getColor()
        Gets color.
        Returns:
        the color
      • setColor

        public void setColor​(java.lang.Integer color)
        Sets color.
        Parameters:
        color - the color
      • setId

        public void setId​(int id)
        Description copied from class: Comet3Entity
        Sets id.
        Overrides:
        setId in class Comet3Entity
        Parameters:
        id - the id
      • entityEquals

        public boolean entityEquals​(java.lang.Object other)
        Description copied from class: Comet3Entity
        Entity equals boolean.
        Overrides:
        entityEquals in class Comet3Entity
        Parameters:
        other - the other
        Returns:
        the boolean
      • entityEquals

        public boolean entityEquals​(CometPlaceholderGroup group)
        Entity equals boolean.
        Parameters:
        group - the group
        Returns:
        the boolean
      • applyValuesTo

        public void applyValuesTo​(CometPlaceholderGroup item)
        Apply values to.
        Parameters:
        item - the item