public class AppDefinition extends Object
Constructor and Description |
---|
AppDefinition() |
Modifier and Type | Method and Description |
---|---|
String |
getIcon() |
List<AppModelDefinition> |
getModels() |
String |
getTheme() |
void |
setIcon(String icon) |
void |
setModels(List<AppModelDefinition> models) |
void |
setTheme(String theme) |
public String getTheme()
public void setTheme(String theme)
public String getIcon()
public void setIcon(String icon)
public List<AppModelDefinition> getModels()
public void setModels(List<AppModelDefinition> models)
Copyright © 2014–2015 Alfresco. All rights reserved.