public class CategoryHolder extends java.lang.Object implements PathComponent
Constructor and Description |
---|
CategoryHolder()
Constructor.
|
CategoryHolder(java.lang.String category)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCategory()
Get the category.
|
void |
setCategory(java.lang.String category)
Set the category.
|
java.lang.String |
toString() |
public CategoryHolder(java.lang.String category)
category
- the category.public CategoryHolder()
public java.lang.String getCategory()
public void setCategory(java.lang.String category)
category
- the category.public java.lang.String toString()
toString
in class java.lang.Object