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<PasswordTypeVO,ActiveChannelConfigurationData>CONFIRMATION_PASSWORDstatic 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()PasswordTypeVOgetConfirmationPassword()TimeIntervalDTOgetSessionTimeout()voidsetAccessPassword(PasswordTypeVO accessPassword)voidsetChannel(ChannelVO channel)voidsetConfirmationPassword(PasswordTypeVO confirmationPassword)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
-
-
-
-
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
-
CONFIRMATION_PASSWORD
public static final BasicProperty<PasswordTypeVO,ActiveChannelConfigurationData> CONFIRMATION_PASSWORD
-
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)
-
getConfirmationPassword
public PasswordTypeVO getConfirmationPassword()
-
setConfirmationPassword
public void setConfirmationPassword(PasswordTypeVO confirmationPassword)
-
getSessionTimeout
public TimeIntervalDTO getSessionTimeout()
-
setSessionTimeout
public void setSessionTimeout(TimeIntervalDTO sessionTimeout)
-
-