Package org.cyclos.model.users.contacts
Class ContactDetailedVO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityModel
-
- org.cyclos.model.EntityVO
-
- org.cyclos.model.users.contacts.ContactVO
-
- org.cyclos.model.users.contacts.ContactDetailedVO
-
- All Implemented Interfaces:
Serializable,IEntity
public class ContactDetailedVO extends ContactVO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<UserVO,ContactDetailedVO>OWNER-
Fields inherited from class org.cyclos.model.users.contacts.ContactVO
CONTACT, CUSTOM_VALUES
-
Fields inherited from class org.cyclos.model.EntityModel
ID
-
-
Constructor Summary
Constructors Constructor Description ContactDetailedVO()ContactDetailedVO(Long id)ContactDetailedVO(Property<T,? super ContactDetailedVO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()UserVOgetOwner()voidsetOwner(UserVO owner)-
Methods inherited from class org.cyclos.model.users.contacts.ContactVO
getContact, getCustomValues, setContact, setCustomValues
-
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
-
OWNER
public static final BasicProperty<UserVO,ContactDetailedVO> OWNER
-
-
Constructor Detail
-
ContactDetailedVO
public ContactDetailedVO()
-
ContactDetailedVO
public ContactDetailedVO(Long id)
-
ContactDetailedVO
public ContactDetailedVO(Property<T,? super ContactDetailedVO> property, T value)
-
-