@Entity public class UserAddress extends GeoLocatedAddress
| Constructor and Description |
|---|
UserAddress() |
| Modifier and Type | Method and Description |
|---|---|
EntityLogType |
getLogType()
If this entity generates log then it must returns its
EntityLogType. |
AddressNature |
getNature() |
Network |
getNetwork() |
User |
getUser() |
boolean |
isDefaultAddress() |
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, getVersion, isGlobal, isPersistent, isTransientclone, equals, getEntityImportance, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCode, toStringpublic EntityLogType getLogType()
BaseEntityEntityLogType.getLogType in class BaseEntityEntityLogType. Null means it doesn't allow log.public AddressNature getNature()
public Network getNetwork()
getNetwork in class BaseEntitypublic User getUser()
public boolean isDefaultAddress()
public void setDefaultAddress(boolean defaultAddress)
public void setUser(User user)