Class AddressConfigurationDTO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.system.configurations.AddressConfigurationDTO
-
- All Implemented Interfaces:
Serializable
public class AddressConfigurationDTO extends Bean
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic SetProperty<AddressFields,AddressConfigurationDTO>ENABLED_ADDRESS_FIELDSstatic SetProperty<AddressFields,AddressConfigurationDTO>REQUIRED_ADDRESS_FIELDS
-
Constructor Summary
Constructors Constructor Description AddressConfigurationDTO()AddressConfigurationDTO(Property<T,? super AddressConfigurationDTO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()Set<AddressFields>getEnabledAddressFields()Set<AddressFields>getRequiredAddressFields()voidsetEnabledAddressFields(Set<AddressFields> enabledAddressFields)voidsetRequiredAddressFields(Set<AddressFields> requiredAddressFields)-
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_ADDRESS_FIELDS
public static final SetProperty<AddressFields,AddressConfigurationDTO> ENABLED_ADDRESS_FIELDS
-
REQUIRED_ADDRESS_FIELDS
public static final SetProperty<AddressFields,AddressConfigurationDTO> REQUIRED_ADDRESS_FIELDS
-
-
Constructor Detail
-
AddressConfigurationDTO
public AddressConfigurationDTO()
-
AddressConfigurationDTO
public AddressConfigurationDTO(Property<T,? super AddressConfigurationDTO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classBean
-
getEnabledAddressFields
public Set<AddressFields> getEnabledAddressFields()
-
setEnabledAddressFields
public void setEnabledAddressFields(Set<AddressFields> enabledAddressFields)
-
getRequiredAddressFields
public Set<AddressFields> getRequiredAddressFields()
-
setRequiredAddressFields
public void setRequiredAddressFields(Set<AddressFields> requiredAddressFields)
-
-