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 TypeMethodDescriptionGets the category id.Gets the description.getName()Gets the name.voidsetCategoryId(String categoryId) Sets the category id.voidsetDescription(String description) Sets the description.voidSets the name.toString()
-
Constructor Details
-
Category
public Category()
-
-
Method Details
-
getCategoryId
-
setCategoryId
Sets the category id.- Parameters:
categoryId- the category id
-
getName
-
setName
-
getDescription
-
setDescription
Sets the description.- Parameters:
description- the description
-
toString
-