|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Title: Header.java
Description: Describes a record in the repository with the associated item identifier, record datestamp, item set membership, and record deletion indicator.
-----------------------------------------------------------------------------License and Copyright: The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/.
Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License.
The entire file consists of original code. Copyright © 2002-2005 by The Rector and Visitors of the University of Virginia and Cornell University. All rights reserved.
-----------------------------------------------------------------------------
| 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 |
public java.lang.String getIdentifier()
public java.util.Date getDatestamp()
public java.util.Set getSetSpecs()
public boolean isAvailable()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||