Class Category
java.lang.Object
org.mybatis.jpetstore.domain.Category
- All Implemented Interfaces:
Serializable
The Class Category.
- Author:
- Eduardo Macarron
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()voidsetCategoryId(String categoryId) voidsetDescription(String description) voidtoString()
-
Constructor Details
-
Category
public Category()
-
-
Method Details
-
getCategoryId
-
setCategoryId
-
getName
-
setName
-
getDescription
-
setDescription
-
toString
-