public class ContactInfoDTO extends NamedEntityDTO implements IContactInfo
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<UserAddressVO,ContactInfoDTO> |
ADDRESS |
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.String,ContactInfoDTO> |
DESCRIPTION |
static BasicProperty<java.lang.String,ContactInfoDTO> |
EMAIL |
static BasicProperty<java.lang.Boolean,ContactInfoDTO> |
HIDDEN |
static BasicProperty<java.lang.String,ContactInfoDTO> |
LAND_LINE_EXTENSION |
static BasicProperty<java.lang.String,ContactInfoDTO> |
LAND_LINE_PHONE |
static BasicProperty<java.lang.String,ContactInfoDTO> |
MOBILE_PHONE |
static BasicProperty<UserVO,ContactInfoDTO> |
USER |
NAMEID| Constructor and Description |
|---|
ContactInfoDTO() |
ContactInfoDTO(java.lang.Long id) |
ContactInfoDTO(Property<T,? super ContactInfoDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
UserAddressVO |
getAddress() |
java.lang.String |
getDescription() |
java.lang.String |
getEmail() |
java.lang.String |
getLandLineExtension() |
java.lang.String |
getLandLinePhone() |
java.lang.String |
getMobilePhone() |
UserVO |
getUser() |
boolean |
isHidden() |
void |
setAddress(UserAddressVO address) |
void |
setDescription(java.lang.String description) |
void |
setEmail(java.lang.String email) |
void |
setHidden(boolean hidden) |
void |
setLandLineExtension(java.lang.String landLineExtension) |
void |
setLandLinePhone(java.lang.String landLinePhone) |
void |
setMobilePhone(java.lang.String mobilePhone) |
void |
setUser(UserVO user) |
compareTo, getName, setName, toStringgetVersion, isPersistent, isTransient, setVersionequals, getId, hashCode, setIdaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributeclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetName, setNamepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<UserAddressVO,ContactInfoDTO> ADDRESS
public static final BasicProperty<java.lang.String,ContactInfoDTO> DESCRIPTION
public static final BasicProperty<java.lang.String,ContactInfoDTO> EMAIL
public static final BasicProperty<java.lang.Boolean,ContactInfoDTO> HIDDEN
public static final BasicProperty<java.lang.String,ContactInfoDTO> LAND_LINE_EXTENSION
public static final BasicProperty<java.lang.String,ContactInfoDTO> LAND_LINE_PHONE
public static final BasicProperty<java.lang.String,ContactInfoDTO> MOBILE_PHONE
public static final BasicProperty<UserVO,ContactInfoDTO> USER
public ContactInfoDTO()
public ContactInfoDTO(java.lang.Long id)
public ContactInfoDTO(Property<T,? super ContactInfoDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class NamedEntityDTOpublic UserAddressVO getAddress()
public void setAddress(UserAddressVO address)
public java.lang.String getDescription()
getDescription in interface IContactInfopublic void setDescription(java.lang.String description)
setDescription in interface IContactInfopublic java.lang.String getEmail()
getEmail in interface IContactInfopublic void setEmail(java.lang.String email)
setEmail in interface IContactInfopublic boolean isHidden()
isHidden in interface IContactInfopublic void setHidden(boolean hidden)
setHidden in interface IContactInfopublic java.lang.String getLandLineExtension()
getLandLineExtension in interface IContactInfopublic void setLandLineExtension(java.lang.String landLineExtension)
setLandLineExtension in interface IContactInfopublic java.lang.String getLandLinePhone()
getLandLinePhone in interface IContactInfopublic void setLandLinePhone(java.lang.String landLinePhone)
setLandLinePhone in interface IContactInfopublic java.lang.String getMobilePhone()
getMobilePhone in interface IContactInfopublic void setMobilePhone(java.lang.String mobilePhone)
setMobilePhone in interface IContactInfopublic UserVO getUser()
public void setUser(UserVO user)