Class StiJsonRelationData

java.lang.Object
com.stimulsoft.report.json.datahelp.StiJsonRelationData

public class StiJsonRelationData extends Object
Copyright Stimulsoft
  • Constructor Details

    • StiJsonRelationData

      public StiJsonRelationData()
  • Method Details

    • getChildColumn

      public StiDataColumn getChildColumn()
      Returns:
      the childColumn
    • setChildColumn

      public void setChildColumn(StiDataColumn childColumn)
      Parameters:
      childColumn - the childColumn to set
    • getChildTable

      public DataTable getChildTable()
      Returns:
      the childTable
    • setChildTable

      public void setChildTable(DataTable childTable)
      Parameters:
      childTable - the childTable to set
    • getParentTableName

      public String getParentTableName()
      Returns:
      the parentTableName
    • setParentTableName

      public void setParentTableName(String parentTableName)
      Parameters:
      parentTableName - the parentTableName to set