Class DomainSchemaTemplate

java.lang.Object
com.aquima.interactions.test.templates.AbstractReportingTemplate
com.aquima.interactions.test.templates.communication.DomainSchemaTemplate

public class DomainSchemaTemplate extends AbstractReportingTemplate
Template for building a data contract.
Since:
9.3
Author:
A.Pragt
  • Constructor Details

    • DomainSchemaTemplate

      public DomainSchemaTemplate(com.aquima.interactions.foundation.report.IInitializationReport report, String name, String rootEntity, String rootName, Boolean isRootEntityHidden)
  • Method Details

    • getName

      protected String getName()
    • getRootEntity

      protected String getRootEntity()
    • getIsRootEntityHidden

      protected Boolean getIsRootEntityHidden()
    • getRootName

      protected String getRootName()
    • getRootObject

      public DomainObjectTemplate getRootObject()
      Returns the root object template.
      Returns:
      The template for modification, never null.
    • toDataSource

      protected com.aquima.interactions.communication.ds.IDomainSchemaDS toDataSource()