Class MobilePageVO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityModel
-
- org.cyclos.model.EntityVO
-
- org.cyclos.model.NamedEntityVO
-
- org.cyclos.model.contentmanagement.mobilepages.MobilePageVO
-
- All Implemented Interfaces:
Serializable,Comparable<NamedEntityVO>,IEntity,IInternalNamedEntity,INamedEntity
- Direct Known Subclasses:
MobilePageDetailedVO
public class MobilePageVO extends NamedEntityVO implements IInternalNamedEntity
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<ConfigurationVO,MobilePageVO>CONFIGURATIONstatic BasicProperty<String,MobilePageVO>EXTERNAL_URLstatic BasicProperty<String,MobilePageVO>ICONstatic BasicProperty<String,MobilePageVO>INTERNAL_NAMEstatic BasicProperty<Boolean,MobilePageVO>USE_FULL_SPACEstatic BasicProperty<Integer,MobilePageVO>VERSION-
Fields inherited from class org.cyclos.model.NamedEntityVO
NAME
-
Fields inherited from class org.cyclos.model.EntityModel
ID
-
-
Constructor Summary
Constructors Constructor Description MobilePageVO()MobilePageVO(Long id)MobilePageVO(Property<T,? super MobilePageVO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()ConfigurationVOgetConfiguration()StringgetExternalUrl()StringgetIcon()StringgetInternalName()IntegergetVersion()booleanisUseFullSpace()voidsetConfiguration(ConfigurationVO configuration)voidsetExternalUrl(String externalUrl)voidsetIcon(String icon)voidsetInternalName(String internalName)voidsetUseFullSpace(boolean useFullSpace)voidsetVersion(Integer version)-
Methods inherited from class org.cyclos.model.NamedEntityVO
compareTo, getName, setName, toString
-
Methods inherited from class org.cyclos.model.EntityModel
getId, setId
-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId, values
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.cyclos.model.IInternalNamedEntity
matches
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
CONFIGURATION
public static final BasicProperty<ConfigurationVO,MobilePageVO> CONFIGURATION
-
EXTERNAL_URL
public static final BasicProperty<String,MobilePageVO> EXTERNAL_URL
-
ICON
public static final BasicProperty<String,MobilePageVO> ICON
-
INTERNAL_NAME
public static final BasicProperty<String,MobilePageVO> INTERNAL_NAME
-
USE_FULL_SPACE
public static final BasicProperty<Boolean,MobilePageVO> USE_FULL_SPACE
-
VERSION
public static final BasicProperty<Integer,MobilePageVO> VERSION
-
-
Constructor Detail
-
MobilePageVO
public MobilePageVO()
-
MobilePageVO
public MobilePageVO(Long id)
-
MobilePageVO
public MobilePageVO(Property<T,? super MobilePageVO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classNamedEntityVO
-
getConfiguration
public ConfigurationVO getConfiguration()
-
setConfiguration
public void setConfiguration(ConfigurationVO configuration)
-
getExternalUrl
public String getExternalUrl()
-
setExternalUrl
public void setExternalUrl(String externalUrl)
-
getIcon
public String getIcon()
-
setIcon
public void setIcon(String icon)
-
getInternalName
public String getInternalName()
- Specified by:
getInternalNamein interfaceIInternalNamedEntity- Returns:
- the internal name.
-
setInternalName
public void setInternalName(String internalName)
- Specified by:
setInternalNamein interfaceIInternalNamedEntity- Parameters:
internalName- the internal name to be set.
-
isUseFullSpace
public boolean isUseFullSpace()
-
setUseFullSpace
public void setUseFullSpace(boolean useFullSpace)
-
getVersion
public Integer getVersion()
-
setVersion
public void setVersion(Integer version)
-
-