net.sf.jasperreports.engine.design
Class JRDesignSubreportReturnValue
java.lang.Object
net.sf.jasperreports.engine.base.JRBaseSubreportReturnValue
net.sf.jasperreports.engine.design.JRDesignSubreportReturnValue
- All Implemented Interfaces:
- JRSubreportReturnValue, java.io.Serializable
- public class JRDesignSubreportReturnValue
- extends JRBaseSubreportReturnValue
Implementation of JRSubreportReturnValue
to be used for report desing purposes.
- Version:
- $Id: JRDesignSubreportReturnValue.java,v 1.4 2005/10/09 21:34:26 teodord Exp $
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JRDesignSubreportReturnValue
public JRDesignSubreportReturnValue()
setSubreportVariable
public void setSubreportVariable(java.lang.String name)
- Sets the subreport variable name.
- Parameters:
name
- the variable name- See Also:
JRSubreportReturnValue.getSubreportVariable()
setToVariable
public void setToVariable(java.lang.String name)
- Sets the master variable name.
- Parameters:
name
- the variable name- See Also:
JRSubreportReturnValue.getToVariable()
setCalculation
public void setCalculation(byte calculation)
- Sets the calculation type.
- Parameters:
calculation
- the calculation type- See Also:
JRSubreportReturnValue.getCalculation()
setIncrementerFactoryClassName
public void setIncrementerFactoryClassName(java.lang.String incrementerFactoryClassName)
- Sets the incrementer factory class name.
- Parameters:
incrementerFactoryClassName
- the name of the incrementer factory class- See Also:
JRSubreportReturnValue.getIncrementerFactoryClassName()
© 2001-2005 JasperSoft Corporation www.jaspersoft.com