Definition at line 32 of file Address.java.
◆ entityId()
Object org.turro.contacts.Address.entityId |
( |
| ) |
|
◆ getAddressString()
String org.turro.contacts.Address.getAddressString |
( |
| ) |
|
Definition at line 68 of file Address.java.
69 PhraseBuilder pb =
new PhraseBuilder();
◆ getCanShow()
boolean org.turro.contacts.Address.getCanShow |
( |
String |
userId | ) |
|
onlyOwner || owner.equals(userId);
Definition at line 174 of file Address.java.
◆ getCity()
String org.turro.contacts.Address.getCity |
( |
| ) |
|
◆ getContact()
◆ getDescription()
String org.turro.contacts.Address.getDescription |
( |
| ) |
|
◆ getFullAddress()
String org.turro.contacts.Address.getFullAddress |
( |
| ) |
|
◆ getId()
String org.turro.contacts.Address.getId |
( |
| ) |
|
◆ getLatitude()
double org.turro.contacts.Address.getLatitude |
( |
| ) |
|
◆ getLongitude()
double org.turro.contacts.Address.getLongitude |
( |
| ) |
|
◆ getOwner()
String org.turro.contacts.Address.getOwner |
( |
| ) |
|
◆ getProvince()
String org.turro.contacts.Address.getProvince |
( |
| ) |
|
◆ getState()
String org.turro.contacts.Address.getState |
( |
| ) |
|
◆ getStreet()
String org.turro.contacts.Address.getStreet |
( |
| ) |
|
◆ getZipCode()
String org.turro.contacts.Address.getZipCode |
( |
| ) |
|
◆ isEmpty()
boolean org.turro.contacts.Address.isEmpty |
( |
| ) |
|
◆ isOnlyOwner()
boolean org.turro.contacts.Address.isOnlyOwner |
( |
| ) |
|
◆ setCity()
void org.turro.contacts.Address.setCity |
( |
String |
city | ) |
|
◆ setContact()
◆ setDescription()
void org.turro.contacts.Address.setDescription |
( |
String |
description | ) |
|
Definition at line 146 of file Address.java.
147 this.description = description;
◆ setId()
void org.turro.contacts.Address.setId |
( |
String |
id | ) |
|
|
protected |
◆ setLatitude()
void org.turro.contacts.Address.setLatitude |
( |
double |
latitude | ) |
|
◆ setLongitude()
void org.turro.contacts.Address.setLongitude |
( |
double |
longitude | ) |
|
Definition at line 162 of file Address.java.
163 this.longitude = longitude;
◆ setOnlyOwner()
void org.turro.contacts.Address.setOnlyOwner |
( |
boolean |
onlyOwner | ) |
|
Definition at line 98 of file Address.java.
99 this.onlyOwner = onlyOwner;
◆ setOwner()
void org.turro.contacts.Address.setOwner |
( |
String |
owner | ) |
|
◆ setProvince()
void org.turro.contacts.Address.setProvince |
( |
String |
province | ) |
|
◆ setState()
void org.turro.contacts.Address.setState |
( |
String |
state | ) |
|
◆ setStreet()
void org.turro.contacts.Address.setStreet |
( |
String |
street | ) |
|
◆ setZipCode()
void org.turro.contacts.Address.setZipCode |
( |
String |
zipCode | ) |
|
The documentation for this class was generated from the following file: