public class AppDefinitionServiceRepresentation extends AbstractRepresentation
Modifier and Type | Field and Description |
---|---|
protected String |
definition |
protected String |
description |
protected String |
icon |
protected Long |
id |
protected List<Long> |
models |
protected String |
name |
protected String |
theme |
protected Integer |
version |
Constructor and Description |
---|
AppDefinitionServiceRepresentation() |
Modifier and Type | Method and Description |
---|---|
String |
getDefinition() |
String |
getDescription() |
String |
getIcon() |
Long |
getId() |
List<Long> |
getModels() |
String |
getName() |
String |
getTheme() |
Integer |
getVersion() |
void |
setDefinition(String definition) |
void |
setDescription(String description) |
void |
setIcon(String icon) |
void |
setId(Long id) |
void |
setModels(List<Long> models) |
void |
setName(String name) |
void |
setTheme(String theme) |
void |
setVersion(Integer version) |
protected Long id
protected String name
protected String description
protected Integer version
protected String icon
protected String theme
protected String definition
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 String getIcon()
public void setIcon(String icon)
public String getTheme()
public void setTheme(String theme)
public String getDefinition()
public void setDefinition(String definition)
Copyright © 2014–2015 Alfresco. All rights reserved.