Class CsticGroupModelImpl

    • Constructor Detail

      • CsticGroupModelImpl

        public CsticGroupModelImpl()
    • Method Detail

      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface CsticGroupModel
        Returns:
        the characteristic group name
      • setName

        public void setName​(java.lang.String name)
        Specified by:
        setName in interface CsticGroupModel
        Parameters:
        name - the characteristic group name to set
      • getDescription

        public java.lang.String getDescription()
        Specified by:
        getDescription in interface CsticGroupModel
        Returns:
        the characteristic group description
      • setDescription

        public void setDescription​(java.lang.String description)
        Specified by:
        setDescription in interface CsticGroupModel
        Parameters:
        description - the characteristic group description to set
      • getCsticNames

        public java.util.List<java.lang.String> getCsticNames()
        Specified by:
        getCsticNames in interface CsticGroupModel
        Returns:
        the list of characteristic names of this group
      • setCsticNames

        public void setCsticNames​(java.util.List<java.lang.String> csticNames)
        Specified by:
        setCsticNames in interface CsticGroupModel
        Parameters:
        csticNames - the list of characteristic names to set
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object