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 Summary
Fields Modifier and Type Field Description (package private) String
m_Category
Internal value for the String for the category. -
Constructor Summary
Constructors Constructor Description RepInfoCategoryImpl1()
-
Method Summary
Modifier and Type Method Description String
getCategory()
Returns the category as a String.void
setCategory(String cat)
Set the category as a String.
-
Field Details
-
m_Category
String m_CategoryInternal value for the String for the category.
-
-
Constructor Details
-
RepInfoCategoryImpl1
public RepInfoCategoryImpl1()
-
-
Method Details
-
getCategory
Returns the category as a String.- Specified by:
getCategory
in interfaceRepInfoCategory
- Returns:
- The category as a String.
-
setCategory
Set the category as a String.- Specified by:
setCategory
in interfaceRepInfoCategory
- Parameters:
cat
- The category as a String.
-