public class AppModel extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
groupsAccess |
protected String |
icon |
protected String |
key |
protected String |
name |
protected String |
theme |
protected String |
usersAccess |
| Constructor and Description |
|---|
AppModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getGroupsAccess() |
String |
getIcon() |
String |
getKey() |
String |
getName() |
String |
getTheme() |
String |
getUsersAccess() |
void |
setDescription(String description) |
void |
setGroupsAccess(String groupsAccess) |
void |
setIcon(String icon) |
void |
setKey(String key) |
void |
setName(String name) |
void |
setTheme(String theme) |
void |
setUsersAccess(String usersAccess) |
protected String key
protected String name
protected String description
protected String theme
protected String icon
protected String usersAccess
protected String groupsAccess
public String getKey()
public void setKey(String key)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public String getTheme()
public void setTheme(String theme)
public String getIcon()
public void setIcon(String icon)
public String getUsersAccess()
public void setUsersAccess(String usersAccess)
public String getGroupsAccess()
public void setGroupsAccess(String groupsAccess)
Copyright © 2019 Flowable. All rights reserved.