public class ChannelConfigurationDataParams extends Bean
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<ChannelVO,ChannelConfigurationDataParams> |
CHANNEL |
static java.lang.String |
CLASS_NAME |
static BasicProperty<ConfigurationVO,ChannelConfigurationDataParams> |
CONFIGURATION |
| Constructor and Description |
|---|
ChannelConfigurationDataParams() |
ChannelConfigurationDataParams(Property<T,? super ChannelConfigurationDataParams> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
ChannelVO |
getChannel() |
ConfigurationVO |
getConfiguration() |
void |
setChannel(ChannelVO channel) |
void |
setConfiguration(ConfigurationVO configuration) |
addPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<ChannelVO,ChannelConfigurationDataParams> CHANNEL
public static final BasicProperty<ConfigurationVO,ChannelConfigurationDataParams> CONFIGURATION
public ChannelConfigurationDataParams()
public ChannelConfigurationDataParams(Property<T,? super ChannelConfigurationDataParams> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic ChannelVO getChannel()
public void setChannel(ChannelVO channel)
public ConfigurationVO getConfiguration()
public void setConfiguration(ConfigurationVO configuration)