|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gentics.contentnode.rest.model.ConstructCategory
public class ConstructCategory
Construct Category
Constructor Summary | |
---|---|
ConstructCategory()
|
|
ConstructCategory(java.lang.String name)
Creates a construct category with the given name |
Method Summary | |
---|---|
void |
addConstruct(java.lang.String name,
Construct construct)
Adds the construct with the given name to the map of constructs of this category |
java.util.Map<java.lang.String,Construct> |
getConstructs()
Map of constructs for this category |
java.lang.String |
getName()
Name of this construct category |
boolean |
isVisibleInMenu()
True if the construct category shall be visible in the menu, false if not |
void |
setConstructs(java.util.Map<java.lang.String,Construct> constructs)
Sets the map with constructs for this category |
void |
setName(java.lang.String name)
Sets the name of this construct category |
void |
setVisibleInMenu(boolean visibleInMenu)
Set whether the construct category shall be visible in the menu |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConstructCategory()
public ConstructCategory(java.lang.String name)
name
- Method Detail |
---|
public java.lang.String getName()
public void setName(java.lang.String name)
name
- public boolean isVisibleInMenu()
public void setVisibleInMenu(boolean visibleInMenu)
visibleInMenu
- true for visible, false for hiddenpublic void addConstruct(java.lang.String name, Construct construct)
name
- construct
- public java.util.Map<java.lang.String,Construct> getConstructs()
public void setConstructs(java.util.Map<java.lang.String,Construct> constructs)
constructs
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |