Class Category


  • @Entity
    public class Category
    extends Object
    • Constructor Detail

      • Category

        public Category()
    • Method Detail

      • getCategoryId

        public Short getCategoryId()
      • setCategoryId

        public void setCategoryId​(Short categoryId)
      • getCategoryName

        public String getCategoryName()
      • setCategoryName

        public void setCategoryName​(String categoryName)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • getPicture

        public byte[] getPicture()
      • setPicture

        public void setPicture​(byte[] picture)