Class ChannelConfigurationVO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityModel
-
- org.cyclos.model.EntityVO
-
- org.cyclos.model.system.channelconfigurations.ChannelConfigurationVO
-
- All Implemented Interfaces:
Serializable,IEntity
public class ChannelConfigurationVO extends EntityVO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static BasicProperty<ChannelVO,ChannelConfigurationVO>CHANNELstatic StringCLASS_NAMEstatic BasicProperty<Boolean,ChannelConfigurationVO>DEFINEDstatic BasicProperty<Boolean,ChannelConfigurationVO>DIRECTstatic BasicProperty<Boolean,ChannelConfigurationVO>ENABLED-
Fields inherited from class org.cyclos.model.EntityModel
ID
-
-
Constructor Summary
Constructors Constructor Description ChannelConfigurationVO()ChannelConfigurationVO(Long id)ChannelConfigurationVO(Property<T,? super ChannelConfigurationVO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()ChannelVOgetChannel()booleanisDefined()booleanisDirect()booleanisEnabled()voidsetChannel(ChannelVO channel)voidsetDefined(boolean defined)voidsetDirect(boolean direct)voidsetEnabled(boolean enabled)-
Methods inherited from class org.cyclos.model.EntityModel
getId, setId, toString
-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId, values
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
CHANNEL
public static final BasicProperty<ChannelVO,ChannelConfigurationVO> CHANNEL
-
DEFINED
public static final BasicProperty<Boolean,ChannelConfigurationVO> DEFINED
-
DIRECT
public static final BasicProperty<Boolean,ChannelConfigurationVO> DIRECT
-
ENABLED
public static final BasicProperty<Boolean,ChannelConfigurationVO> ENABLED
-
-
Constructor Detail
-
ChannelConfigurationVO
public ChannelConfigurationVO()
-
ChannelConfigurationVO
public ChannelConfigurationVO(Long id)
-
ChannelConfigurationVO
public ChannelConfigurationVO(Property<T,? super ChannelConfigurationVO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classEntityModel
-
getChannel
public ChannelVO getChannel()
-
setChannel
public void setChannel(ChannelVO channel)
-
isDefined
public boolean isDefined()
-
setDefined
public void setDefined(boolean defined)
-
isDirect
public boolean isDirect()
-
setDirect
public void setDirect(boolean direct)
-
isEnabled
public boolean isEnabled()
-
setEnabled
public void setEnabled(boolean enabled)
-
-