public class CustomSessionConfigurationDTO extends Bean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.Boolean,CustomSessionConfigurationDTO> |
ENABLED |
static BasicProperty<CustomScriptVO,CustomSessionConfigurationDTO> |
SCRIPT |
static BasicProperty<java.lang.String,CustomSessionConfigurationDTO> |
SCRIPT_PARAMETERS |
| Constructor and Description |
|---|
CustomSessionConfigurationDTO() |
CustomSessionConfigurationDTO(Property<T,? super CustomSessionConfigurationDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
CustomScriptVO |
getScript() |
java.lang.String |
getScriptParameters() |
boolean |
isEnabled() |
void |
setEnabled(boolean enabled) |
void |
setScript(CustomScriptVO script) |
void |
setScriptParameters(java.lang.String scriptParameters) |
addPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<java.lang.Boolean,CustomSessionConfigurationDTO> ENABLED
public static final BasicProperty<CustomScriptVO,CustomSessionConfigurationDTO> SCRIPT
public static final BasicProperty<java.lang.String,CustomSessionConfigurationDTO> SCRIPT_PARAMETERS
public CustomSessionConfigurationDTO()
public CustomSessionConfigurationDTO(Property<T,? super CustomSessionConfigurationDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic boolean isEnabled()
public void setEnabled(boolean enabled)
public CustomScriptVO getScript()
public void setScript(CustomScriptVO script)
public java.lang.String getScriptParameters()
public void setScriptParameters(java.lang.String scriptParameters)