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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
BrowseList
public BrowseList()
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