@Entity public class RuntimeAppDefinition extends Object
Modifier and Type | Field and Description |
---|---|
protected Date |
created |
protected User |
createdBy |
protected String |
definition |
protected String |
deploymentId |
protected String |
description |
protected Long |
id |
protected Long |
modelId |
protected String |
name |
protected Long |
tenantId |
Constructor and Description |
---|
RuntimeAppDefinition() |
Modifier and Type | Method and Description |
---|---|
Date |
getCreated() |
User |
getCreatedBy() |
String |
getDefinition() |
String |
getDeploymentId() |
String |
getDescription() |
Long |
getId() |
Long |
getModelId() |
String |
getName() |
Long |
getTenantId() |
void |
setCreated(Date created) |
void |
setCreatedBy(User createdBy) |
void |
setDefinition(String definition) |
void |
setDeploymentId(String deploymentId) |
void |
setDescription(String description) |
void |
setId(Long id) |
void |
setModelId(Long modelId) |
void |
setName(String name) |
void |
setTenantId(Long tenantId) |
protected Long id
protected String name
protected String description
protected Date created
protected User createdBy
protected String deploymentId
protected String definition
protected Long modelId
protected Long tenantId
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 User getCreatedBy()
public void setCreatedBy(User createdBy)
public String getDeploymentId()
public void setDeploymentId(String deploymentId)
public String getDefinition()
public void setDefinition(String definition)
public Long getModelId()
public void setModelId(Long modelId)
public Long getTenantId()
public void setTenantId(Long tenantId)
Copyright © 2014–2015 Alfresco. All rights reserved.