public class AppDefinitionServiceRepresentation extends AbstractRepresentation
| Modifier and Type | Field and Description |
|---|---|
protected String |
definition |
protected String |
description |
protected String |
icon |
protected String |
id |
protected List<String> |
models |
protected String |
name |
protected String |
theme |
protected Integer |
version |
| Constructor and Description |
|---|
AppDefinitionServiceRepresentation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefinition() |
String |
getDescription() |
String |
getIcon() |
String |
getId() |
List<String> |
getModels() |
String |
getName() |
String |
getTheme() |
Integer |
getVersion() |
void |
setDefinition(String definition) |
void |
setDescription(String description) |
void |
setIcon(String icon) |
void |
setId(String id) |
void |
setModels(List<String> models) |
void |
setName(String name) |
void |
setTheme(String theme) |
void |
setVersion(Integer version) |
protected String id
protected String name
protected String description
protected Integer version
protected String icon
protected String theme
protected String definition
public String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public Integer getVersion()
public void setVersion(Integer version)
public String getIcon()
public void setIcon(String icon)
public String getTheme()
public void setTheme(String theme)
public String getDefinition()
public void setDefinition(String definition)
Copyright © 2018 Flowable. All rights reserved.