Class ActiveChannelConfigurationData
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.system.configurations.ActiveChannelConfigurationData
-
- All Implemented Interfaces:
Serializable
public class ActiveChannelConfigurationData extends Bean
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static BasicProperty<PasswordTypeVO,ActiveChannelConfigurationData>ACCESS_PASSWORDstatic BasicProperty<ChannelVO,ActiveChannelConfigurationData>CHANNELstatic StringCLASS_NAMEstatic BasicProperty<TimeIntervalDTO,ActiveChannelConfigurationData>SESSION_TIMEOUT
-
Constructor Summary
Constructors Constructor Description ActiveChannelConfigurationData()ActiveChannelConfigurationData(Property<T,? super ActiveChannelConfigurationData> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()PasswordTypeVOgetAccessPassword()ChannelVOgetChannel()TimeIntervalDTOgetSessionTimeout()voidsetAccessPassword(PasswordTypeVO accessPassword)voidsetChannel(ChannelVO channel)voidsetSessionTimeout(TimeIntervalDTO sessionTimeout)-
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
-
ACCESS_PASSWORD
public static final BasicProperty<PasswordTypeVO,ActiveChannelConfigurationData> ACCESS_PASSWORD
-
CHANNEL
public static final BasicProperty<ChannelVO,ActiveChannelConfigurationData> CHANNEL
-
SESSION_TIMEOUT
public static final BasicProperty<TimeIntervalDTO,ActiveChannelConfigurationData> SESSION_TIMEOUT
-
-
Constructor Detail
-
ActiveChannelConfigurationData
public ActiveChannelConfigurationData()
-
ActiveChannelConfigurationData
public ActiveChannelConfigurationData(Property<T,? super ActiveChannelConfigurationData> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classBean
-
getAccessPassword
public PasswordTypeVO getAccessPassword()
-
setAccessPassword
public void setAccessPassword(PasswordTypeVO accessPassword)
-
getChannel
public ChannelVO getChannel()
-
setChannel
public void setChannel(ChannelVO channel)
-
getSessionTimeout
public TimeIntervalDTO getSessionTimeout()
-
setSessionTimeout
public void setSessionTimeout(TimeIntervalDTO sessionTimeout)
-
-