|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfedora.oai.SimpleSetInfo
public class SimpleSetInfo
Title: SimpleSetInfo.java
Description: A simple implementation of SetInfo that provides getters on the values passed in the constructor.
| 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 |
|---|
public SimpleSetInfo(java.lang.String name,
java.lang.String spec,
java.util.Set descriptions)
| Method Detail |
|---|
public java.lang.String getName()
SetInfo
getName in interface SetInfopublic java.lang.String getSpec()
SetInfo
getSpec in interface SetInfopublic java.util.Set getDescriptions()
SetInfo
getDescriptions in interface SetInfo
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||