Class JustificationTreeMappingTemplate

java.lang.Object
com.aquima.interactions.test.templates.mapping.JustificationTreeMappingTemplate
All Implemented Interfaces:
com.aquima.interactions.mapping.ds.IJustificationTreeMappingDS

public class JustificationTreeMappingTemplate extends Object implements com.aquima.interactions.mapping.ds.IJustificationTreeMappingDS
Since:
11.1
Author:
Mihai Bob
  • Constructor Details

    • JustificationTreeMappingTemplate

      public JustificationTreeMappingTemplate(String entity, String attribute, String depth, String assetFormat)
  • Method Details

    • getEntity

      public String getEntity()
      Specified by:
      getEntity in interface com.aquima.interactions.mapping.ds.IJustificationTreeMappingDS
    • setEntity

      public void setEntity(String entity)
    • getAttribute

      public String getAttribute()
      Specified by:
      getAttribute in interface com.aquima.interactions.mapping.ds.IJustificationTreeMappingDS
    • setAttribute

      public void setAttribute(String attribute)
    • getDepth

      public String getDepth()
      Specified by:
      getDepth in interface com.aquima.interactions.mapping.ds.IJustificationTreeMappingDS
    • setDepth

      public void setDepth(String depth)
    • getAssetFormat

      public String getAssetFormat()
      Specified by:
      getAssetFormat in interface com.aquima.interactions.mapping.ds.IJustificationTreeMappingDS
    • setAssetFormat

      public void setAssetFormat(String assetFormat)