net.sf.jasperreports.engine.fill
Class JRFillField

java.lang.Object
  extended bynet.sf.jasperreports.engine.fill.JRFillField
All Implemented Interfaces:
JRField

public class JRFillField
extends java.lang.Object
implements JRField

Version:
$Id: JRFillField.java,v 1.9 2005/06/27 07:16:19 teodord Exp $
Author:
Teodor Danciu (teodord@users.sourceforge.net)

Field Summary
protected  JRField parent
           
 
Constructor Summary
protected JRFillField(JRField field, JRFillObjectFactory factory)
           
 
Method Summary
 java.lang.String getDescription()
          Gets the field optional description.
 java.lang.String getName()
          Gets the field unique name.
 java.lang.Object getOldValue()
           
 java.lang.Object getValue()
           
 java.lang.Class getValueClass()
          Gets the field value class.
 java.lang.String getValueClassName()
          Gets the field value class name.
 void setDescription(java.lang.String description)
          Sets the field description.
 void setOldValue(java.lang.Object oldValue)
           
 void setValue(java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parent

protected JRField parent
Constructor Detail

JRFillField

protected JRFillField(JRField field,
                      JRFillObjectFactory factory)
Method Detail

getName

public java.lang.String getName()
Description copied from interface: JRField
Gets the field unique name.

Specified by:
getName in interface JRField

getDescription

public java.lang.String getDescription()
Description copied from interface: JRField
Gets the field optional description.

Specified by:
getDescription in interface JRField

setDescription

public void setDescription(java.lang.String description)
Description copied from interface: JRField
Sets the field description.

Specified by:
setDescription in interface JRField

getValueClass

public java.lang.Class getValueClass()
Description copied from interface: JRField
Gets the field value class. Field types cannot be primitives.

Specified by:
getValueClass in interface JRField

getValueClassName

public java.lang.String getValueClassName()
Description copied from interface: JRField
Gets the field value class name.

Specified by:
getValueClassName in interface JRField

getOldValue

public java.lang.Object getOldValue()

setOldValue

public void setOldValue(java.lang.Object oldValue)

getValue

public java.lang.Object getValue()

setValue

public void setValue(java.lang.Object value)


© 2001-2005 JasperSoft Corporation www.jaspersoft.com