public class MenuEntryDTO extends ContentItemDTO
| Modifier and Type | Field and Description |
|---|---|
static Property<MenuEntryVO,MenuEntryDTO> |
GROUP |
static Property<java.lang.String,MenuEntryDTO> |
ICON |
CONFIGURATION, VISIBILITYNAMEID| Constructor and Description |
|---|
MenuEntryDTO() |
MenuEntryDTO(java.lang.Long id) |
MenuEntryDTO(Property<T,? super MenuEntryDTO> 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() |
void |
setGroup(MenuEntryVO group) |
void |
setIcon(java.lang.String icon) |
getConfiguration, getVisibility, setConfiguration, setVisibilitycompareTo, getName, setName, toStringgetVersion, isPersistent, isTransient, setVersionequals, getId, hashCode, setIdaddPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<MenuEntryVO,MenuEntryDTO> GROUP
public static final Property<java.lang.String,MenuEntryDTO> ICON
public MenuEntryDTO()
public MenuEntryDTO(java.lang.Long id)
public MenuEntryDTO(Property<T,? super MenuEntryDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class ContentItemDTOprotected void doSet(Property<?,?> property, java.lang.Object value)
doSet in class ContentItemDTOpublic java.lang.Object get(Property<?,?> property)
ObservableBeanget in class ContentItemDTOpublic MenuEntryVO getGroup()
public java.lang.String getIcon()
public void setGroup(MenuEntryVO group)
public void setIcon(java.lang.String icon)