public class SiteTemplate
extends java.lang.Object
| Constructor and Description |
|---|
SiteTemplate()
Instantiates a new site template.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Gets the description.
|
java.lang.String |
getDisplayCategory()
Gets the display category.
|
int |
getId()
Gets the id.
|
java.lang.String |
getImageUrl()
Gets the image url.
|
Locale |
getLanguage()
Gets the language.
|
java.lang.String |
getName()
Gets the name.
|
java.lang.String |
getTitle()
Gets the title.
|
boolean |
isHidden()
Checks if is hidden.
|
boolean |
isRootWebOnly()
Checks if is root web only.
|
boolean |
isSubWebOnly()
Checks if is sub web only.
|
public java.lang.String getDescription()
public java.lang.String getDisplayCategory()
public int getId()
public java.lang.String getImageUrl()
public Locale getLanguage()
public java.lang.String getName()
public java.lang.String getTitle()
public boolean isHidden()
public boolean isRootWebOnly()
public boolean isSubWebOnly()