|
GigaSpaces XAP 9.7.2 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.jini.entry.AbstractEntry
net.jini.lookup.entry.Address
public class Address
The address of the physical component of a service. This is distinct from the Location class in that it is intended for use with the Location class in geographically dispersed organizations.
Location,
AddressBean,
Serialized Form| Field Summary | |
|---|---|
String |
country
Country name. |
String |
locality
City or locality name. |
String |
organization
Name of the company or organization that provides this service. |
String |
organizationalUnit
The unit within the organization that provides this service. |
String |
postalCode
Postal code. |
String |
stateOrProvince
Full name or standard postal abbreviation of a state or province. |
String |
street
Street address. |
| Constructor Summary | |
|---|---|
Address()
Construct an empty instance of this class. |
|
Address(String street,
String organization,
String organizationalUnit,
String locality,
String stateOrProvince,
String postalCode,
String country)
Construct an instance of this class, with all fields initialized appropriately. |
|
| Method Summary |
|---|
| Methods inherited from class net.jini.entry.AbstractEntry |
|---|
equals, equals, hashCode, hashCode, toString, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public String street
public String organization
public String organizationalUnit
public String locality
public String stateOrProvince
public String postalCode
public String country
| Constructor Detail |
|---|
public Address()
public Address(String street,
String organization,
String organizationalUnit,
String locality,
String stateOrProvince,
String postalCode,
String country)
street - a String representing the street addressorganization - a String representing the organizationorganizationalUnit - a String representing the organizational unitlocality - a String representing the localitystateOrProvince - a String representing the state or provincepostalCode - a String representing the postal codecountry - a String representing the country
|
GigaSpaces XAP 9.7.2 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||