Class StiJsonRelationData
java.lang.Object
com.stimulsoft.report.json.datahelp.StiJsonRelationData
Copyright Stimulsoft
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetChildColumn(StiDataColumn childColumn) voidsetChildTable(DataTable childTable) voidsetParentTableName(String parentTableName)
-
Constructor Details
-
StiJsonRelationData
public StiJsonRelationData()
-
-
Method Details
-
getChildColumn
- Returns:
- the childColumn
-
setChildColumn
- Parameters:
childColumn- the childColumn to set
-
getChildTable
- Returns:
- the childTable
-
setChildTable
- Parameters:
childTable- the childTable to set
-
getParentTableName
- Returns:
- the parentTableName
-
setParentTableName
- Parameters:
parentTableName- the parentTableName to set
-