Class AccountNumberConfigurationDTO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.system.configurations.CustomScriptConfigurationDTO
-
- org.cyclos.model.system.configurations.AccountNumberConfigurationDTO
-
- All Implemented Interfaces:
Serializable
public class AccountNumberConfigurationDTO extends CustomScriptConfigurationDTO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<Boolean,AccountNumberConfigurationDTO>ENABLEDstatic BasicProperty<String,AccountNumberConfigurationDTO>MASK-
Fields inherited from class org.cyclos.model.system.configurations.CustomScriptConfigurationDTO
SCRIPT, SCRIPT_PARAMETERS
-
-
Constructor Summary
Constructors Constructor Description AccountNumberConfigurationDTO()AccountNumberConfigurationDTO(Property<T,? super AccountNumberConfigurationDTO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()StringgetMask()booleanisEnabled()voidsetEnabled(boolean enabled)voidsetMask(String mask)-
Methods inherited from class org.cyclos.model.system.configurations.CustomScriptConfigurationDTO
getScript, getScriptParameters, setScript, setScriptParameters
-
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
-
ENABLED
public static final BasicProperty<Boolean,AccountNumberConfigurationDTO> ENABLED
-
MASK
public static final BasicProperty<String,AccountNumberConfigurationDTO> MASK
-
-
Constructor Detail
-
AccountNumberConfigurationDTO
public AccountNumberConfigurationDTO()
-
AccountNumberConfigurationDTO
public AccountNumberConfigurationDTO(Property<T,? super AccountNumberConfigurationDTO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classCustomScriptConfigurationDTO
-
isEnabled
public boolean isEnabled()
-
setEnabled
public void setEnabled(boolean enabled)
-
getMask
public String getMask()
-
setMask
public void setMask(String mask)
-
className
public String className()
- Overrides:
classNamein classCustomScriptConfigurationDTO
-
-