Class RepInfoLabelImpl1
java.lang.Object
info.oais.implementation.infomodel.InformationObjectImpl1
info.oais.implementation.infomodel.RepresentationInformationImpl1
info.oais.implementation.infomodel.poss1RepInfo.RepInfoGroupImpl1
info.oais.implementation.infomodel.poss1RepInfo.RepInfoLabelImpl1
- All Implemented Interfaces:
InformationObject
,RepInfoGroup
,RepInfoLabel
,RepresentationInformation
,Serializable
public class RepInfoLabelImpl1 extends RepInfoGroupImpl1 implements RepInfoLabel, Serializable
A group of RepresentationInformation [TBD]
- Since:
- 06-Sep-2021 15:59:46
- Version:
- 1.0
- Author:
- David
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
For object serialization -
Constructor Summary
Constructors Constructor Description RepInfoLabelImpl1()
-
Method Summary
Methods inherited from class info.oais.implementation.infomodel.InformationObjectImpl1
finalize, getDataObject, getDataObjectId, getRepInfoId, getRepresentationInformation, setDataObject, setDataObject, setRepInfoId, setRepresentationInformation
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface info.oais.interfaces.infomodel.InformationObject
getDataObject, getRepresentationInformation, setDataObject, setRepresentationInformation
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDFor object serialization- See Also:
- Constant Field Values
-
-
Constructor Details
-
RepInfoLabelImpl1
public RepInfoLabelImpl1()
-