Package org.cyclos.model.users.contacts
Class ContactVO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityModel
-
- org.cyclos.model.EntityVO
-
- org.cyclos.model.users.contacts.ContactVO
-
- All Implemented Interfaces:
Serializable,IEntity
- Direct Known Subclasses:
ContactDetailedVO
public class ContactVO extends EntityVO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<UserVO,ContactVO>CONTACTstatic ListProperty<CustomFieldValueVO,ContactVO>CUSTOM_VALUES-
Fields inherited from class org.cyclos.model.EntityModel
ID
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()UserVOgetContact()List<CustomFieldValueVO>getCustomValues()voidsetContact(UserVO contact)voidsetCustomValues(List<CustomFieldValueVO> customValues)-
Methods inherited from class org.cyclos.model.EntityModel
getId, setId, toString
-
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
-
CONTACT
public static final BasicProperty<UserVO,ContactVO> CONTACT
-
CUSTOM_VALUES
public static final ListProperty<CustomFieldValueVO,ContactVO> CUSTOM_VALUES
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classEntityModel
-
getContact
public UserVO getContact()
-
setContact
public void setContact(UserVO contact)
-
getCustomValues
public List<CustomFieldValueVO> getCustomValues()
-
setCustomValues
public void setCustomValues(List<CustomFieldValueVO> customValues)
-
-