|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.jini.lookup.entry.AddressBean
A JavaBeans(TM) component that encapsulates an Address object.
Address
,
Location
,
LocationBean
, Serialized FormField Summary | |
protected Address |
assoc
The Address object associated with this JavaBeans component. |
Constructor Summary | |
AddressBean()
Construct an instance of this JavaBeans component that is linked to a new Address object. |
Method Summary | |
Entry |
followLink()
Return the Entry linked to by this JavaBeans component. |
java.lang.String |
getCountry()
Return the value of the country field in the Address object linked to by this JavaBeans component. |
java.lang.String |
getLocality()
Return the value of the locality field in the Address object linked to by this JavaBeans component. |
java.lang.String |
getOrganization()
Return the value of the organization field in the Address object linked to by this JavaBeans component. |
java.lang.String |
getOrganizationalUnit()
Return the value of the organizationalUnit field in the Address object linked to by this JavaBeans component. |
java.lang.String |
getPostalCode()
Return the value of the postalCode field in the Address object linked to by this JavaBeans component. |
java.lang.String |
getStateOrProvince()
Return the value of the stateOrProvince field in the Address object linked to by this JavaBeans component. |
java.lang.String |
getStreet()
Return the value of the street field in the Address object linked to by this JavaBeans component. |
void |
makeLink(Entry e)
Make a link to an Entry object. |
void |
setCountry(java.lang.String x)
Set the value of the country field in the Address object linked to by this JavaBeans component. |
void |
setLocality(java.lang.String x)
Set the value of the locality field in the Address object linked to by this JavaBeans component. |
void |
setOrganization(java.lang.String x)
Set the value of the organization field in the Address object linked to by this JavaBeans component. |
void |
setOrganizationalUnit(java.lang.String x)
Set the value of the organizationalUnit field in the Address object linked to by this JavaBeans component. |
void |
setPostalCode(java.lang.String x)
Set the value of the postalCode field in the Address object linked to by this JavaBeans component. |
void |
setStateOrProvince(java.lang.String x)
Set the value of the stateOrProvince field in the Address object linked to by this JavaBeans component. |
void |
setStreet(java.lang.String x)
Set the value of the street field in the Address object linked to by this JavaBeans component. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
protected Address assoc
Constructor Detail |
public AddressBean()
Method Detail |
public void makeLink(Entry e)
e
- the Entry object to link topublic Entry followLink()
public java.lang.String getStreet()
public void setStreet(java.lang.String x)
public java.lang.String getOrganization()
public void setOrganization(java.lang.String x)
public java.lang.String getOrganizationalUnit()
public void setOrganizationalUnit(java.lang.String x)
public java.lang.String getLocality()
public void setLocality(java.lang.String x)
public java.lang.String getStateOrProvince()
public void setStateOrProvince(java.lang.String x)
public java.lang.String getPostalCode()
public void setPostalCode(java.lang.String x)
public java.lang.String getCountry()
public void setCountry(java.lang.String x)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |