public final class TemplateBean extends AssetBean
| Modifier and Type | Class and Description | 
|---|---|
| static class  | TemplateBean.TypeEnumerates all the supported template types. | 
AssetBean.Status| Modifier and Type | Field and Description | 
|---|---|
| static String | TEMPLATEName of the Template asset type. | 
attributes, description, id, name, type| Constructor and Description | 
|---|
| TemplateBean()Default Constructor which sets the type of Template assets to "Template". | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getPageName() | 
| TemplateBean.Type | getTemplateType()Returns the type of this template. | 
| String | getThumbnailUrl()Returns the relative path of the thumbnail if available. | 
| String | getTname()Returns the type-qualified template name associated with this template. | 
| Boolean | isTypeless()Returns a flag to indicate if this template is typeless. | 
| void | setId(AssetId id)Sets the identifier for this asset. | 
| void | setPageName(String pagename) | 
| void | setTemplateType(TemplateBean.Type templateType)Sets the type of this template. | 
| void | setThumbnailUrl(String thumbnailUrl)Sets the relative path of this thumbnail. | 
| void | setTname(String templateName) | 
| void | setType(TypeBean type)Sets the type for this asset. | 
| void | setTypeless(boolean typeless) | 
getAttributes, getDescription, getId, getName, getType, setDescription, setNamepublic static final String TEMPLATE
public TemplateBean()
public void setId(AssetId id)
AssetBeanpublic void setType(TypeBean type)
AssetBeanpublic String getTname()
public void setTname(String templateName)
public String getPageName()
public void setPageName(String pagename)
public final TemplateBean.Type getTemplateType()
public final void setTemplateType(TemplateBean.Type templateType)
templateType - the templateType to setpublic void setTypeless(boolean typeless)
public final Boolean isTypeless()
public String getThumbnailUrl()
public void setThumbnailUrl(String thumbnailUrl)
thumbnailUrl - a thumbnailUrl