public abstract class Template extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
customIcon
Base option representing the application icon
|
static String |
DEFAULT_TEMPLATE_TAG |
static String |
TARGET_ANDROID |
static String |
TARGET_IOS |
static String |
TARGET_WEBAPP |
protected List<String> |
targets
List of available target applications
|
protected String |
templateName
String representing your template name
|
protected String |
templateTag
Unique string referencing your template
|
protected String |
uuid
Random UUID referencing your application
|
protected Object |
webappResponse
Representation of the response sent to the frontend once webapp init is done.
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getCustomIcon() |
List<String> |
getTargets() |
String |
getTemplateName() |
String |
getTemplateTag() |
String |
getUuid() |
Object |
getWebappResponse() |
void |
setCustomIcon(Boolean customIcon) |
void |
setTargets(List<String> targets) |
void |
setTemplateName(String templateName) |
void |
setTemplateTag(String templateTag) |
void |
setUuid(String uuid) |
void |
setWebappResponse(Serializable webappResponse) |
String |
toString() |
protected String uuid
protected String templateTag
protected String templateName
protected Boolean customIcon
protected Object webappResponse
public static final String DEFAULT_TEMPLATE_TAG
public static final String TARGET_ANDROID
public static final String TARGET_IOS
public static final String TARGET_WEBAPP
public Template(String templateTag)
public String getUuid()
public void setUuid(String uuid)
public String getTemplateTag()
public void setTemplateTag(String templateTag)
public String getTemplateName()
public void setTemplateName(String templateName)
public Boolean getCustomIcon()
public void setCustomIcon(Boolean customIcon)
public Object getWebappResponse()
public void setWebappResponse(Serializable webappResponse)
Copyright © 2015. All rights reserved.