public class AppDefinition extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<AppModelDefinition> |
cmmnModels |
protected String |
groupsAccess |
protected String |
icon |
protected String |
key |
protected List<AppModelDefinition> |
models |
protected String |
name |
protected String |
theme |
protected String |
usersAccess |
| Constructor and Description |
|---|
AppDefinition() |
| Modifier and Type | Method and Description |
|---|---|
List<AppModelDefinition> |
getCmmnModels() |
String |
getGroupsAccess() |
String |
getIcon() |
String |
getKey() |
List<AppModelDefinition> |
getModels() |
String |
getName() |
String |
getTheme() |
String |
getUsersAccess() |
void |
setCmmnModels(List<AppModelDefinition> cmmnModels) |
void |
setGroupsAccess(String groupsAccess) |
void |
setIcon(String icon) |
void |
setKey(String key) |
void |
setModels(List<AppModelDefinition> models) |
void |
setName(String name) |
void |
setTheme(String theme) |
void |
setUsersAccess(String usersAccess) |
protected List<AppModelDefinition> models
protected List<AppModelDefinition> cmmnModels
protected String name
protected String key
protected String theme
protected String icon
protected String groupsAccess
protected String usersAccess
public String getName()
public void setName(String name)
public String getKey()
public void setKey(String key)
public String getTheme()
public void setTheme(String theme)
public String getIcon()
public void setIcon(String icon)
public List<AppModelDefinition> getModels()
public void setModels(List<AppModelDefinition> models)
public List<AppModelDefinition> getCmmnModels()
public void setCmmnModels(List<AppModelDefinition> cmmnModels)
public String getGroupsAccess()
public void setGroupsAccess(String groupsAccess)
public String getUsersAccess()
public void setUsersAccess(String usersAccess)
Copyright © 2018 Flowable. All rights reserved.