| 
GigaSpaces XAP 9.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.jini.lookup.entry.LocationBean
public class LocationBean
A JavaBeans(TM) component that encapsulates a Location object.
Location, 
Address, 
AddressBean, 
Serialized Form| Field Summary | |
|---|---|
protected  Location | 
assoc
The Location object associated with this JavaBeans component.  | 
| Constructor Summary | |
|---|---|
LocationBean()
Construct a new JavaBeans component linked to a new empty Location object.  | 
|
| Method Summary | |
|---|---|
 Entry | 
followLink()
Return the Entry linked to by this JavaBeans component.  | 
 String | 
getBuilding()
Return the value of the building field in the Location object linked to by this JavaBeans component.  | 
 String | 
getFloor()
Return the value of the floor field in the Location object linked to by this JavaBeans component.  | 
 String | 
getRoom()
Return the value of the room field in the Location object linked to by this JavaBeans component.  | 
 void | 
makeLink(Entry e)
Make a link to an Entry object.  | 
 void | 
setBuilding(String x)
Set the value of the building field in the Location object linked to by this JavaBeans component.  | 
 void | 
setFloor(String x)
Set the value of the floor field in the Location object linked to by this JavaBeans component.  | 
 void | 
setRoom(String x)
Set the value of the room field in the Location 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 Location assoc
| Constructor Detail | 
|---|
public LocationBean()
| Method Detail | 
|---|
public void makeLink(Entry e)
makeLink in interface EntryBeane - the Entry object to link to
ClassCastException - the Entry is not of the
 correct type for this JavaBeans componentpublic Entry followLink()
followLink in interface EntryBeanpublic String getFloor()
setFloor(java.lang.String)public void setFloor(String x)
x - a String specifying the floor valuegetFloor()public String getRoom()
setRoom(java.lang.String)public void setRoom(String x)
x - a String specifying the room valuegetRoom()public String getBuilding()
setBuilding(java.lang.String)public void setBuilding(String x)
x - a String specifying the building valuegetBuilding()
  | 
GigaSpaces XAP 9.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||