net.sf.jasperreports.engine.design
Class JRDesignSubreportReturnValue

java.lang.Object
  extended bynet.sf.jasperreports.engine.base.JRBaseSubreportReturnValue
      extended bynet.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.3 2005/09/07 13:58:25 teodord Exp $
Author:
Lucian Chirita (lucianc@users.sourceforge.net)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.sf.jasperreports.engine.base.JRBaseSubreportReturnValue
calculation, incrementerFactoryClassName, subreportVariable, toVariable
 
Constructor Summary
JRDesignSubreportReturnValue()
           
 
Method Summary
 void setCalculation(byte calculation)
          Sets the calculation type.
 void setIncrementerFactoryClassName(java.lang.String incrementerFactoryClassName)
          Sets the incrementer factory class name.
 void setSubreportVariable(java.lang.String name)
          Sets the subreport variable name.
 void setToVariable(java.lang.String name)
          Sets the master variable name.
 
Methods inherited from class net.sf.jasperreports.engine.base.JRBaseSubreportReturnValue
getCalculation, getIncrementerFactoryClassName, getSubreportVariable, getToVariable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JRDesignSubreportReturnValue

public JRDesignSubreportReturnValue()
Method Detail

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