public class FormRepresentation extends AbstractRepresentation
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected SimpleFormModel |
formDefinition |
protected String |
id |
protected String |
key |
protected Date |
lastUpdated |
protected String |
lastUpdatedBy |
protected String |
name |
protected Integer |
version |
| Constructor and Description |
|---|
FormRepresentation() |
FormRepresentation(AbstractModel model) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
SimpleFormModel |
getFormDefinition() |
String |
getId() |
String |
getKey() |
Date |
getLastUpdated() |
String |
getLastUpdatedBy() |
String |
getName() |
Integer |
getVersion() |
void |
setDescription(String description) |
void |
setFormDefinition(SimpleFormModel formDefinition) |
void |
setId(String id) |
void |
setKey(String key) |
void |
setLastUpdated(Date lastUpdated) |
void |
setLastUpdatedBy(String lastUpdatedBy) |
void |
setName(String name) |
void |
setVersion(Integer version) |
protected String id
protected String name
protected String key
protected String description
protected Integer version
protected String lastUpdatedBy
protected Date lastUpdated
protected SimpleFormModel formDefinition
public FormRepresentation(AbstractModel model)
public FormRepresentation()
public String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public String getKey()
public void setKey(String key)
public String getDescription()
public void setDescription(String description)
public Integer getVersion()
public void setVersion(Integer version)
public String getLastUpdatedBy()
public void setLastUpdatedBy(String lastUpdatedBy)
public Date getLastUpdated()
public void setLastUpdated(Date lastUpdated)
public SimpleFormModel getFormDefinition()
public void setFormDefinition(SimpleFormModel formDefinition)
Copyright © 2018 Flowable. All rights reserved.