Class MenuEntry
- 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.MenuEntry
-
- All Implemented Interfaces:
Cloneable,Comparable<NamedEntity>,HasNetwork,HasOrder,HasSvgIcon,ProcessableForProxying,IEntity,IInternalNamedEntity,INamedEntity
@Entity public abstract class MenuEntry extends ContentItem implements HasSvgIcon
A menu entry
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.cyclos.entities.SimpleEntity
SimpleEntity.EntityLoadNotifier
-
-
Field Summary
Fields Modifier and Type Field Description protected BooleanshowInClassicFrontendprotected BooleanshowInNewFrontend
-
Constructor Summary
Constructors Constructor Description MenuEntry()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description DataTranslationTypegetDataTranslationType()If this entity allows data translation, should return the translation typeMenuGroupgetGroup()DategetLastModified()LonggetLastModifiedMillis()abstract MenuEntryNaturegetNature()StringgetSvgIcon()voidsetGroup(MenuGroup group)voidsetLastModified(Date lastModified)voidsetSvgIcon(String svgIcon)-
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
-
-
-
-
Method Detail
-
getDataTranslationType
public DataTranslationType getDataTranslationType()
Description copied from class:BaseEntityIf this entity allows data translation, should return the translation type- Overrides:
getDataTranslationTypein classBaseEntity
-
getGroup
public MenuGroup getGroup()
-
getLastModified
public Date getLastModified()
-
getLastModifiedMillis
public Long getLastModifiedMillis()
-
getNature
public abstract MenuEntryNature getNature()
-
getSvgIcon
public String getSvgIcon()
- Specified by:
getSvgIconin interfaceHasSvgIcon
-
setGroup
public void setGroup(MenuGroup group)
-
setLastModified
public void setLastModified(Date lastModified)
-
setSvgIcon
public void setSvgIcon(String svgIcon)
- Specified by:
setSvgIconin interfaceHasSvgIcon
-
-