| Constructor and Description |
|---|
UserAddress() |
| Modifier and Type | Method and Description |
|---|---|
LatLong |
getLocation() |
java.lang.String |
getName() |
Network |
getNetwork() |
User |
getUser() |
boolean |
isDefaultAddress() |
boolean |
isHidden() |
boolean |
isLocated() |
void |
setDefaultAddress(boolean defaultAddress) |
void |
setHidden(boolean hidden) |
void |
setLocated(boolean located) |
void |
setLocation(LatLong location) |
void |
setName(java.lang.String name) |
void |
setUser(User user) |
getAddressLine1, getAddressLine2, getCity, getCountry, getNeighborhood, getPoBox, getRegion, getZip, setAddressLine1, setAddressLine2, setCity, setCountry, setNeighborhood, setPoBox, setRegion, setZipgetDataTranslationType, getVersion, isGlobal, isPersistent, isTransientpublic LatLong getLocation()
public java.lang.String getName()
public Network getNetwork()
getNetwork in class org.cyclos.entities.BaseEntitypublic User getUser()
public boolean isDefaultAddress()
public boolean isHidden()
public boolean isLocated()
public void setDefaultAddress(boolean defaultAddress)
public void setHidden(boolean hidden)
public void setLocated(boolean located)
public void setLocation(LatLong location)
public void setName(java.lang.String name)
public void setUser(User user)