public class ActiveChannelConfigurationData extends Bean
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<PasswordTypeVO,ActiveChannelConfigurationData> |
ACCESS_PASSWORD |
static BasicProperty<ChannelVO,ActiveChannelConfigurationData> |
CHANNEL |
static java.lang.String |
CLASS_NAME |
static BasicProperty<PasswordTypeVO,ActiveChannelConfigurationData> |
CONFIRMATION_PASSWORD |
static BasicProperty<TimeIntervalDTO,ActiveChannelConfigurationData> |
SESSION_TIMEOUT |
| Constructor and Description |
|---|
ActiveChannelConfigurationData() |
ActiveChannelConfigurationData(Property<T,? super ActiveChannelConfigurationData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
PasswordTypeVO |
getAccessPassword() |
ChannelVO |
getChannel() |
PasswordTypeVO |
getConfirmationPassword() |
TimeIntervalDTO |
getSessionTimeout() |
void |
setAccessPassword(PasswordTypeVO accessPassword) |
void |
setChannel(ChannelVO channel) |
void |
setConfirmationPassword(PasswordTypeVO confirmationPassword) |
void |
setSessionTimeout(TimeIntervalDTO sessionTimeout) |
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<PasswordTypeVO,ActiveChannelConfigurationData> ACCESS_PASSWORD
public static final BasicProperty<ChannelVO,ActiveChannelConfigurationData> CHANNEL
public static final BasicProperty<PasswordTypeVO,ActiveChannelConfigurationData> CONFIRMATION_PASSWORD
public static final BasicProperty<TimeIntervalDTO,ActiveChannelConfigurationData> SESSION_TIMEOUT
public ActiveChannelConfigurationData()
public ActiveChannelConfigurationData(Property<T,? super ActiveChannelConfigurationData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic PasswordTypeVO getAccessPassword()
public void setAccessPassword(PasswordTypeVO accessPassword)
public ChannelVO getChannel()
public void setChannel(ChannelVO channel)
public PasswordTypeVO getConfirmationPassword()
public void setConfirmationPassword(PasswordTypeVO confirmationPassword)
public TimeIntervalDTO getSessionTimeout()
public void setSessionTimeout(TimeIntervalDTO sessionTimeout)