Class PageDefinitionRepresentation
- java.lang.Object
-
- com.flowable.platform.service.app.PageDefinitionRepresentation
-
public class PageDefinitionRepresentation extends Object
- Author:
- Luis Belloch
-
-
Constructor Summary
Constructors Constructor Description PageDefinitionRepresentation()
PageDefinitionRepresentation(PageDefinition pageDefinition, CorePageModel pageModel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFormKey()
Map<String,Map<String,String>>
getI18n()
String
getId()
String
getKey()
String
getLabel()
String
getLabelKey()
Integer
getOrder()
String
getUrlSegment()
void
setFormKey(String formKey)
void
setI18n(Map<String,Map<String,String>> i18n)
void
setId(String id)
void
setKey(String key)
void
setLabel(String label)
void
setLabelKey(String labelKey)
void
setOrder(Integer order)
void
setUrlSegment(String urlSegment)
-
-
-
Constructor Detail
-
PageDefinitionRepresentation
public PageDefinitionRepresentation()
-
PageDefinitionRepresentation
public PageDefinitionRepresentation(PageDefinition pageDefinition, CorePageModel pageModel)
-
-
Method Detail
-
getId
public String getId()
-
setId
public void setId(String id)
-
getKey
public String getKey()
-
setKey
public void setKey(String key)
-
getLabel
public String getLabel()
-
setLabel
public void setLabel(String label)
-
getLabelKey
public String getLabelKey()
-
setLabelKey
public void setLabelKey(String labelKey)
-
getOrder
public Integer getOrder()
-
setOrder
public void setOrder(Integer order)
-
getFormKey
public String getFormKey()
-
setFormKey
public void setFormKey(String formKey)
-
getUrlSegment
public String getUrlSegment()
-
setUrlSegment
public void setUrlSegment(String urlSegment)
-
-