Class CustomerGroup


  • public class CustomerGroup
    extends HibernateObject
    This class represents a group of customers This helps with grouping customers into their parent ownership group for labeling and packaging purposes
    Author:
    SGSystems
    • Field Detail

      • code

        public java.lang.String code
        *Primary Key* The unique code for this customer group
      • name

        public java.lang.String name
        A description of the customer group
      • deleted

        public java.util.Date deleted
        A deletion timestamp
    • Constructor Detail

      • CustomerGroup

        public CustomerGroup()
    • Method Detail

      • getCode

        public java.lang.String getCode()
      • setCode

        public void setCode​(java.lang.String code)
      • getName

        public java.lang.String getName()
      • setName

        public void setName​(java.lang.String name)
      • getDeleted

        public java.util.Date getDeleted()
      • setDeleted

        public void setDeleted​(java.util.Date deleted)