public class UserAddressData extends EntityData<UserAddressDTO>
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<java.lang.Boolean,UserAddressData> |
CAN_MANAGE_PRIVACY |
static BasicProperty<java.lang.Boolean,UserAddressData> |
CAN_ONLY_SET_PRIVATE |
static java.lang.String |
CLASS_NAME |
static BasicProperty<AddressConfigurationData,UserAddressData> |
CONFIGURATION |
CAN_VIEW_HISTORY_LOG, CONFIRMATION_PASSWORD_INPUT, DTO, EDITABLE, LOG_TYPE, TRANSLATED_PROPERTY_TYPES, TRANSLATED_VALUES| Constructor and Description |
|---|
UserAddressData() |
UserAddressData(Property<T,? super UserAddressData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
AddressConfigurationData |
getConfiguration() |
boolean |
isCanManagePrivacy() |
boolean |
isCanOnlySetPrivate() |
void |
setCanManagePrivacy(boolean canManagePrivacy) |
void |
setCanOnlySetPrivate(boolean canOnlySetPrivate) |
void |
setConfiguration(AddressConfigurationData configuration) |
getConfirmationPasswordInput, getDto, getLogType, getTranslatedPropertyTypes, getTranslatedValues, isCanViewHistoryLog, isEditable, setCanViewHistoryLog, setConfirmationPasswordInput, setDto, setEditable, setLogType, setTranslatedPropertyTypes, setTranslatedValuesaddPropertyChangeListener, 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 BasicProperty<java.lang.Boolean,UserAddressData> CAN_MANAGE_PRIVACY
public static final BasicProperty<java.lang.Boolean,UserAddressData> CAN_ONLY_SET_PRIVATE
public static final BasicProperty<AddressConfigurationData,UserAddressData> CONFIGURATION
public UserAddressData()
public UserAddressData(Property<T,? super UserAddressData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class EntityData<UserAddressDTO>public boolean isCanManagePrivacy()
public void setCanManagePrivacy(boolean canManagePrivacy)
public boolean isCanOnlySetPrivate()
public void setCanOnlySetPrivate(boolean canOnlySetPrivate)
public AddressConfigurationData getConfiguration()
public void setConfiguration(AddressConfigurationData configuration)