public class FormRepresentation extends AbstractRepresentation
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected FormDefinitionRepresentation |
formDefinition |
protected Long |
id |
protected Date |
lastUpdated |
protected Long |
lastUpdatedBy |
protected String |
lastUpdatedByFullName |
protected String |
name |
protected Integer |
version |
Constructor and Description |
---|
FormRepresentation() |
FormRepresentation(AbstractModel model) |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
FormDefinitionRepresentation |
getFormDefinition() |
Long |
getId() |
Date |
getLastUpdated() |
Long |
getLastUpdatedBy() |
String |
getLastUpdatedByFullName() |
String |
getName() |
Integer |
getVersion() |
void |
setDescription(String description) |
void |
setFormDefinition(FormDefinitionRepresentation formDefinition) |
void |
setId(Long id) |
void |
setLastUpdated(Date lastUpdated) |
void |
setLastUpdatedBy(Long lastUpdatedBy) |
void |
setLastUpdatedByFullName(String lastUpdatedByFullName) |
void |
setName(String name) |
void |
setVersion(Integer version) |
protected Long id
protected String name
protected String description
protected Integer version
protected Long lastUpdatedBy
protected String lastUpdatedByFullName
protected Date lastUpdated
protected FormDefinitionRepresentation formDefinition
public FormRepresentation(AbstractModel model)
public FormRepresentation()
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 Integer getVersion()
public void setVersion(Integer version)
public Long getLastUpdatedBy()
public void setLastUpdatedBy(Long lastUpdatedBy)
public String getLastUpdatedByFullName()
public void setLastUpdatedByFullName(String lastUpdatedByFullName)
public Date getLastUpdated()
public void setLastUpdated(Date lastUpdated)
public FormDefinitionRepresentation getFormDefinition()
public void setFormDefinition(FormDefinitionRepresentation formDefinition)
Copyright © 2014–2015 Alfresco. All rights reserved.