public class AppModelDefinition extends Object
Modifier and Type | Field and Description |
---|---|
protected Long |
createdBy |
protected String |
createdByFullName |
protected String |
description |
protected Long |
id |
protected Date |
lastUpdated |
protected Long |
lastUpdatedBy |
protected String |
lastUpdatedByFullName |
protected Integer |
modelType |
protected String |
name |
protected Long |
stencilSetId |
protected Integer |
version |
Constructor and Description |
---|
AppModelDefinition() |
Modifier and Type | Method and Description |
---|---|
Long |
getCreatedBy() |
String |
getCreatedByFullName() |
String |
getDescription() |
Long |
getId() |
Date |
getLastUpdated() |
Long |
getLastUpdatedBy() |
String |
getLastUpdatedByFullName() |
Integer |
getModelType() |
String |
getName() |
Long |
getStencilSetId() |
Integer |
getVersion() |
void |
setCreatedBy(Long createdBy) |
void |
setCreatedByFullName(String createdByFullName) |
void |
setDescription(String description) |
void |
setId(Long id) |
void |
setLastUpdated(Date lastUpdated) |
void |
setLastUpdatedBy(Long lastUpdatedBy) |
void |
setLastUpdatedByFullName(String lastUpdatedByFullName) |
void |
setModelType(Integer modelType) |
void |
setName(String name) |
void |
setStencilSetId(Long stencilSetId) |
void |
setVersion(Integer version) |
protected Long id
protected String name
protected Integer version
protected Integer modelType
protected String description
protected Long stencilSetId
protected String createdByFullName
protected Long createdBy
protected String lastUpdatedByFullName
protected Long lastUpdatedBy
protected Date lastUpdated
public Long getId()
public void setId(Long 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 getCreatedByFullName()
public void setCreatedByFullName(String createdByFullName)
public Long getCreatedBy()
public void setCreatedBy(Long createdBy)
public String getLastUpdatedByFullName()
public void setLastUpdatedByFullName(String lastUpdatedByFullName)
public Long getLastUpdatedBy()
public void setLastUpdatedBy(Long lastUpdatedBy)
public Date getLastUpdated()
public void setLastUpdated(Date lastUpdated)
Copyright © 2014–2015 Alfresco. All rights reserved.