org.nees.metadata.service
Class ContainerList

java.lang.Object
  extended byorg.nees.metadata.service.ContainerList
All Implemented Interfaces:
java.io.Serializable

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

A list of the objects in a container, including summaries for all the objects.

See Also:
Serialized Form

Constructor Summary
ContainerList(MetadataObjectSummary[] summaries)
           
 
Method Summary
 Identifier[] getContents()
          Just get the Identifiers of the objects in this container.
 MetadataObjectSummary[] getObjectSummaries()
          Get the summaries of all the objects in this container.
 void setObjectSummaries(MetadataObjectSummary[] value)
          Set the objectSummaries.
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContainerList

public ContainerList(MetadataObjectSummary[] summaries)
Method Detail

getObjectSummaries

public MetadataObjectSummary[] getObjectSummaries()
Get the summaries of all the objects in this container.

Returns:
the objectSummaries

setObjectSummaries

public void setObjectSummaries(MetadataObjectSummary[] value)
Set the objectSummaries.

Parameters:
value - the new objectSummaries

getContents

public Identifier[] getContents()
Just get the Identifiers of the objects in this container.


size

public int size()