|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.jini.lookup.entry.NameBean
public class NameBean
A JavaBeans(TM) component that encapsulates a Name object.
Name
,
Serialized FormField Summary | |
---|---|
protected Name |
assoc
The Name object associated with this JavaBeans component. |
Constructor Summary | |
---|---|
NameBean()
Construct a new JavaBeans component, linked to a new empty Name object. |
Method Summary | |
---|---|
Entry |
followLink()
Return the Name linked to by this JavaBeans component. |
String |
getName()
Return the value of the name field in the object linked to by this JavaBeans component. |
void |
makeLink(Entry e)
Make a link to an Entry object. |
void |
setName(String x)
Set the value of the name field in the 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 Name assoc
Constructor Detail |
---|
public NameBean()
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 getName()
setName(java.lang.String)
public void setName(String x)
x
- a String specifying the name valuegetName()
|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |