Class ContactInfoData
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityData<ContactInfoDTO>
-
- org.cyclos.model.users.contactinfos.ContactInfoData
-
- All Implemented Interfaces:
Serializable
public class ContactInfoData extends EntityData<ContactInfoDTO>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ListProperty<UserAddressVO,ContactInfoData>ADDRESSESstatic StringCLASS_NAMEstatic ListProperty<CustomFieldDetailedVO,ContactInfoData>CUSTOM_FIELDSstatic ListProperty<RunnableCustomOperationVO,ContactInfoData>CUSTOM_OPERATIONSstatic BasicProperty<ImageVO,ContactInfoData>IMAGEstatic BasicProperty<PhoneConfigurationData,ContactInfoData>PHONE_CONFIGURATION-
Fields inherited from class org.cyclos.model.EntityData
CAN_VIEW_HISTORY_LOG, CONFIRMATION_PASSWORD_INPUT, DTO, EDITABLE, LOG_TYPE, REMOVABLE, TRANSLATED_PROPERTY_TYPES, TRANSLATED_VALUES
-
-
Constructor Summary
Constructors Constructor Description ContactInfoData()ContactInfoData(Property<T,? super ContactInfoData> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()List<UserAddressVO>getAddresses()List<CustomFieldDetailedVO>getCustomFields()List<RunnableCustomOperationVO>getCustomOperations()ImageVOgetImage()PhoneConfigurationDatagetPhoneConfiguration()voidsetAddresses(List<UserAddressVO> addresses)voidsetCustomFields(List<CustomFieldDetailedVO> customFields)voidsetCustomOperations(List<RunnableCustomOperationVO> customOperations)voidsetImage(ImageVO image)voidsetPhoneConfiguration(PhoneConfigurationData phoneConfiguration)-
Methods inherited from class org.cyclos.model.EntityData
getConfirmationPasswordInput, getDto, getLogType, getTranslatedPropertyTypes, getTranslatedValues, isCanViewHistoryLog, isEditable, isRemovable, setCanViewHistoryLog, setConfirmationPasswordInput, setDto, setEditable, setLogType, setRemovable, setTranslatedPropertyTypes, setTranslatedValues
-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId, values
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
ADDRESSES
public static final ListProperty<UserAddressVO,ContactInfoData> ADDRESSES
-
CUSTOM_FIELDS
public static final ListProperty<CustomFieldDetailedVO,ContactInfoData> CUSTOM_FIELDS
-
CUSTOM_OPERATIONS
public static final ListProperty<RunnableCustomOperationVO,ContactInfoData> CUSTOM_OPERATIONS
-
IMAGE
public static final BasicProperty<ImageVO,ContactInfoData> IMAGE
-
PHONE_CONFIGURATION
public static final BasicProperty<PhoneConfigurationData,ContactInfoData> PHONE_CONFIGURATION
-
-
Constructor Detail
-
ContactInfoData
public ContactInfoData()
-
ContactInfoData
public ContactInfoData(Property<T,? super ContactInfoData> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classEntityData<ContactInfoDTO>
-
getAddresses
public List<UserAddressVO> getAddresses()
-
setAddresses
public void setAddresses(List<UserAddressVO> addresses)
-
getCustomFields
public List<CustomFieldDetailedVO> getCustomFields()
-
setCustomFields
public void setCustomFields(List<CustomFieldDetailedVO> customFields)
-
getCustomOperations
public List<RunnableCustomOperationVO> getCustomOperations()
-
setCustomOperations
public void setCustomOperations(List<RunnableCustomOperationVO> customOperations)
-
getImage
public ImageVO getImage()
-
setImage
public void setImage(ImageVO image)
-
getPhoneConfiguration
public PhoneConfigurationData getPhoneConfiguration()
-
setPhoneConfiguration
public void setPhoneConfiguration(PhoneConfigurationData phoneConfiguration)
-
-