Class PhysicalObjectImpl1
java.lang.Object
info.oais.implementation.infomodel.DataObjectImpl1
info.oais.implementation.infomodel.PhysicalObjectImpl1
- All Implemented Interfaces:
- DataObject,- PhysicalObject,- Serializable
public class PhysicalObjectImpl1 extends DataObjectImpl1 implements PhysicalObject, Serializable
An implementation of PhysicalObject
- Since:
- 12-Sep-2021 14:01:18
- Version:
- 1.0
- 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.DataObjectImpl1m_DigitalObject, m_Identifier, m_PhysicalObject
- 
Constructor SummaryConstructors Constructor Description PhysicalObjectImpl1()Constructor for the object which represents a Physical Object.
- 
Method SummaryMethods inherited from class info.oais.implementation.infomodel.DataObjectImpl1getDigitalObject, getIdentifier, getPhysicalObject, setDigitalObject, setIdentifier, setPhysicalObjectMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface info.oais.interfaces.infomodel.DataObjectgetDigitalObject, getIdentifier, getPhysicalObject, setDigitalObject, setIdentifier, setPhysicalObject
- 
Field Details- 
serialVersionUIDprivate static final long serialVersionUIDFor object serialization- See Also:
- Constant Field Values
 
 
- 
- 
Constructor Details- 
PhysicalObjectImpl1public PhysicalObjectImpl1()Constructor for the object which represents a Physical Object.
 
-