Class UserFormatConfigurationDTO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.system.configurations.UserFormatConfigurationDTO
-
- All Implemented Interfaces:
Serializable
public class UserFormatConfigurationDTO extends Bean
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic ListProperty<ProfileField,UserFormatConfigurationDTO>PROFILE_FIELDSstatic BasicProperty<FormatSeparator,UserFormatConfigurationDTO>SEPARATOR
-
Constructor Summary
Constructors Constructor Description UserFormatConfigurationDTO()UserFormatConfigurationDTO(Property<T,? super UserFormatConfigurationDTO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()List<ProfileField>getProfileFields()FormatSeparatorgetSeparator()voidsetProfileFields(List<ProfileField> profileFields)voidsetSeparator(FormatSeparator separator)-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, set, setAttribute, setWithPropagationId
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
PROFILE_FIELDS
public static final ListProperty<ProfileField,UserFormatConfigurationDTO> PROFILE_FIELDS
-
SEPARATOR
public static final BasicProperty<FormatSeparator,UserFormatConfigurationDTO> SEPARATOR
-
-
Constructor Detail
-
UserFormatConfigurationDTO
public UserFormatConfigurationDTO()
-
UserFormatConfigurationDTO
public UserFormatConfigurationDTO(Property<T,? super UserFormatConfigurationDTO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classBean
-
getProfileFields
public List<ProfileField> getProfileFields()
-
setProfileFields
public void setProfileFields(List<ProfileField> profileFields)
-
getSeparator
public FormatSeparator getSeparator()
-
setSeparator
public void setSeparator(FormatSeparator separator)
-
-