Class Category


  • @Entity
    public class Category
    extends Object
    This is our Category entity class table. It is keeping track of all attributes (i.e., id, externalKey, created, and name).
    • Constructor Detail

      • Category

        public Category()
    • Method Detail

      • getId

        public UUID getId()
        Returns the primary key identifier for this instance.
      • getExternalKey

        public UUID getExternalKey()
        Returns a unique external key identifier for this instance.
      • getCreated

        public Date getCreated()
        Returns an object creation Date for this instance.
      • getName

        public String getName()
        Returns a name for the Category.
      • setName

        public void setName​(String name)
        Set a name for the Category.