public class RelatedReportField
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
RelatedReportField() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getChildFilterId()
Get the filter id for the child report
|
java.lang.Integer |
getParentFilterId()
Get the field id for the parent report
|
void |
setChildFilterId(java.lang.Integer childFilterId)
Set the filter id for the filter in the child report
|
void |
setParentFieldId(java.lang.Integer parentFilterId)
Set the field id for the filter in the parent report
|
public java.lang.Integer getParentFilterId()
public void setParentFieldId(java.lang.Integer parentFilterId)
parentFilterId - the field id in the parent reportpublic java.lang.Integer getChildFilterId()
public void setChildFilterId(java.lang.Integer childFilterId)
parentFilterId - the filter id in the child report