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 SummaryFields Modifier and Type Field Description (package private) Stringm_PackageDescriptionThe internal String value for the PackageDescription.private static longserialVersionUIDFor object serialization.Fields inherited from class info.oais.implementation.infomodel.InformationObjectImpl1m_DataObject, m_DataObjectId, m_Identifier, m_RepInfoId, m_RepresentationInformation
- 
Constructor SummaryConstructors Constructor Description PackageDescriptionImpl1()Constructor for the PackageDescription.
- 
Method SummaryMethods inherited from class info.oais.implementation.infomodel.InformationObjectImpl1finalize, getDataObject, getDataObjectId, getIdentifier, getRepInfoId, getRepresentationInformation, setDataObject, setDataObject, setIdentifier, setRepInfoId, setRepresentationInformationMethods inherited from class java.lang.Objectclone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface info.oais.interfaces.infomodel.InformationObjectgetDataObject, getIdentifier, getRepresentationInformation, setDataObject, setIdentifier, setRepresentationInformation
- 
Field Details- 
serialVersionUIDprivate static final long serialVersionUIDFor object serialization.- See Also:
- Constant Field Values
 
- 
m_PackageDescriptionString m_PackageDescriptionThe internal String value for the PackageDescription.
 
- 
- 
Constructor Details- 
PackageDescriptionImpl1public PackageDescriptionImpl1()Constructor for the PackageDescription.
 
- 
- 
Method Details- 
getStringGet the String for the PackageDescr.- Specified by:
- getStringin interface- PackageDescription
- Returns:
- The String for the PackageDescr.
 
- 
setStringSet the String which is the PackageDesc- Specified by:
- setStringin interface- PackageDescription
- Parameters:
- desc- The String for the PackageDesc.
 
 
-