|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Header
Title: Header.java
Description: Describes a record in the repository with the associated item identifier, record datestamp, item set membership, and record deletion indicator.
| Method Summary | |
|---|---|
java.util.Date |
getDatestamp()
Get the date of creation, modification or deletion of the record (in UTC) for the purpose of selective harvesting. |
java.lang.String |
getIdentifier()
Get the unique identifier of the item. |
java.util.Set |
getSetSpecs()
Get a (possibly empty) Set of Strings indicating the repository 'set' membership of the item, for the purpose of selective harvesting. |
boolean |
isAvailable()
Tells whether the record is currently available. |
| Method Detail |
|---|
java.lang.String getIdentifier()
java.util.Date getDatestamp()
java.util.Set getSetSpecs()
boolean isAvailable()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||