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 RepInfoCategorycategoryACategory of the RepInfoprivate static longserialVersionUIDFor 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 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.InformationObjectImpl1
finalize, getDataObject, getDataObjectId, getIdentifier, getRepInfoId, getRepresentationInformation, setDataObject, setDataObject, setIdentifier, setRepInfoId, setRepresentationInformationMethods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:RepresentationInformationGet the Category associated with this RepInfo.- Specified by:
 getCategoryin interfaceRepresentationInformation- Returns:
 - the category of the RepInfo
 
 - 
setCategory
Description copied from interface:RepresentationInformationPut the Category associated with this RepInfo.- Specified by:
 setCategoryin interfaceRepresentationInformation- Parameters:
 category- of the RepInfo to set
 
 -