dori.jasper.engine.fill
Class JRFillField

java.lang.Object
  extended bydori.jasper.engine.fill.JRFillField
All Implemented Interfaces:
JRField

public class JRFillField
extends java.lang.Object
implements JRField


Field Summary
protected  JRField parent
           
 
Constructor Summary
protected JRFillField(JRField field, JRFillObjectFactory factory)
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String getName()
           
 java.lang.Object getOldValue()
           
 java.lang.Object getValue()
           
 java.lang.Class getValueClass()
           
 java.lang.String getValueClassName()
           
 void setDescription(java.lang.String 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()
Specified by:
getName in interface JRField

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface JRField

setDescription

public void setDescription(java.lang.String description)
Specified by:
setDescription in interface JRField

getValueClass

public java.lang.Class getValueClass()
Specified by:
getValueClass in interface JRField

getValueClassName

public java.lang.String getValueClassName()
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)


Copyright © 2001-2004 Teodor Danciu. All Rights Reserved.