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 Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
For object serializationFields inherited from class info.oais.implementation.infomodel.DataObjectImpl1
m_DigitalObject, m_Identifier, m_PhysicalObject
-
Constructor Summary
Constructors Constructor Description PhysicalObjectImpl1()
Constructor for the object which represents a Physical Object. -
Method Summary
Methods inherited from class info.oais.implementation.infomodel.DataObjectImpl1
getDigitalObject, getIdentifier, getPhysicalObject, setDigitalObject, setIdentifier, setPhysicalObject
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface info.oais.interfaces.infomodel.DataObject
getDigitalObject, getIdentifier, getPhysicalObject, setDigitalObject, setIdentifier, setPhysicalObject
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDFor object serialization- See Also:
- Constant Field Values
-
-
Constructor Details
-
PhysicalObjectImpl1
public PhysicalObjectImpl1()Constructor for the object which represents a Physical Object.
-