@MappedSuperclass public class AbstractModel extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
comment |
protected Date |
created |
protected String |
description |
protected Long |
id |
protected Date |
lastUpdated |
static int |
MODEL_TYPE_APP |
static int |
MODEL_TYPE_BPMN |
static int |
MODEL_TYPE_FORM |
protected String |
modelEditorJson |
protected Integer |
modelType |
protected String |
name |
protected Long |
referenceId |
protected Long |
stencilSetId |
protected int |
version |
Constructor and Description |
---|
AbstractModel() |
Modifier and Type | Method and Description |
---|---|
String |
getComment() |
Date |
getCreated() |
User |
getCreatedBy() |
String |
getDescription() |
Long |
getId() |
Date |
getLastUpdated() |
User |
getLastUpdatedBy() |
String |
getModelEditorJson() |
Integer |
getModelType() |
String |
getName() |
Long |
getReferenceId() |
Long |
getStencilSetId() |
int |
getVersion() |
void |
setComment(String comment) |
void |
setCreated(Date created) |
void |
setCreatedBy(User createdBy) |
void |
setDescription(String description) |
void |
setId(Long id) |
void |
setLastUpdated(Date lastUpdated) |
void |
setLastUpdatedBy(User lastUpdatedBy) |
void |
setModelEditorJson(String modelEditorJson) |
void |
setModelType(Integer modelType) |
void |
setName(String name) |
void |
setReferenceId(Long referenceId) |
void |
setStencilSetId(Long stencilSetId) |
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
protected Long id
protected String name
protected String description
protected Date created
protected Date lastUpdated
protected int version
protected String modelEditorJson
protected String comment
protected Long stencilSetId
protected Long referenceId
protected Integer modelType
public Long getId()
public void setId(Long id)
public String getName()
public void setName(String name)
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 User getCreatedBy()
public void setCreatedBy(User createdBy)
public User getLastUpdatedBy()
public void setLastUpdatedBy(User 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 Long getStencilSetId()
public void setStencilSetId(Long stencilSetId)
public Long getReferenceId()
public void setReferenceId(Long referenceId)
public Integer getModelType()
public void setModelType(Integer modelType)
Copyright © 2014–2015 Alfresco. All rights reserved.