public class AdAddressData extends EntityData<AdAddressDTO>
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<AddressListData,AdAddressData> |
ADDRESS_LIST_DATA |
static java.lang.String |
CLASS_NAME |
static BasicProperty<AddressConfigurationData,AdAddressData> |
CONFIGURATION |
CAN_VIEW_HISTORY_LOG, CONFIRMATION_PASSWORD_INPUT, DTO, EDITABLE, LOG_TYPE, TRANSLATED_PROPERTY_TYPES, TRANSLATED_VALUES| Constructor and Description |
|---|
AdAddressData() |
AdAddressData(Property<T,? super AdAddressData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
AddressListData |
getAddressListData() |
AddressConfigurationData |
getConfiguration() |
void |
setAddressListData(AddressListData addressListData) |
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<AddressListData,AdAddressData> ADDRESS_LIST_DATA
public static final BasicProperty<AddressConfigurationData,AdAddressData> CONFIGURATION
public AdAddressData()
public AdAddressData(Property<T,? super AdAddressData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class EntityData<AdAddressDTO>public AddressListData getAddressListData()
public void setAddressListData(AddressListData addressListData)
public AddressConfigurationData getConfiguration()
public void setConfiguration(AddressConfigurationData configuration)