|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jasperreports.engine.base.JRBaseField
public class JRBaseField
| Field Summary | |
|---|---|
protected String |
description
|
protected String |
name
|
protected JRPropertiesMap |
propertiesMap
|
static String |
PROPERTY_DESCRIPTION
|
protected Class<?> |
valueClass
|
protected String |
valueClassName
|
protected String |
valueClassRealName
|
| Constructor Summary | |
|---|---|
protected |
JRBaseField()
|
protected |
JRBaseField(JRField field,
JRBaseObjectFactory factory)
|
| Method Summary | |
|---|---|
Object |
clone()
|
String |
getDescription()
Gets the field optional description. |
JRPropertyChangeSupport |
getEventSupport()
Returns the property change support object for this instance. |
String |
getName()
Gets the field unique name. |
JRPropertiesHolder |
getParentProperties()
Returns the parent properties holder, whose properties are used as defaults for this object. |
JRPropertiesMap |
getPropertiesMap()
Returns this object's properties map. |
Class<?> |
getValueClass()
Gets the field value class. |
String |
getValueClassName()
Gets the field value class name. |
boolean |
hasProperties()
Checks whether the object has any properties. |
void |
setDescription(String description)
Sets the field description. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String PROPERTY_DESCRIPTION
protected String name
protected String description
protected String valueClassName
protected String valueClassRealName
protected transient Class<?> valueClass
protected JRPropertiesMap propertiesMap
| Constructor Detail |
|---|
protected JRBaseField()
protected JRBaseField(JRField field,
JRBaseObjectFactory factory)
| Method Detail |
|---|
public String getName()
JRField
getName in interface JRFieldpublic String getDescription()
JRField
getDescription in interface JRFieldpublic void setDescription(String description)
JRField
setDescription in interface JRFieldpublic Class<?> getValueClass()
JRField
getValueClass in interface JRFieldpublic String getValueClassName()
JRField
getValueClassName in interface JRFieldpublic boolean hasProperties()
JRPropertiesHolder
hasProperties in interface JRPropertiesHolderpublic JRPropertiesMap getPropertiesMap()
JRPropertiesHolder
getPropertiesMap in interface JRPropertiesHolderpublic JRPropertiesHolder getParentProperties()
JRPropertiesHolder
getParentProperties in interface JRPropertiesHoldernull if no parentpublic Object clone()
clone in interface JRCloneableclone in class Objectpublic JRPropertyChangeSupport getEventSupport()
JRChangeEventsSupport
getEventSupport in interface JRChangeEventsSupport
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||