Package org.flowable.ui.modeler.model
Class LightAppRepresentation
- java.lang.Object
-
- org.flowable.ui.common.model.AbstractRepresentation
-
- org.flowable.ui.modeler.model.LightAppRepresentation
-
public class LightAppRepresentation extends AbstractRepresentation
-
-
Constructor Summary
Constructors Constructor Description LightAppRepresentation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()StringgetIcon()LonggetId()StringgetName()StringgetTheme()voidsetDescription(String description)voidsetIcon(String icon)voidsetId(Long id)voidsetName(String name)voidsetTheme(String theme)
-
-
-
Method Detail
-
getId
public Long getId()
-
setId
public void setId(Long id)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getTheme
public String getTheme()
-
setTheme
public void setTheme(String theme)
-
getIcon
public String getIcon()
-
setIcon
public void setIcon(String icon)
-
-