Class CaseRepresentation
- java.lang.Object
-
- org.flowable.ui.common.model.AbstractRepresentation
-
- org.flowable.ui.modeler.model.casemodel.CaseRepresentation
-
public class CaseRepresentation extends AbstractRepresentation
- Author:
- Tijs Rademakers
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringdescriptionprotected Stringidprotected Stringkeyprotected DatelastUpdatedprotected StringlastUpdatedByprotected Stringnameprotected Integerversion
-
Constructor Summary
Constructors Constructor Description CaseRepresentation()CaseRepresentation(AbstractModel model)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()StringgetId()StringgetKey()DategetLastUpdated()StringgetLastUpdatedBy()StringgetName()IntegergetVersion()voidsetDescription(String description)voidsetId(String id)voidsetKey(String key)voidsetLastUpdated(Date lastUpdated)voidsetLastUpdatedBy(String lastUpdatedBy)voidsetName(String name)voidsetVersion(Integer version)
-
-
-
Constructor Detail
-
CaseRepresentation
public CaseRepresentation(AbstractModel model)
-
CaseRepresentation
public CaseRepresentation()
-
-
Method Detail
-
getId
public String getId()
-
setId
public void setId(String id)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getKey
public String getKey()
-
setKey
public void setKey(String key)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getVersion
public Integer getVersion()
-
setVersion
public void setVersion(Integer version)
-
getLastUpdatedBy
public String getLastUpdatedBy()
-
setLastUpdatedBy
public void setLastUpdatedBy(String lastUpdatedBy)
-
getLastUpdated
public Date getLastUpdated()
-
setLastUpdated
public void setLastUpdated(Date lastUpdated)
-
-