com.stimulsoft.report.dictionary.data
Class DataRelation

java.lang.Object
  extended by com.stimulsoft.report.dictionary.data.DataRelation
All Implemented Interfaces:
IStiName

public class DataRelation
extends java.lang.Object
implements IStiName


Field Summary
 DataKey childKey
           
 DataKey parentKey
           
 
Constructor Summary
DataRelation()
           
 
Method Summary
 java.util.ArrayList<DataRow> getChildRows()
           
 java.lang.String getName()
           
 java.util.ArrayList<DataRow> getParentRows()
           
 void setName(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parentKey

public DataKey parentKey

childKey

public DataKey childKey
Constructor Detail

DataRelation

public DataRelation()
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface IStiName

setName

public void setName(java.lang.String name)
Specified by:
setName in interface IStiName

getChildRows

public java.util.ArrayList<DataRow> getChildRows()

getParentRows

public java.util.ArrayList<DataRow> getParentRows()