Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

nectar.view.beans
Class CommentBean  view CommentBean download CommentBean.java

java.lang.Object
  extended bynectar.view.beans.ViewBean
      extended bynectar.view.beans.CommentBean
All Implemented Interfaces:
java.io.Serializable

public class CommentBean
extends ViewBean


Field Summary
protected  nectar.view.PersonView author
           
protected  java.util.List children
           
private  java.util.Map linkMap
           
protected  nectar.view.CommentView view
           
 
Constructor Summary
CommentBean()
          Creates a new instance of Class
 
Method Summary
 void addChild(CommentBean ftb)
           
 nectar.view.PersonView getAuthor()
           
 java.util.List getChildren()
           
 java.util.Map getLink()
           
 nectar.view.CommentView getView()
           
 void loadFromTree(nectar.record.RecordTree tree)
           
 void setAuthor(nectar.view.PersonView v)
           
 void setChildren(java.util.List l)
           
 void setLink(java.util.Map map)
           
 void setView(nectar.view.CommentView v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

children

protected java.util.List children

view

protected nectar.view.CommentView view

author

protected nectar.view.PersonView author

linkMap

private java.util.Map linkMap
Constructor Detail

CommentBean

public CommentBean()
Creates a new instance of Class

Method Detail

getChildren

public java.util.List getChildren()

setChildren

public void setChildren(java.util.List l)

addChild

public void addChild(CommentBean ftb)

loadFromTree

public void loadFromTree(nectar.record.RecordTree tree)

getView

public nectar.view.CommentView getView()

setView

public void setView(nectar.view.CommentView v)

getAuthor

public nectar.view.PersonView getAuthor()

setAuthor

public void setAuthor(nectar.view.PersonView v)

setLink

public void setLink(java.util.Map map)

getLink

public java.util.Map getLink()