Class RepresentationInformationImpl1
java.lang.Object
info.oais.implementation.infomodel.InformationObjectImpl1
info.oais.implementation.infomodel.RepresentationInformationImpl1
- All Implemented Interfaces:
InformationObject
,RepresentationInformation
,Serializable
- Direct Known Subclasses:
OtherRepInfoImpl1
,PackagingInformationImpl1
,RepInfoGroupImpl1
,RepresentationInformationNetworkImpl1
,SemanticRepInfoImpl1
,StructureRepInfoImpl1
public class RepresentationInformationImpl1 extends InformationObjectImpl1 implements RepresentationInformation, Serializable
An implementation of RepInfo - no additional methods yet - TODO.
- Since:
- 11-Sep-2021 22:25:35
- Version:
- 1.0
- Author:
- David
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description RepInfoCategory
category
ACategory of the RepInfoprivate static long
serialVersionUID
For object serializationFields inherited from class info.oais.implementation.infomodel.InformationObjectImpl1
m_DataObject, m_DataObjectId, m_Identifier, m_RepInfoId, m_RepresentationInformation
-
Constructor Summary
Constructors Constructor Description RepresentationInformationImpl1()
Constructor for RepInfo. -
Method Summary
Modifier and Type Method Description RepInfoCategory
getCategory()
Get the Category associated with this RepInfo.void
setCategory(RepInfoCategory category)
Put the Category associated with this RepInfo.Methods inherited from class info.oais.implementation.infomodel.InformationObjectImpl1
finalize, getDataObject, getDataObjectId, getIdentifier, getRepInfoId, getRepresentationInformation, setDataObject, setDataObject, setIdentifier, 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, getIdentifier, getRepresentationInformation, setDataObject, setIdentifier, setRepresentationInformation
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDFor object serialization- See Also:
- Constant Field Values
-
category
ACategory of the RepInfo
-
-
Constructor Details
-
RepresentationInformationImpl1
public RepresentationInformationImpl1()Constructor for RepInfo.
-
-
Method Details
-
getCategory
Description copied from interface:RepresentationInformation
Get the Category associated with this RepInfo.- Specified by:
getCategory
in interfaceRepresentationInformation
- Returns:
- the category of the RepInfo
-
setCategory
Description copied from interface:RepresentationInformation
Put the Category associated with this RepInfo.- Specified by:
setCategory
in interfaceRepresentationInformation
- Parameters:
category
- of the RepInfo to set
-