|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.jini.lookup.entry.LocationBean
A JavaBeans(TM) component that encapsulates a Location object.
Location
,
Address
,
AddressBean
, Serialized FormField 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. |
java.lang.String |
getBuilding()
Return the value of the building field in the Location object linked to by this JavaBeans component. |
java.lang.String |
getFloor()
Return the value of the floor field in the Location object linked to by this JavaBeans component. |
java.lang.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(java.lang.String x)
Set the value of the building field in the Location object linked to by this JavaBeans component. |
void |
setFloor(java.lang.String x)
Set the value of the floor field in the Location object linked to by this JavaBeans component. |
void |
setRoom(java.lang.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)
e
- the Entry object to link topublic Entry followLink()
public java.lang.String getFloor()
public void setFloor(java.lang.String x)
public java.lang.String getRoom()
public void setRoom(java.lang.String x)
public java.lang.String getBuilding()
public void setBuilding(java.lang.String x)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |