public class ConfigurationDetailedVO extends ConfigurationVO
| Modifier and Type | Field and Description |
|---|---|
static ListProperty<ChannelConfigurationVO,ConfigurationDetailedVO> |
CHANNEL_CONFIGURATIONS |
static Property<ConfigurationDetailedVO,ConfigurationDetailedVO> |
PARENT |
DEFAULT_CONFIGNAMEID| Constructor and Description |
|---|
ConfigurationDetailedVO() |
ConfigurationDetailedVO(java.lang.Long id) |
ConfigurationDetailedVO(Property<T,? super ConfigurationDetailedVO> 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
|
java.util.List<ChannelConfigurationVO> |
getChannelConfigurations() |
ConfigurationDetailedVO |
getParent() |
void |
setChannelConfigurations(java.util.List<ChannelConfigurationVO> channelConfigurations) |
void |
setParent(ConfigurationDetailedVO parent) |
isDefaultConfig, setDefaultConfigcompareTo, getName, setName, toStringgetId, getIds, getUniqueIdsequals, getId, hashCode, setIdaddPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final ListProperty<ChannelConfigurationVO,ConfigurationDetailedVO> CHANNEL_CONFIGURATIONS
public static final Property<ConfigurationDetailedVO,ConfigurationDetailedVO> PARENT
public ConfigurationDetailedVO()
public ConfigurationDetailedVO(java.lang.Long id)
public ConfigurationDetailedVO(Property<T,? super ConfigurationDetailedVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class ConfigurationVOprotected void doSet(Property<?,?> property, java.lang.Object value)
doSet in class ConfigurationVOpublic java.lang.Object get(Property<?,?> property)
ObservableBeanget in class ConfigurationVOpublic java.util.List<ChannelConfigurationVO> getChannelConfigurations()
public ConfigurationDetailedVO getParent()
public void setChannelConfigurations(java.util.List<ChannelConfigurationVO> channelConfigurations)
public void setParent(ConfigurationDetailedVO parent)