public class AppModelDefinition extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
createdBy |
protected String |
description |
protected String |
id |
protected Date |
lastUpdated |
protected String |
lastUpdatedBy |
protected Integer |
modelType |
protected String |
name |
protected Long |
stencilSetId |
protected Integer |
version |
| Constructor and Description |
|---|
AppModelDefinition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCreatedBy() |
String |
getDescription() |
String |
getId() |
Date |
getLastUpdated() |
String |
getLastUpdatedBy() |
Integer |
getModelType() |
String |
getName() |
Long |
getStencilSetId() |
Integer |
getVersion() |
void |
setCreatedBy(String createdBy) |
void |
setDescription(String description) |
void |
setId(String id) |
void |
setLastUpdated(Date lastUpdated) |
void |
setLastUpdatedBy(String lastUpdatedBy) |
void |
setModelType(Integer modelType) |
void |
setName(String name) |
void |
setStencilSetId(Long stencilSetId) |
void |
setVersion(Integer version) |
protected String id
protected String name
protected Integer version
protected Integer modelType
protected String description
protected Long stencilSetId
protected String createdBy
protected String lastUpdatedBy
protected Date lastUpdated
public String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public Integer getVersion()
public void setVersion(Integer version)
public Integer getModelType()
public void setModelType(Integer modelType)
public String getDescription()
public void setDescription(String description)
public Long getStencilSetId()
public void setStencilSetId(Long stencilSetId)
public String getCreatedBy()
public void setCreatedBy(String createdBy)
public String getLastUpdatedBy()
public void setLastUpdatedBy(String lastUpdatedBy)
public Date getLastUpdated()
public void setLastUpdated(Date lastUpdated)
Copyright © 2018 Flowable. All rights reserved.