com.stimulsoft.report.json.datahelp
Class StiJsonRelationData

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

public class StiJsonRelationData
extends java.lang.Object

Copyright Stimulsoft


Constructor Summary
StiJsonRelationData()
           
 
Method Summary
 StiDataColumn getChildColumn()
           
 DataTable getChildTable()
           
 java.lang.String getParentTableName()
           
 void setChildColumn(StiDataColumn childColumn)
           
 void setChildTable(DataTable childTable)
           
 void setParentTableName(java.lang.String parentTableName)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiJsonRelationData

public StiJsonRelationData()
Method Detail

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 java.lang.String getParentTableName()
Returns:
the parentTableName

setParentTableName

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