Package info.oais.interfaces.infomodel
Interface CollectionDescription
- All Superinterfaces:
InformationObject
,PackageDescription
public interface CollectionDescription extends PackageDescription
A type of Package Description that is specialized to provide information about an Archival Information Collection
(or an Access Collection) for use by Access Aids [OAIS].
- Author:
- David
-
Method Summary
Methods inherited from interface info.oais.interfaces.infomodel.InformationObject
getDataObject, getIdentifier, getRepresentationInformation, setDataObject, setIdentifier, setRepresentationInformation
-
Method Details
-
getString
String getString()Get the CollectionDescription as a String.- Specified by:
getString
in interfacePackageDescription
- Returns:
- CollectionDescription as a String.
-
setString
Set the String value for the CollectionDescription.- Specified by:
setString
in interfacePackageDescription
- Parameters:
desc
- Set the String for the CollectionDescription.
-