fedora.oai
Class SimpleSetInfo

java.lang.Object
  extended by fedora.oai.SimpleSetInfo
All Implemented Interfaces:
SetInfo

public class SimpleSetInfo
extends java.lang.Object
implements SetInfo

Title: SimpleSetInfo.java

Description: A simple implementation of SetInfo that provides getters on the values passed in the constructor.

Version:
$Id: SimpleSetInfo.java 3965 2005-04-21 12:52:40Z rlw $
Author:
cwilper@cs.cornell.edu

Constructor Summary
SimpleSetInfo(java.lang.String name, java.lang.String spec, java.util.Set descriptions)
           
 
Method Summary
 java.util.Set getDescriptions()
          Get the descriptions of the set.
 java.lang.String getName()
          Get the name of the set.
 java.lang.String getSpec()
          Get the setSpec of the set.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleSetInfo

public SimpleSetInfo(java.lang.String name,
                     java.lang.String spec,
                     java.util.Set descriptions)
Method Detail

getName

public java.lang.String getName()
Description copied from interface: SetInfo
Get the name of the set.

Specified by:
getName in interface SetInfo

getSpec

public java.lang.String getSpec()
Description copied from interface: SetInfo
Get the setSpec of the set.

Specified by:
getSpec in interface SetInfo

getDescriptions

public java.util.Set getDescriptions()
Description copied from interface: SetInfo
Get the descriptions of the set.

Specified by:
getDescriptions in interface SetInfo