public interface FedoraObjectRecord
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreatedDate()
Gets the creation date for the object described by this record.
|
String |
getLabel()
Gets the label of the object described by this record.
|
Date |
getModificationDate()
Gets the modification date for the object described by this record.
|
List<String> |
getOwnerIds()
Gets the owner ID values for the object described by this record.
|
String |
getPid()
Gets the pid for the object described by this record.
|
String |
getState()
Gets the state of the object described by this record.
|
List<String> |
listDatastreamIds()
Gets a list ids (fedora DSID) for the datastreams that exist on the
object described by this record.
|
String getPid()
String getState()
String getLabel()
List<String> getOwnerIds()
Date getCreatedDate()
Date getModificationDate()
Copyright © 2013 DuraSpace, Inc.. All rights reserved.