Class Category
java.lang.Object
cronapp.framework.tests.northwind.entity.Category
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]voidsetCategoryId(Short categoryId) voidsetCategoryName(String categoryName) voidsetDescription(String description) voidsetPicture(byte[] picture)
-
Constructor Details
-
Category
public Category()
-
-
Method Details
-
getCategoryId
-
setCategoryId
-
getCategoryName
-
setCategoryName
-
getDescription
-
setDescription
-
getPicture
public byte[] getPicture() -
setPicture
public void setPicture(byte[] picture)
-