Class RepInfoCategoryImpl1
java.lang.Object
info.oais.implementation.infomodel.RepInfoCategoryImpl1
- All Implemented Interfaces:
- RepInfoCategory
public class RepInfoCategoryImpl1 extends Object implements RepInfoCategory
A classification of RepInfo [TBD] to facilitate locating the kind of RepInfo
 wanted.
- Since:
- 06-Sep-2021 15:59:46
- Version:
- 1.0
- Author:
- David
- 
Field SummaryFields Modifier and Type Field Description (package private) Stringm_CategoryInternal value for the String for the category.
- 
Constructor SummaryConstructors Constructor Description RepInfoCategoryImpl1()
- 
Method SummaryModifier and Type Method Description StringgetCategory()Returns the category as a String.voidsetCategory(String cat)Set the category as a String.
- 
Field Details- 
m_CategoryString m_CategoryInternal value for the String for the category.
 
- 
- 
Constructor Details- 
RepInfoCategoryImpl1public RepInfoCategoryImpl1()
 
- 
- 
Method Details- 
getCategoryReturns the category as a String.- Specified by:
- getCategoryin interface- RepInfoCategory
- Returns:
- The category as a String.
 
- 
setCategorySet the category as a String.- Specified by:
- setCategoryin interface- RepInfoCategory
- Parameters:
- cat- The category as a String.
 
 
-