|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.jini.entry.AbstractEntry | +--net.jini.lookup.entry.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 FormField Summary | |
java.lang.String |
country
Country name. |
java.lang.String |
locality
City or locality name. |
java.lang.String |
organization
Name of the company or organization that provides this service. |
java.lang.String |
organizationalUnit
The unit within the organization that provides this service. |
java.lang.String |
postalCode
Postal code. |
java.lang.String |
stateOrProvince
Full name or standard postal abbreviation of a state or province. |
java.lang.String |
street
Street address. |
Constructor Summary | |
Address()
Construct an empty instance of this class. |
|
Address(java.lang.String street,
java.lang.String organization,
java.lang.String organizationalUnit,
java.lang.String locality,
java.lang.String stateOrProvince,
java.lang.String postalCode,
java.lang.String country)
Construct an instance of this class, with all fields initialized appropriately. |
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 java.lang.String street
public java.lang.String organization
public java.lang.String organizationalUnit
public java.lang.String locality
public java.lang.String stateOrProvince
public java.lang.String postalCode
public java.lang.String country
Constructor Detail |
public Address()
public Address(java.lang.String street, java.lang.String organization, java.lang.String organizationalUnit, java.lang.String locality, java.lang.String stateOrProvince, java.lang.String postalCode, java.lang.String country)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |