public class AbstractModel extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
comment |
protected Date |
created |
protected String |
description |
protected String |
id |
protected String |
key |
protected Date |
lastUpdated |
static int |
MODEL_TYPE_APP |
static int |
MODEL_TYPE_BPMN |
static int |
MODEL_TYPE_CMMN |
static int |
MODEL_TYPE_DECISION_TABLE |
static int |
MODEL_TYPE_FORM |
protected String |
modelEditorJson |
protected Integer |
modelType |
protected String |
name |
protected String |
tenantId |
protected int |
version |
| Constructor and Description |
|---|
AbstractModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getComment() |
Date |
getCreated() |
String |
getCreatedBy() |
String |
getDescription() |
String |
getId() |
String |
getKey() |
Date |
getLastUpdated() |
String |
getLastUpdatedBy() |
String |
getModelEditorJson() |
Integer |
getModelType() |
String |
getName() |
String |
getTenantId() |
int |
getVersion() |
void |
setComment(String comment) |
void |
setCreated(Date created) |
void |
setCreatedBy(String createdBy) |
void |
setDescription(String description) |
void |
setId(String id) |
void |
setKey(String key) |
void |
setLastUpdated(Date lastUpdated) |
void |
setLastUpdatedBy(String lastUpdatedBy) |
void |
setModelEditorJson(String modelEditorJson) |
void |
setModelType(Integer modelType) |
void |
setName(String name) |
void |
setTenantId(String tenantId) |
void |
setVersion(int version) |
public static final int MODEL_TYPE_BPMN
public static final int MODEL_TYPE_FORM
public static final int MODEL_TYPE_APP
public static final int MODEL_TYPE_DECISION_TABLE
public static final int MODEL_TYPE_CMMN
protected String id
protected String name
protected String key
protected String description
protected Date created
protected Date lastUpdated
protected int version
protected String modelEditorJson
protected String comment
protected Integer modelType
protected String tenantId
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 Date getCreated()
public void setCreated(Date created)
public Date getLastUpdated()
public void setLastUpdated(Date lastUpdated)
public String getCreatedBy()
public void setCreatedBy(String createdBy)
public String getLastUpdatedBy()
public void setLastUpdatedBy(String lastUpdatedBy)
public int getVersion()
public void setVersion(int version)
public String getModelEditorJson()
public void setModelEditorJson(String modelEditorJson)
public void setComment(String comment)
public String getComment()
public Integer getModelType()
public void setModelType(Integer modelType)
public String getTenantId()
public void setTenantId(String tenantId)
Copyright © 2018 Flowable. All rights reserved.