public class ChannelConfigurationVO extends EntityVO
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<ChannelVO,ChannelConfigurationVO> |
CHANNEL |
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.Boolean,ChannelConfigurationVO> |
DEFINED |
static BasicProperty<java.lang.Boolean,ChannelConfigurationVO> |
DIRECT |
static BasicProperty<java.lang.Boolean,ChannelConfigurationVO> |
ENABLED |
ID| Constructor and Description |
|---|
ChannelConfigurationVO() |
ChannelConfigurationVO(java.lang.Long id) |
ChannelConfigurationVO(Property<T,? super ChannelConfigurationVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
ChannelVO |
getChannel() |
boolean |
isDefined() |
boolean |
isDirect() |
boolean |
isEnabled() |
void |
setChannel(ChannelVO channel) |
void |
setDefined(boolean defined) |
void |
setDirect(boolean direct) |
void |
setEnabled(boolean enabled) |
getId, getIds, getUniqueIdsaddPropertyChangeListener, 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,ChannelConfigurationVO> CHANNEL
public static final BasicProperty<java.lang.Boolean,ChannelConfigurationVO> DEFINED
public static final BasicProperty<java.lang.Boolean,ChannelConfigurationVO> DIRECT
public static final BasicProperty<java.lang.Boolean,ChannelConfigurationVO> ENABLED
public ChannelConfigurationVO()
public ChannelConfigurationVO(java.lang.Long id)
public ChannelConfigurationVO(Property<T,? super ChannelConfigurationVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class EntityModelpublic ChannelVO getChannel()
public void setChannel(ChannelVO channel)
public boolean isDefined()
public void setDefined(boolean defined)
public boolean isDirect()
public void setDirect(boolean direct)
public boolean isEnabled()
public void setEnabled(boolean enabled)