@Entity public class ContactInfo extends NamedEntity implements IContactInfo, ImageOwner<ContactInfo,ContactInfoImage>
| Constructor and Description |
|---|
ContactInfo() |
| Modifier and Type | Method and Description |
|---|---|
UserAddress |
getAddress() |
java.lang.String |
getDescription() |
java.lang.String |
getEmail() |
ContactInfoImage |
getImage()
De-normalized reference to the first image
|
java.util.List<ContactInfoImage> |
getImages() |
java.lang.String |
getLandLineExtension() |
java.lang.String |
getLandLinePhone() |
java.lang.String |
getMobilePhone() |
Network |
getNetwork()
Returns the network this entity belongs to
|
User |
getUser() |
boolean |
isHidden() |
void |
setAddress(UserAddress address) |
void |
setDescription(java.lang.String description) |
void |
setEmail(java.lang.String email) |
void |
setHidden(boolean hidden) |
void |
setImage(ContactInfoImage image)
De-normalized reference to the first image
|
void |
setImages(java.util.List<ContactInfoImage> images) |
void |
setLandLineExtension(java.lang.String landLineExtension) |
void |
setLandLinePhone(java.lang.String landLinePhone) |
void |
setMobilePhone(java.lang.String mobilePhone) |
void |
setUser(User user) |
compareTo, getName, getNames, setName, toStringgetDataTranslationType, getLogType, getVersionisGlobalclone, equals, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCode, isPersistent, isTransientfinalize, getClass, notify, notifyAll, wait, wait, waitgetName, setNamepublic UserAddress getAddress()
public java.lang.String getDescription()
getDescription in interface IContactInfopublic java.lang.String getEmail()
getEmail in interface IContactInfopublic ContactInfoImage getImage()
ImageOwnergetImage in interface ImageOwner<ContactInfo,ContactInfoImage>public java.util.List<ContactInfoImage> getImages()
getImages in interface ImageOwner<ContactInfo,ContactInfoImage>public java.lang.String getLandLineExtension()
getLandLineExtension in interface IContactInfopublic java.lang.String getLandLinePhone()
getLandLinePhone in interface IContactInfopublic java.lang.String getMobilePhone()
getMobilePhone in interface IContactInfopublic Network getNetwork()
NetworkedEntitygetNetwork in class NetworkedEntitypublic User getUser()
public boolean isHidden()
isHidden in interface IContactInfopublic void setAddress(UserAddress address)
public void setDescription(java.lang.String description)
setDescription in interface IContactInfopublic void setEmail(java.lang.String email)
setEmail in interface IContactInfopublic void setHidden(boolean hidden)
setHidden in interface IContactInfopublic void setImage(ContactInfoImage image)
ImageOwnersetImage in interface ImageOwner<ContactInfo,ContactInfoImage>public void setImages(java.util.List<ContactInfoImage> images)
setImages in interface ImageOwner<ContactInfo,ContactInfoImage>public void setLandLineExtension(java.lang.String landLineExtension)
setLandLineExtension in interface IContactInfopublic void setLandLinePhone(java.lang.String landLinePhone)
setLandLinePhone in interface IContactInfopublic void setMobilePhone(java.lang.String mobilePhone)
setMobilePhone in interface IContactInfopublic void setUser(User user)