|
GigaSpaces XAP 10.0.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.jini.lookup.entry.AddressBean
public class 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. |
String |
getCountry()
Return the value of the country field in the Address object linked to by this JavaBeans component. |
String |
getLocality()
Return the value of the locality field in the Address object linked to by this JavaBeans component. |
String |
getOrganization()
Return the value of the organization field in the Address object linked to by this JavaBeans component. |
String |
getOrganizationalUnit()
Return the value of the organizationalUnit field in the Address object linked to by this JavaBeans component. |
String |
getPostalCode()
Return the value of the postalCode field in the Address object linked to by this JavaBeans component. |
String |
getStateOrProvince()
Return the value of the stateOrProvince field in the Address object linked to by this JavaBeans component. |
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(String x)
Set the value of the country field in the Address object linked to by this JavaBeans component. |
void |
setLocality(String x)
Set the value of the locality field in the Address object linked to by this JavaBeans component. |
void |
setOrganization(String x)
Set the value of the organization field in the Address object linked to by this JavaBeans component. |
void |
setOrganizationalUnit(String x)
Set the value of the organizationalUnit field in the Address object linked to by this JavaBeans component. |
void |
setPostalCode(String x)
Set the value of the postalCode field in the Address object linked to by this JavaBeans component. |
void |
setStateOrProvince(String x)
Set the value of the stateOrProvince field in the Address object linked to by this JavaBeans component. |
void |
setStreet(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)
makeLink
in interface EntryBean
e
- the Entry object to link to
ClassCastException
- the Entry is not of the
correct type for this JavaBeans componentpublic Entry followLink()
followLink
in interface EntryBean
public String getStreet()
String
representing the street valuesetStreet(java.lang.String)
public void setStreet(String x)
x
- a String
specifying the streetgetStreet()
public String getOrganization()
String
representing the organizationsetOrganization(java.lang.String)
public void setOrganization(String x)
x
- a String
specifying the organizationgetOrganization()
public String getOrganizationalUnit()
String
representing the organizational unitsetOrganizationalUnit(java.lang.String)
public void setOrganizationalUnit(String x)
x
- a String
specifying the organizational unitgetOrganizationalUnit()
public String getLocality()
String
representing the localitysetLocality(java.lang.String)
public void setLocality(String x)
x
- a String
specifying the localitygetLocality()
public String getStateOrProvince()
String
representing the state or provincesetStateOrProvince(java.lang.String)
public void setStateOrProvince(String x)
x
- a String
specifying the state or provincegetStateOrProvince()
public String getPostalCode()
String
representing the postal codesetPostalCode(java.lang.String)
public void setPostalCode(String x)
x
- a String
specifying the postal codegetPostalCode()
public String getCountry()
String
representing the countrysetCountry(java.lang.String)
public void setCountry(String x)
x
- a String
specifying the countrygetCountry()
|
GigaSpaces XAP 10.0.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |