fedora.oai
Interface SetInfo

All Known Implementing Classes:
SimpleSetInfo

public interface SetInfo

Title: SetInfo.java

Description: Describes a set in the repository.

Version:
$Id: SetInfo.java 3965 2005-04-21 12:52:40Z rlw $
Author:
cwilper@cs.cornell.edu
See Also:
http://www.openarchives.org/OAI/openarchivesprotocol.html#ListSets

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.
 

Method Detail

getName

java.lang.String getName()
Get the name of the set.


getSpec

java.lang.String getSpec()
Get the setSpec of the set.


getDescriptions

java.util.Set getDescriptions()
Get the descriptions of the set.