|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opencms.relations.CmsCategory
public class CmsCategory
Represents a category, that is just a folder under /system/categories/.
Constructor Summary | |
---|---|
CmsCategory(CmsUUID structureId,
java.lang.String path,
java.lang.String title,
java.lang.String description)
Deafult constructor. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getDescription()
Returns the description. |
CmsUUID |
getId()
Returns the id. |
java.lang.String |
getName()
Returns the mere category name without it's complete path and without the trailing folder - slash. |
java.lang.String |
getPath()
Returns the path. |
java.lang.String |
getTitle()
Returns the title. |
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CmsCategory(CmsUUID structureId, java.lang.String path, java.lang.String title, java.lang.String description)
structureId
- the structure id of the resource that this category representspath
- the path of the categorytitle
- the title of the categorydescription
- the description of the categoryMethod Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Object.equals(java.lang.Object)
public java.lang.String getDescription()
public CmsUUID getId()
public java.lang.String getName()
public java.lang.String getPath()
public java.lang.String getTitle()
public int hashCode()
hashCode
in class java.lang.Object
Object.hashCode()
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |