public class ContactInfoData extends EntityData<ContactInfoDTO>
| Modifier and Type | Field and Description |
|---|---|
static ListProperty<UserAddressVO,ContactInfoData> |
ADDRESSES |
static BasicProperty<java.lang.Boolean,ContactInfoData> |
CAN_MANAGE_PRIVACY |
static java.lang.String |
CLASS_NAME |
static BasicProperty<ContactInfoImageVO,ContactInfoData> |
IMAGE |
static BasicProperty<PhoneConfigurationData,ContactInfoData> |
PHONE_CONFIGURATION |
CAN_VIEW_HISTORY_LOG, CONFIRMATION_PASSWORD_INPUT, DTO, EDITABLE, LOG_TYPE, TRANSLATED_PROPERTY_TYPES, TRANSLATED_VALUES| Constructor and Description |
|---|
ContactInfoData() |
ContactInfoData(Property<T,? super ContactInfoData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.List<UserAddressVO> |
getAddresses() |
ContactInfoImageVO |
getImage() |
PhoneConfigurationData |
getPhoneConfiguration() |
boolean |
isCanManagePrivacy() |
void |
setAddresses(java.util.List<UserAddressVO> addresses) |
void |
setCanManagePrivacy(boolean canManagePrivacy) |
void |
setImage(ContactInfoImageVO image) |
void |
setPhoneConfiguration(PhoneConfigurationData phoneConfiguration) |
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, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final ListProperty<UserAddressVO,ContactInfoData> ADDRESSES
public static final BasicProperty<java.lang.Boolean,ContactInfoData> CAN_MANAGE_PRIVACY
public static final BasicProperty<ContactInfoImageVO,ContactInfoData> IMAGE
public static final BasicProperty<PhoneConfigurationData,ContactInfoData> PHONE_CONFIGURATION
public ContactInfoData()
public ContactInfoData(Property<T,? super ContactInfoData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class EntityData<ContactInfoDTO>public java.util.List<UserAddressVO> getAddresses()
public void setAddresses(java.util.List<UserAddressVO> addresses)
public boolean isCanManagePrivacy()
public void setCanManagePrivacy(boolean canManagePrivacy)
public ContactInfoImageVO getImage()
public void setImage(ContactInfoImageVO image)
public PhoneConfigurationData getPhoneConfiguration()
public void setPhoneConfiguration(PhoneConfigurationData phoneConfiguration)