Class MobilePage
- java.lang.Object
-
- org.cyclos.entities.SimpleEntity
-
- org.cyclos.entities.NetworkedEntity
-
- org.cyclos.entities.BaseEntity
-
- org.cyclos.entities.NamedEntity
-
- org.cyclos.entities.OrderableEntity
-
- org.cyclos.entities.contentmanagement.MobilePage
-
- All Implemented Interfaces:
Cloneable,Comparable<NamedEntity>,HasContentScript,HasNetwork,HasOrder,ProcessableForProxying,IEntity,IInternalNamedEntity,INamedEntity,UsesScript
@Entity public class MobilePage extends OrderableEntity implements IInternalNamedEntity, HasContentScript
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.cyclos.entities.SimpleEntity
SimpleEntity.EntityLoadNotifier
-
-
Constructor Summary
Constructors Constructor Description MobilePage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigurationgetConfiguration()StringgetContent()CustomScriptgetContentScript()StringgetContentScriptParameters()DataTranslationTypegetDataTranslationType()If this entity allows data translation, should return the translation typeStringgetExternalUrl()StringgetIcon()StringgetInternalName()NetworkgetNetwork()Returns the network this entity belongs toCustomScriptUsedInTypegetScriptUsedInType()Returns the type of script usageMobilePageShowInOptiongetShowIn()booleanisUseFullSpace()voidsetConfiguration(Configuration configuration)voidsetContent(String content)voidsetContentScript(CustomScript contentScript)voidsetContentScriptParameters(String contentScriptParameters)voidsetExternalUrl(String externalUrl)voidsetIcon(String icon)voidsetInternalName(String internalName)voidsetShowIn(MobilePageShowInOption showIn)voidsetUseFullSpace(boolean useFullSpace)-
Methods inherited from class org.cyclos.entities.OrderableEntity
compareTo, getOrder, setOrder, toString
-
Methods inherited from class org.cyclos.entities.NamedEntity
getName, getNames, setName, toShortString
-
Methods inherited from class org.cyclos.entities.BaseEntity
getVersion
-
Methods inherited from class org.cyclos.entities.NetworkedEntity
isGlobal
-
Methods inherited from class org.cyclos.entities.SimpleEntity
equals, getId, hashCode, id, ids, isPersistent, isTransient, register, setId, uniqueIds, uniqueIds
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.cyclos.model.IInternalNamedEntity
matches
-
Methods inherited from interface org.cyclos.entities.ProcessableForProxying
getProxyClass
-
Methods inherited from interface org.cyclos.model.system.scripts.UsesScript
isEnabled
-
-
-
-
Method Detail
-
getConfiguration
public Configuration getConfiguration()
-
getContent
public String getContent()
-
getContentScript
public CustomScript getContentScript()
- Specified by:
getContentScriptin interfaceHasContentScript
-
getContentScriptParameters
public String getContentScriptParameters()
- Specified by:
getContentScriptParametersin interfaceHasContentScript
-
getDataTranslationType
public DataTranslationType getDataTranslationType()
Description copied from class:BaseEntityIf this entity allows data translation, should return the translation type- Overrides:
getDataTranslationTypein classBaseEntity
-
getExternalUrl
public String getExternalUrl()
-
getIcon
public String getIcon()
-
getInternalName
public String getInternalName()
- Specified by:
getInternalNamein interfaceIInternalNamedEntity- Returns:
- the internal name.
-
getNetwork
public Network getNetwork()
Description copied from interface:HasNetworkReturns the network this entity belongs to- Specified by:
getNetworkin interfaceHasNetwork
-
getScriptUsedInType
public CustomScriptUsedInType getScriptUsedInType()
Description copied from interface:UsesScriptReturns the type of script usage- Specified by:
getScriptUsedInTypein interfaceUsesScript
-
getShowIn
public MobilePageShowInOption getShowIn()
-
isUseFullSpace
public boolean isUseFullSpace()
-
setConfiguration
public void setConfiguration(Configuration configuration)
-
setContent
public void setContent(String content)
-
setContentScript
public void setContentScript(CustomScript contentScript)
-
setContentScriptParameters
public void setContentScriptParameters(String contentScriptParameters)
-
setExternalUrl
public void setExternalUrl(String externalUrl)
-
setIcon
public void setIcon(String icon)
-
setInternalName
public void setInternalName(String internalName)
- Specified by:
setInternalNamein interfaceIInternalNamedEntity- Parameters:
internalName- the internal name to be set.
-
setShowIn
public void setShowIn(MobilePageShowInOption showIn)
-
setUseFullSpace
public void setUseFullSpace(boolean useFullSpace)
-
-