net.kencochrane.a4j.beans
Class BrowseList

java.lang.Object
  |
  +--net.kencochrane.a4j.beans.BrowseList
All Implemented Interfaces:
java.io.Serializable

public class BrowseList
extends java.lang.Object
implements java.io.Serializable

http://www.KenCochrane.net Ken Cochrane Date: May 16, 2003 Time: 1:21:38 PM

See Also:
Serialized Form

Constructor Summary
BrowseList()
           
 
Method Summary
 BrowseNode[] getBrowseNode()
           
 java.util.ArrayList getBrowseNodeList()
           
 void setBrowseNode(BrowseNode[] browseNode)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BrowseList

public BrowseList()
Method Detail

getBrowseNode

public BrowseNode[] getBrowseNode()

setBrowseNode

public void setBrowseNode(BrowseNode[] browseNode)

getBrowseNodeList

public java.util.ArrayList getBrowseNodeList()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object