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 Details

    • m_Category

      String m_Category
      Internal value for the String for the category.
  • Constructor Details

    • RepInfoCategoryImpl1

      public RepInfoCategoryImpl1()
  • Method Details

    • getCategory

      public String getCategory()
      Returns the category as a String.
      Specified by:
      getCategory in interface RepInfoCategory
      Returns:
      The category as a String.
    • setCategory

      public void setCategory​(String cat)
      Set the category as a String.
      Specified by:
      setCategory in interface RepInfoCategory
      Parameters:
      cat - The category as a String.