public class CommentBean extends Object implements EntryBean, Serializable
Comment
,
Serialized FormModifier and Type | Field and Description |
---|---|
protected Comment |
assoc
The Entry object associated with this JavaBeans component.
|
Constructor and Description |
---|
CommentBean()
Construct a new JavaBeans component, linked to a new empty
Comment object.
|
Modifier and Type | Method and Description |
---|---|
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.
|
protected Comment assoc
public CommentBean()
public void makeLink(Entry e)
makeLink
in interface EntryBean
e
- the Entry object to link toClassCastException
- the Entry is not of the
correct type for this JavaBeans componentpublic Entry followLink()
followLink
in interface EntryBean
public String getComment()
String
representing the comment valuesetComment(java.lang.String)
public void setComment(String x)
x
- a String
specifying the comment valuegetComment()
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.