public class UserFormatConfigurationDTO extends Bean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static ListProperty<ProfileField,UserFormatConfigurationDTO> |
PROFILE_FIELDS |
static BasicProperty<FormatSeparator,UserFormatConfigurationDTO> |
SEPARATOR |
| Constructor and Description |
|---|
UserFormatConfigurationDTO() |
UserFormatConfigurationDTO(Property<T,? super UserFormatConfigurationDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.List<ProfileField> |
getProfileFields() |
FormatSeparator |
getSeparator() |
void |
setProfileFields(java.util.List<ProfileField> profileFields) |
void |
setSeparator(FormatSeparator separator) |
addPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final ListProperty<ProfileField,UserFormatConfigurationDTO> PROFILE_FIELDS
public static final BasicProperty<FormatSeparator,UserFormatConfigurationDTO> SEPARATOR
public UserFormatConfigurationDTO()
public UserFormatConfigurationDTO(Property<T,? super UserFormatConfigurationDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic java.util.List<ProfileField> getProfileFields()
public void setProfileFields(java.util.List<ProfileField> profileFields)
public FormatSeparator getSeparator()
public void setSeparator(FormatSeparator separator)