@Entity public class MobilePage extends OrderableEntity
| Constructor and Description |
|---|
MobilePage() |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
getConfiguration() |
java.lang.String |
getContent() |
DataTranslationType |
getDataTranslationType()
If this entity allows data translation, should return the translation type
|
java.lang.String |
getIcon() |
Network |
getNetwork() |
MobilePageShowInOption |
getShowIn() |
void |
setConfiguration(Configuration configuration) |
void |
setContent(java.lang.String content) |
void |
setIcon(java.lang.String icon) |
void |
setShowIn(MobilePageShowInOption showIn) |
compareTo, getOrder, setOrder, toStringgetName, getNames, setNamegetLogType, getVersion, isGlobal, isPersistent, isTransientclone, equals, getEntityImportance, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCodepublic Configuration getConfiguration()
public java.lang.String getContent()
public DataTranslationType getDataTranslationType()
BaseEntitygetDataTranslationType in class BaseEntitypublic java.lang.String getIcon()
public Network getNetwork()
getNetwork in class BaseEntitypublic MobilePageShowInOption getShowIn()
public void setConfiguration(Configuration configuration)
public void setContent(java.lang.String content)
public void setIcon(java.lang.String icon)
public void setShowIn(MobilePageShowInOption showIn)