com.esri.aims.mtier.model.metadata.query
Class DocumentInfoCollection

java.lang.Object
  extended by com.esri.aims.mtier.model.metadata.query.DocumentInfoCollection
All Implemented Interfaces:
Serializable

public class DocumentInfoCollection
extends Object
implements Serializable

Represents a collection of Subset objects.

See Also:
Serialized Form

Constructor Summary
DocumentInfoCollection()
          Constructs an instance of a DocumentInfoCollection object.
 
Method Summary
 boolean addDocumentInfo(DocumentInfo docInfo)
          Adds the given DocumentInfo to this collection.
 Element[] getDocumentInfoElements()
          Returns an array of all DocumentInfo elements.
 int size()
          Returns the size of this object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentInfoCollection

public DocumentInfoCollection()
Constructs an instance of a DocumentInfoCollection object.

Method Detail

addDocumentInfo

public boolean addDocumentInfo(DocumentInfo docInfo)
Adds the given DocumentInfo to this collection.

Parameters:
docInfo - a DocumentInfo to add this collection.

size

public int size()
Returns the size of this object.


getDocumentInfoElements

public Element[] getDocumentInfoElements()
Returns an array of all DocumentInfo elements.