| 
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.CommentBean
public class CommentBean
A JavaBeans(TM) component that encapsulates a Comment object.
Comment, 
Serialized Form| Field Summary | |
|---|---|
protected  Comment | 
assoc
The Entry object associated with this JavaBeans component.  | 
| Constructor Summary | |
|---|---|
CommentBean()
Construct a new JavaBeans component, linked to a new empty Comment object.  | 
|
| Method Summary | |
|---|---|
 Entry | 
followLink()
Return the Entry linked to by this JavaBeans component.  | 
 String | 
getComment()
Return the value of the comment field in the Comment object linked to by this JavaBeans component.  | 
 void | 
makeLink(Entry e)
Make a link to an Entry object.  | 
 void | 
setComment(String x)
Set the value of the comment field in the Comment 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 Comment assoc
| Constructor Detail | 
|---|
public CommentBean()
| 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 getComment()
String representing the comment valuesetComment(java.lang.String)public void setComment(String x)
x - a String specifying the comment valuegetComment()
  | 
GigaSpaces XAP 9.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||