Class JustificationDS

java.lang.Object
com.aquima.interactions.ds.JustificationDS
All Implemented Interfaces:
IJustificationDS

public class JustificationDS extends Object implements IJustificationDS
Datasource for a justification.
Since:
7.3
Author:
Danny Roest
  • Constructor Details

  • Method Details

    • getAttribute

      public String getAttribute()
      Description copied from interface: IJustificationDS
      Returns the name of the attribute for which the justification is added. This should never be null.
      Specified by:
      getAttribute in interface IJustificationDS
      Returns:
      the name of the attribute for which the justification is added.
    • getId

      public String getId()
      Description copied from interface: IJustificationDS
      Returns the id of the justification or null if the id is not specified.
      Specified by:
      getId in interface IJustificationDS
      Returns:
      the id of the justification.
    • getTextId

      public String getTextId()
      Description copied from interface: IJustificationDS
      Returns the text id containing the justification explanation. The text id usually is the asset name or content item name containing the justification explanation.
      Specified by:
      getTextId in interface IJustificationDS
      Returns:
      the text id object containing the justification explanation.