Class PackageDescriptionImpl1
java.lang.Object
info.oais.implementation.infomodel.InformationObjectImpl1
info.oais.implementation.infomodel.PackageDescriptionImpl1
- All Implemented Interfaces:
InformationObject
,PackageDescription
,Serializable
public class PackageDescriptionImpl1 extends InformationObjectImpl1 implements PackageDescription, Serializable
An implementation of PackageDescription as a String.
- Since:
- 11-Sep-2021 22:52:06
- Version:
- 1.0
- Author:
- David
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description (package private) String
m_PackageDescription
The internal String value for the PackageDescription.private static long
serialVersionUID
For object serialization.Fields inherited from class info.oais.implementation.infomodel.InformationObjectImpl1
m_DataObject, m_DataObjectId, m_Identifier, m_RepInfoId, m_RepresentationInformation
-
Constructor Summary
Constructors Constructor Description PackageDescriptionImpl1()
Constructor for the PackageDescription. -
Method Summary
Methods inherited from class info.oais.implementation.infomodel.InformationObjectImpl1
finalize, getDataObject, getDataObjectId, getIdentifier, getRepInfoId, getRepresentationInformation, setDataObject, setDataObject, setIdentifier, setRepInfoId, setRepresentationInformation
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface info.oais.interfaces.infomodel.InformationObject
getDataObject, getIdentifier, getRepresentationInformation, setDataObject, setIdentifier, setRepresentationInformation
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDFor object serialization.- See Also:
- Constant Field Values
-
m_PackageDescription
String m_PackageDescriptionThe internal String value for the PackageDescription.
-
-
Constructor Details
-
PackageDescriptionImpl1
public PackageDescriptionImpl1()Constructor for the PackageDescription.
-
-
Method Details
-
getString
Get the String for the PackageDescr.- Specified by:
getString
in interfacePackageDescription
- Returns:
- The String for the PackageDescr.
-
setString
Set the String which is the PackageDesc- Specified by:
setString
in interfacePackageDescription
- Parameters:
desc
- The String for the PackageDesc.
-