public interface Category
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Cloning method.
|
java.lang.Integer |
getCategoryId()
Accessor method.
|
java.lang.String |
getDescription()
Accessor method.
|
java.lang.String |
getName()
Accessor method.
|
java.lang.String |
getPath()
Accessor method.
|
boolean |
isLeaf()
Accessor method.
|
java.lang.Integer getCategoryId()
java.lang.String getName()
java.lang.String getDescription()
java.lang.String getPath()
boolean isLeaf()
java.lang.Object clone()
throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException - if clone failed