@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()
Returns the network this entity belongs to
|
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, getVersionisGlobalclone, equals, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCode, isPersistent, isTransientpublic Configuration getConfiguration()
public java.lang.String getContent()
public DataTranslationType getDataTranslationType()
BaseEntitygetDataTranslationType in class BaseEntitypublic java.lang.String getIcon()
public Network getNetwork()
NetworkedEntitygetNetwork in class NetworkedEntitypublic 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)