Class ConstructCategory
java.lang.Object
com.gentics.contentnode.rest.model.ConstructCategory
Construct Category
-
Constructor Summary
ConstructorDescriptionConstructCategory
(String name) Creates a construct category with the given name -
Method Summary
Modifier and TypeMethodDescriptionvoid
addConstruct
(String name, Construct construct) Adds the construct with the given name to the map of constructs of this categoryMap of constructs for this categoryGlobal IDgetId()
Internal ID of the object property categorygetName()
Name of this construct categoryvoid
setConstructs
(Map<String, Construct> constructs) Sets the map with constructs for this categorysetGlobalId
(String globalId) Set the global IDSet the IDvoid
Sets the name of this construct categorysetNameI18n
(Map<String, String> i18nName) setSortOrder
(Integer sortOrder)
-
Constructor Details
-
ConstructCategory
public ConstructCategory() -
ConstructCategory
Creates a construct category with the given name- Parameters:
name
-
-
-
Method Details
-
getName
Name of this construct category- Returns:
-
setName
Sets the name of this construct category- Parameters:
name
-
-
addConstruct
Adds the construct with the given name to the map of constructs of this category- Parameters:
name
-construct
-
-
getConstructs
Map of constructs for this category- Returns:
-
setConstructs
Sets the map with constructs for this category- Parameters:
constructs
-
-
getId
Internal ID of the object property category- Returns:
- ID
-
setId
Set the ID- Parameters:
id
- ID- Returns:
- fluent API
-
getGlobalId
Global ID- Returns:
- global ID
-
setGlobalId
Set the global ID- Parameters:
globalId
- global ID- Returns:
- fluent API
-
getNameI18n
-
setNameI18n
-
setName
-
getSortOrder
-
setSortOrder
-