public class CaseRepresentation extends AbstractRepresentation
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
id |
protected String |
key |
protected Date |
lastUpdated |
protected String |
lastUpdatedBy |
protected String |
name |
protected Integer |
version |
| Constructor and Description |
|---|
CaseRepresentation() |
CaseRepresentation(AbstractModel model) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getId() |
String |
getKey() |
Date |
getLastUpdated() |
String |
getLastUpdatedBy() |
String |
getName() |
Integer |
getVersion() |
void |
setDescription(String description) |
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
public CaseRepresentation(AbstractModel model)
public CaseRepresentation()
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)
Copyright © 2018 Flowable. All rights reserved.