Class AddressContactInfoVO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityModel
-
- org.cyclos.model.EntityVO
-
- org.cyclos.model.NamedEntityVO
-
- org.cyclos.model.users.contactinfos.BaseContactInfoVO
-
- org.cyclos.model.users.contactinfos.AddressContactInfoVO
-
- All Implemented Interfaces:
Serializable,Comparable<NamedEntityVO>,IEntity,INamedEntity,IContactInfo
public class AddressContactInfoVO extends BaseContactInfoVO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAME-
Fields inherited from class org.cyclos.model.users.contactinfos.BaseContactInfoVO
CUSTOM_VALUES, EMAIL, LAND_LINE_EXTENSION, LAND_LINE_PHONE, MOBILE_PHONE, NORMALIZED_LAND_LINE_PHONE, NORMALIZED_MOBILE_PHONE
-
Fields inherited from class org.cyclos.model.NamedEntityVO
NAME
-
Fields inherited from class org.cyclos.model.EntityModel
ID
-
-
Constructor Summary
Constructors Constructor Description AddressContactInfoVO()AddressContactInfoVO(Long id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()-
Methods inherited from class org.cyclos.model.users.contactinfos.BaseContactInfoVO
doGetProperties, getCustomValues, getEmail, getLandLineExtension, getLandLinePhone, getMobilePhone, getNormalizedLandLinePhone, getNormalizedMobilePhone, setCustomValues, setEmail, setLandLineExtension, setLandLinePhone, setMobilePhone, setNormalizedLandLinePhone, setNormalizedMobilePhone
-
Methods inherited from class org.cyclos.model.NamedEntityVO
compareTo, getName, setName, toString
-
Methods inherited from class org.cyclos.model.EntityModel
getId, setId
-
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
-
-
Constructor Detail
-
AddressContactInfoVO
public AddressContactInfoVO()
-
AddressContactInfoVO
public AddressContactInfoVO(Long id)
-
-
Method Detail
-
className
public String className()
- Overrides:
classNamein classBaseContactInfoVO
-
-