|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fcrepo.oai.SimpleSetInfo
public class SimpleSetInfo
A simple implementation of SetInfo that provides getters on the values passed in the constructor.
| Constructor Summary | |
|---|---|
SimpleSetInfo(String name,
String spec,
Set descriptions)
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleSetInfo(String name,
String spec,
Set descriptions)
| Method Detail |
|---|
public String getName()
SetInfo
getName in interface SetInfopublic String getSpec()
SetInfo
getSpec in interface SetInfopublic Set getDescriptions()
SetInfo
getDescriptions in interface SetInfo
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||