public class ConstructCategory extends Object
| Constructor and Description |
|---|
ConstructCategory() |
ConstructCategory(String name)
Creates a construct category with the given name
|
| Modifier and Type | Method and Description |
|---|---|
void |
addConstruct(String name,
Construct construct)
Adds the construct with the given name to the map of constructs of this category
|
Map<String,Construct> |
getConstructs()
Map of constructs for this category
|
String |
getGlobalId()
Global ID
|
Integer |
getId()
Internal ID of the object property category
|
String |
getName()
Name of this construct category
|
Map<String,String> |
getNameI18n() |
void |
setConstructs(Map<String,Construct> constructs)
Sets the map with constructs for this category
|
ConstructCategory |
setGlobalId(String globalId)
Set the global ID
|
ConstructCategory |
setId(Integer id)
Set the ID
|
void |
setName(String name)
Sets the name of this construct category
|
ConstructCategory |
setName(String name,
String language) |
ConstructCategory |
setNameI18n(Map<String,String> i18nName) |
public ConstructCategory()
public ConstructCategory(String name)
name - public String getName()
public void setName(String name)
name - public void addConstruct(String name, Construct construct)
name - construct - public Map<String,Construct> getConstructs()
public void setConstructs(Map<String,Construct> constructs)
constructs - public Integer getId()
public ConstructCategory setId(Integer id)
id - IDpublic String getGlobalId()
public ConstructCategory setGlobalId(String globalId)
globalId - global IDpublic ConstructCategory setNameI18n(Map<String,String> i18nName)
public ConstructCategory setName(String name, String language)
Copyright © 2024 Gentics Software. All rights reserved.