public class AppDefinitionRepresentation extends Object
Modifier and Type | Field and Description |
---|---|
protected Map<String,Map<String,String>> |
i18n |
protected String |
icon |
protected String |
id |
protected String |
key |
protected String |
label |
protected String |
labelKey |
protected Integer |
order |
protected List<PageDefinitionRepresentation> |
pages |
protected String |
theme |
protected String |
urlSegment |
Constructor and Description |
---|
AppDefinitionRepresentation() |
AppDefinitionRepresentation(CoreAppDefinition appDefinition,
CoreAppModel appModel) |
Modifier and Type | Method and Description |
---|---|
Map<String,Map<String,String>> |
getI18n() |
String |
getIcon() |
String |
getId() |
String |
getKey() |
String |
getLabel() |
String |
getLabelKey() |
Integer |
getOrder() |
List<PageDefinitionRepresentation> |
getPages() |
String |
getTheme() |
String |
getUrlSegment() |
void |
setI18n(Map<String,Map<String,String>> i18n) |
void |
setIcon(String icon) |
void |
setId(String id) |
void |
setKey(String key) |
void |
setLabel(String label) |
void |
setLabelKey(String labelKey) |
void |
setOrder(Integer order) |
void |
setPages(List<PageDefinitionRepresentation> pages) |
void |
setTheme(String theme) |
void |
setUrlSegment(String urlSegment) |
protected String id
protected String key
protected String label
protected String labelKey
protected String icon
protected String theme
protected Integer order
protected List<PageDefinitionRepresentation> pages
protected String urlSegment
public AppDefinitionRepresentation()
public AppDefinitionRepresentation(CoreAppDefinition appDefinition, CoreAppModel appModel)
public String getId()
public void setId(String id)
public String getKey()
public void setKey(String key)
public String getLabel()
public void setLabel(String label)
public String getLabelKey()
public void setLabelKey(String labelKey)
public String getIcon()
public void setIcon(String icon)
public String getTheme()
public void setTheme(String theme)
public Integer getOrder()
public void setOrder(Integer order)
public List<PageDefinitionRepresentation> getPages()
public void setPages(List<PageDefinitionRepresentation> pages)
public String getUrlSegment()
public void setUrlSegment(String urlSegment)