Class ContentInformationImpl1
java.lang.Object
info.oais.implementation.infomodel.InformationObjectImpl1
info.oais.implementation.infomodel.ContentInformationImpl1
- All Implemented Interfaces:
- ContentInformation,- InformationObject,- Serializable
public class ContentInformationImpl1 extends InformationObjectImpl1 implements ContentInformation, Serializable
ContentInformation is A set of information that is the original target of preservation. 
 It is an Information Object composed of its Content Data Object and its Representation Information.
- Author:
- David
- See Also:
- Serialized Form
- 
Field SummaryFields Modifier and Type Field Description private static longserialVersionUIDFor object serializationFields inherited from class info.oais.implementation.infomodel.InformationObjectImpl1m_DataObject, m_DataObjectId, m_Identifier, m_RepInfoId, m_RepresentationInformation
- 
Constructor SummaryConstructors Constructor Description ContentInformationImpl1()
- 
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
 
 
- 
- 
Constructor Details- 
ContentInformationImpl1public ContentInformationImpl1()
 
-