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 SummaryFields Modifier and Type Field Description RepInfoCategorycategoryACategory of the RepInfoprivate 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 RepresentationInformationImpl1()Constructor for RepInfo.
- 
Method SummaryModifier and Type Method Description RepInfoCategorygetCategory()Get the Category associated with this RepInfo.voidsetCategory(RepInfoCategory category)Put the Category associated with this RepInfo.Methods 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
 
- 
categoryACategory of the RepInfo
 
- 
- 
Constructor Details- 
RepresentationInformationImpl1public RepresentationInformationImpl1()Constructor for RepInfo.
 
- 
- 
Method Details- 
getCategoryDescription copied from interface:RepresentationInformationGet the Category associated with this RepInfo.- Specified by:
- getCategoryin interface- RepresentationInformation
- Returns:
- the category of the RepInfo
 
- 
setCategoryDescription copied from interface:RepresentationInformationPut the Category associated with this RepInfo.- Specified by:
- setCategoryin interface- RepresentationInformation
- Parameters:
- category- of the RepInfo to set
 
 
-