Class PackagingInformationImpl1
java.lang.Object
info.oais.implementation.infomodel.InformationObjectImpl1
info.oais.implementation.infomodel.RepresentationInformationImpl1
info.oais.implementation.infomodel.PackagingInformationImpl1
- All Implemented Interfaces:
 InformationObject,PackagingInformation,RepresentationInformation,Serializable
public class PackagingInformationImpl1 extends RepresentationInformationImpl1 implements PackagingInformation, Serializable
An implementation of PackagingInformation as a type of RepInfo.
- Since:
 - 12-Sep-2021 13:56:46
 - Version:
 - 1.0
 - Author:
 - David
 - See Also:
 - Serialized Form
 
- 
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUIDFor object serializationFields inherited from class info.oais.implementation.infomodel.RepresentationInformationImpl1
categoryFields inherited from class info.oais.implementation.infomodel.InformationObjectImpl1
m_DataObject, m_DataObjectId, m_Identifier, m_RepInfoId, m_RepresentationInformation - 
Constructor Summary
Constructors Constructor Description PackagingInformationImpl1()Constructor for the PackagingInfo. - 
Method Summary
Modifier and Type Method Description voidfinalize()Methods inherited from class info.oais.implementation.infomodel.RepresentationInformationImpl1
getCategory, setCategoryMethods inherited from class info.oais.implementation.infomodel.InformationObjectImpl1
getDataObject, getDataObjectId, getIdentifier, getRepInfoId, getRepresentationInformation, setDataObject, setDataObject, setIdentifier, setRepInfoId, setRepresentationInformationMethods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface info.oais.interfaces.infomodel.InformationObject
getDataObject, getIdentifier, getRepresentationInformation, setDataObject, setIdentifier, setRepresentationInformationMethods inherited from interface info.oais.interfaces.infomodel.RepresentationInformation
getCategory, setCategory 
- 
Field Details
- 
serialVersionUID
private static final long serialVersionUIDFor object serialization- See Also:
 - Constant Field Values
 
 
 - 
 - 
Constructor Details
- 
PackagingInformationImpl1
public PackagingInformationImpl1()Constructor for the PackagingInfo. 
 - 
 - 
Method Details
- 
finalize
- Overrides:
 finalizein classInformationObjectImpl1- Throws:
 Throwable
 
 -