|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jasperreports.engine.base.JRBaseField
Field Summary | |
protected java.lang.String |
description
|
protected java.lang.String |
name
|
protected java.lang.Class |
valueClass
|
protected java.lang.String |
valueClassName
|
Constructor Summary | |
protected |
JRBaseField()
|
protected |
JRBaseField(JRField field,
JRBaseObjectFactory factory)
|
Method Summary | |
java.lang.String |
getDescription()
Gets the field optional description. |
java.lang.String |
getName()
Gets the field unique name. |
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.lang.String name
protected java.lang.String description
protected java.lang.String valueClassName
protected transient java.lang.Class valueClass
Constructor Detail |
protected JRBaseField()
protected JRBaseField(JRField field, JRBaseObjectFactory 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
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |