org.fcrepo.oai
Interface SetInfo

All Known Implementing Classes:
SimpleSetInfo

public interface SetInfo

Describes a set in the repository.

Author:
Chris Wilper
See Also:
http://www.openarchives.org/OAI/openarchivesprotocol.html#ListSets

Method Summary
 Set getDescriptions()
          Get the descriptions of the set.
 String getName()
          Get the name of the set.
 String getSpec()
          Get the setSpec of the set.
 

Method Detail

getName

String getName()
Get the name of the set.


getSpec

String getSpec()
Get the setSpec of the set.


getDescriptions

Set getDescriptions()
Get the descriptions of the set.



Copyright © 2011 DuraSpace. All Rights Reserved.