public class UserFormatConfigurationDTO extends ObservableBean
| Modifier and Type | Field and Description |
|---|---|
static ListProperty<ProfileField,UserFormatConfigurationDTO> |
PROFILE_FIELDS |
static Property<FormatSeparator,UserFormatConfigurationDTO> |
SEPARATOR |
| Constructor and Description |
|---|
UserFormatConfigurationDTO() |
UserFormatConfigurationDTO(Property<T,? super UserFormatConfigurationDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<Property<?,?>> |
doGetProperties() |
protected void |
doSet(Property<?,?> property,
java.lang.Object value) |
java.lang.Object |
get(Property<?,?> property)
Returns the value of the given property
|
java.util.List<ProfileField> |
getProfileFields() |
FormatSeparator |
getSeparator() |
void |
setProfileFields(java.util.List<ProfileField> profileFields) |
void |
setSeparator(FormatSeparator separator) |
addPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final ListProperty<ProfileField,UserFormatConfigurationDTO> PROFILE_FIELDS
public static final Property<FormatSeparator,UserFormatConfigurationDTO> SEPARATOR
public UserFormatConfigurationDTO()
public UserFormatConfigurationDTO(Property<T,? super UserFormatConfigurationDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class ObservableBeanprotected void doSet(Property<?,?> property, java.lang.Object value)
doSet in class ObservableBeanpublic java.lang.Object get(Property<?,?> property)
ObservableBeanget in class ObservableBeanpublic java.util.List<ProfileField> getProfileFields()
public FormatSeparator getSeparator()
public void setProfileFields(java.util.List<ProfileField> profileFields)
public void setSeparator(FormatSeparator separator)