java.lang.Object
com.aquima.interactions.foundation.report.Category
All Implemented Interfaces:
Serializable, Comparable<Category>

public class Category extends Object implements Serializable, Comparable<Category>
This class is used to define a log category. Usually a log category represents a component.
Since:
5.1
Author:
O. Kerpershoek
See Also:
  • Constructor Details

    • Category

      public Category(String name)
      Constructs the category with it's name.
      Parameters:
      name - The name of the category (mandatory).
  • Method Details