public class MenuEntryVO extends ContentItemVO
| Modifier and Type | Field and Description |
|---|---|
static Property<MenuEntryVO,MenuEntryVO> |
GROUP |
static Property<java.lang.String,MenuEntryVO> |
ICON |
static Property<java.lang.String,MenuEntryVO> |
LAST_MODIFIED_MILLIS |
static Property<MenuEntryNature,MenuEntryVO> |
NATURE |
CONFIGURATION, VISIBILITYNAMEID| Constructor and Description |
|---|
MenuEntryVO() |
MenuEntryVO(java.lang.Long id) |
MenuEntryVO(Property<T,? super MenuEntryVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<Property<?,?>> |
doGetProperties() |
protected void |
doSet(Property<?,?> property,
java.lang.Object value) |
java.lang.Object |
get(Property<?,?> property)
Returns the value of the given property
|
MenuEntryVO |
getGroup() |
java.lang.String |
getIcon() |
java.lang.String |
getLastModifiedMillis() |
MenuEntryNature |
getNature() |
void |
setGroup(MenuEntryVO group) |
void |
setIcon(java.lang.String icon) |
void |
setLastModifiedMillis(java.lang.String lastModifiedMillis) |
void |
setNature(MenuEntryNature nature) |
getConfiguration, getVisibility, setConfiguration, setVisibilitycompareTo, getName, setName, toStringgetId, getIds, getUniqueIdsequals, getId, hashCode, setIdaddPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<MenuEntryVO,MenuEntryVO> GROUP
public static final Property<java.lang.String,MenuEntryVO> ICON
public static final Property<java.lang.String,MenuEntryVO> LAST_MODIFIED_MILLIS
public static final Property<MenuEntryNature,MenuEntryVO> NATURE
public MenuEntryVO()
public MenuEntryVO(java.lang.Long id)
public MenuEntryVO(Property<T,? super MenuEntryVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class ContentItemVOprotected void doSet(Property<?,?> property, java.lang.Object value)
doSet in class ContentItemVOpublic java.lang.Object get(Property<?,?> property)
ObservableBeanget in class ContentItemVOpublic MenuEntryVO getGroup()
public java.lang.String getIcon()
public java.lang.String getLastModifiedMillis()
public MenuEntryNature getNature()
public void setGroup(MenuEntryVO group)
public void setIcon(java.lang.String icon)
public void setLastModifiedMillis(java.lang.String lastModifiedMillis)
public void setNature(MenuEntryNature nature)