|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fcrepo.oai.SimpleRecord
public class SimpleRecord
A simple implementation of Record that provides getters on the values passed in the constructor.
| Constructor Summary | |
|---|---|
SimpleRecord(Header header,
String metadata,
Set abouts)
|
|
| Method Summary | |
|---|---|
Set |
getAbouts()
Get the 'about' portions of the record. |
Header |
getHeader()
Get the header portion of the record. |
String |
getMetadata()
Get the metadata portion of the record. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleRecord(Header header,
String metadata,
Set abouts)
| Method Detail |
|---|
public Header getHeader()
Record
getHeader in interface Recordpublic String getMetadata()
Record
getMetadata in interface Recordpublic Set getAbouts()
Record
getAbouts in interface Record
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||