|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jasperreports.engine.fill.JRFillField
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 |
protected JRField parent
Constructor Detail |
protected JRFillField(JRField field, JRFillObjectFactory factory)
Method Detail |
public java.lang.String getName()
JRField
getName
in interface JRField
public java.lang.String getDescription()
JRField
getDescription
in interface JRField
public void setDescription(java.lang.String description)
JRField
setDescription
in interface JRField
public java.lang.Class getValueClass()
JRField
getValueClass
in interface JRField
public java.lang.String getValueClassName()
JRField
getValueClassName
in interface JRField
public java.lang.Object getOldValue()
public void setOldValue(java.lang.Object oldValue)
public java.lang.Object getValue()
public void setValue(java.lang.Object value)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |