Class BannerDetailedVO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityModel
-
- org.cyclos.model.EntityVO
-
- org.cyclos.model.NamedEntityVO
-
- org.cyclos.model.contentmanagement.contentitems.ContentItemVO
-
- org.cyclos.model.contentmanagement.contentitems.BannerVO
-
- org.cyclos.model.contentmanagement.contentitems.BannerDetailedVO
-
- All Implemented Interfaces:
Serializable,Comparable<NamedEntityVO>,IEntity,IInternalNamedEntity,INamedEntity
public class BannerDetailedVO extends BannerVO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<String,BannerDetailedVO>CONTENTstatic SetProperty<FrontendMenu,BannerDetailedVO>MENUSstatic BasicProperty<Boolean,BannerDetailedVO>NEW_WINDOWstatic BasicProperty<Boolean,BannerDetailedVO>THEMEDstatic BasicProperty<String,BannerDetailedVO>URL-
Fields inherited from class org.cyclos.model.contentmanagement.contentitems.BannerVO
NATURE, POSITION
-
Fields inherited from class org.cyclos.model.contentmanagement.contentitems.ContentItemVO
CONFIGURATION, INTERNAL_NAME, VISIBILITY
-
Fields inherited from class org.cyclos.model.NamedEntityVO
NAME
-
Fields inherited from class org.cyclos.model.EntityModel
ID
-
-
Constructor Summary
Constructors Constructor Description BannerDetailedVO()BannerDetailedVO(Long id)BannerDetailedVO(Property<T,? super BannerDetailedVO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()StringgetContent()Set<FrontendMenu>getMenus()BooleangetNewWindow()StringgetUrl()booleanisThemed()voidsetContent(String content)voidsetMenus(Set<FrontendMenu> menus)voidsetNewWindow(Boolean newWindow)voidsetThemed(boolean themed)voidsetUrl(String url)-
Methods inherited from class org.cyclos.model.contentmanagement.contentitems.BannerVO
getNature, getPosition, setNature, setPosition
-
Methods inherited from class org.cyclos.model.contentmanagement.contentitems.ContentItemVO
getConfiguration, getInternalName, getVisibility, setConfiguration, setInternalName, setVisibility
-
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
-
CONTENT
public static final BasicProperty<String,BannerDetailedVO> CONTENT
-
MENUS
public static final SetProperty<FrontendMenu,BannerDetailedVO> MENUS
-
NEW_WINDOW
public static final BasicProperty<Boolean,BannerDetailedVO> NEW_WINDOW
-
THEMED
public static final BasicProperty<Boolean,BannerDetailedVO> THEMED
-
URL
public static final BasicProperty<String,BannerDetailedVO> URL
-
-
Constructor Detail
-
BannerDetailedVO
public BannerDetailedVO()
-
BannerDetailedVO
public BannerDetailedVO(Long id)
-
BannerDetailedVO
public BannerDetailedVO(Property<T,? super BannerDetailedVO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classBannerVO
-
getContent
public String getContent()
-
setContent
public void setContent(String content)
-
getMenus
public Set<FrontendMenu> getMenus()
-
setMenus
public void setMenus(Set<FrontendMenu> menus)
-
getNewWindow
public Boolean getNewWindow()
-
setNewWindow
public void setNewWindow(Boolean newWindow)
-
isThemed
public boolean isThemed()
-
setThemed
public void setThemed(boolean themed)
-
getUrl
public String getUrl()
-
setUrl
public void setUrl(String url)
-
-