public class BaseCoreAppModel extends Object implements CoreAppModel
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected boolean |
flowApp |
protected String |
groupsAccess |
protected String |
icon |
protected String |
key |
protected String |
name |
protected int |
order |
protected List<CorePageModel> |
pageModels |
protected String |
state |
protected String |
subState |
protected String |
subType |
protected String |
theme |
protected String |
type |
protected String |
url |
protected String |
usersAccess |
| Constructor and Description |
|---|
BaseCoreAppModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getGroupsAccess() |
String |
getIcon() |
String |
getKey() |
String |
getName() |
int |
getOrder() |
List<CorePageModel> |
getPageModels() |
String |
getState() |
String |
getSubState() |
String |
getSubType() |
String |
getTheme() |
String |
getType() |
String |
getUrl() |
String |
getUsersAccess() |
boolean |
isFlowApp() |
void |
setDescription(String description) |
void |
setFlowApp(boolean flowApp) |
void |
setGroupsAccess(String groupsAccess) |
void |
setIcon(String icon) |
void |
setKey(String key) |
void |
setName(String name) |
void |
setOrder(int order) |
void |
setPageModels(List<CorePageModel> pageModels) |
void |
setState(String state) |
void |
setSubState(String subState) |
void |
setSubType(String subType) |
void |
setTheme(String theme) |
void |
setType(String type) |
void |
setUrl(String url) |
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
protected boolean flowApp
protected String type
protected String subType
protected String state
protected String subState
protected String url
protected int order
protected List<CorePageModel> pageModels
public String getKey()
getKey in interface org.flowable.app.api.repository.AppModelpublic void setKey(String key)
public String getName()
getName in interface org.flowable.app.api.repository.AppModelpublic void setName(String name)
public String getDescription()
getDescription in interface org.flowable.app.api.repository.AppModelpublic void setDescription(String description)
public String getTheme()
getTheme in interface CoreAppModelpublic void setTheme(String theme)
public String getIcon()
getIcon in interface CoreAppModelpublic void setIcon(String icon)
public String getUsersAccess()
getUsersAccess in interface CoreAppModelpublic void setUsersAccess(String usersAccess)
public String getGroupsAccess()
getGroupsAccess in interface CoreAppModelpublic void setGroupsAccess(String groupsAccess)
public boolean isFlowApp()
isFlowApp in interface CoreAppModelpublic void setFlowApp(boolean flowApp)
public String getType()
getType in interface CoreAppModelpublic void setType(String type)
public String getSubType()
getSubType in interface CoreAppModelpublic void setSubType(String subType)
public String getState()
getState in interface CoreAppModelpublic void setState(String state)
public String getSubState()
getSubState in interface CoreAppModelpublic void setSubState(String subState)
public String getUrl()
getUrl in interface CoreAppModelpublic void setUrl(String url)
public int getOrder()
getOrder in interface CoreAppModelpublic void setOrder(int order)
public List<CorePageModel> getPageModels()
getPageModels in interface CoreAppModelpublic void setPageModels(List<CorePageModel> pageModels)
Copyright © 2019. All rights reserved.