net.sf.jdiskcatalog.model
Class DocumentImpl

java.lang.Object
  extended by net.sf.jdiskcatalog.model.DocumentImpl
All Implemented Interfaces:
java.io.Serializable, Document

public class DocumentImpl
extends java.lang.Object
implements Document, java.io.Serializable

See Also:
Serialized Form

Field Summary
 java.util.List<Node> nodes
          List of top level nodes
 
Constructor Summary
DocumentImpl()
           
 
Method Summary
 void add(Node node)
           
 java.util.List<Node> getNodes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nodes

public java.util.List<Node> nodes
List of top level nodes

Constructor Detail

DocumentImpl

public DocumentImpl()
Method Detail

add

public void add(Node node)
Specified by:
add in interface Document

getNodes

public java.util.List<Node> getNodes()
Specified by:
getNodes in interface Document


Copyright © 2007. All Rights Reserved.