|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cau.cs.kieler.kex.model.Category
public class Category
The example category model.
Constructor Summary | |
---|---|
Category(String idParam,
String titleParam,
String descriptionParam,
String iconPathParam,
String parentIdParam)
creates a new example category. |
Method Summary | |
---|---|
String |
getDescription()
Getter for category description. |
String |
getIconPath()
Getter for category icon path. |
String |
getId()
Getter for category id. |
String |
getNamespaceId()
Getter for namespaceId. |
String |
getParentId()
Getter for category parent id. |
String |
getTitle()
Getter for category title. |
void |
setNamespaceId(String namespaceId)
Setter for namespace id of an example. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Category(String idParam, String titleParam, String descriptionParam, String iconPathParam, String parentIdParam)
idParam
- , String
, required.titleParam
- , String
, required.descriptionParam
- , String
, additional.iconPathParam
- , String
, additional.parentIdParam
- , Category
, set the parent category if that category is a sub category a
parent category.Method Detail |
---|
public String getId()
String
public String getTitle()
String
public String getIconPath()
String
public String getParentId()
String
public String getDescription()
public String toString()
toString
in class Object
public void setNamespaceId(String namespaceId)
namespaceId
- , Stringpublic String getNamespaceId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |