@Entity public class UserAddress extends GeoLocatedAddress
| Constructor and Description |
|---|
UserAddress() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addContactInfo(ContactInfo contactInfo) |
java.util.Set<ContactInfo> |
getContactInfos() |
EntityLogType |
getLogType()
If this entity generates log then it must returns its
EntityLogType. |
AddressNature |
getNature() |
Network |
getNetwork()
Returns the network this entity belongs to
|
User |
getUser() |
boolean |
isDefaultAddress() |
void |
removeContactInfo(ContactInfo contactInfo) |
void |
setDefaultAddress(boolean defaultAddress) |
void |
setUser(User user) |
getLocation, getName, isHidden, isLocated, setHidden, setLocated, setLocation, setNamegetAddressLine1, getAddressLine2, getBuildingNumber, getCity, getComplement, getCountry, getNeighborhood, getPoBox, getRegion, getStreet, getZip, setAddressLine1, setAddressLine2, setBuildingNumber, setCity, setComplement, setCountry, setNeighborhood, setPoBox, setRegion, setStreet, setZipgetDataTranslationType, getVersionisGlobalclone, equals, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCode, isPersistent, isTransient, toStringpublic boolean addContactInfo(ContactInfo contactInfo)
public java.util.Set<ContactInfo> getContactInfos()
public EntityLogType getLogType()
BaseEntityEntityLogType.getLogType in class BaseEntityEntityLogType. Null means it doesn't allow log.public AddressNature getNature()
public Network getNetwork()
NetworkedEntitygetNetwork in class NetworkedEntitypublic User getUser()
public boolean isDefaultAddress()
public void removeContactInfo(ContactInfo contactInfo)
public void setDefaultAddress(boolean defaultAddress)
public void setUser(User user)