Class FrontendBanner
- 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.ContentItem
-
- org.cyclos.entities.contentmanagement.Banner
-
- org.cyclos.entities.contentmanagement.FrontendBanner
-
- All Implemented Interfaces:
Cloneable,Comparable<NamedEntity>,HasContentScript,HasNetwork,HasOrder,ProcessableForProxying,IEntity,IInternalNamedEntity,INamedEntity,UsesScript
@Entity public class FrontendBanner extends Banner
A banner displayed in the modern frontend
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.cyclos.entities.SimpleEntity
SimpleEntity.EntityLoadNotifier
-
-
Constructor Summary
Constructors Constructor Description FrontendBanner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<FrontendMenu>getMenus()BannerNaturegetNature()BooleangetNewWindow()StringgetUrl()voidsetMenus(Set<FrontendMenu> menus)voidsetNewWindow(Boolean newWindow)voidsetUrl(String url)-
Methods inherited from class org.cyclos.entities.contentmanagement.Banner
getContent, getContentScript, getContentScriptParameters, getDataTranslationType, getScriptUsedInType, isThemed, setContent, setContentScript, setContentScriptParameters, setThemed
-
Methods inherited from class org.cyclos.entities.contentmanagement.ContentItem
getConfiguration, getInternalName, getNetwork, getVisibility, setConfiguration, setInternalName, setVisibility
-
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
-
getMenus
public Set<FrontendMenu> getMenus()
-
getNature
public BannerNature getNature()
-
getNewWindow
public Boolean getNewWindow()
-
getUrl
public String getUrl()
-
setMenus
public void setMenus(Set<FrontendMenu> menus)
-
setNewWindow
public void setNewWindow(Boolean newWindow)
-
setUrl
public void setUrl(String url)
-
-