java.lang.Object
cronapp.framework.tests.northwind.entity.Category

@Entity public class Category extends Object
  • Constructor Details

    • Category

      public Category()
  • Method Details

    • 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)