public class Category
extends mvp.Model
| Constructor and Description |
|---|
Category()
Construct an empty category.
|
Category(java.lang.String name)
Construct a category of the given name.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the string representation of this.
|