com.ontimize.report.engine.dynamicjasper
Class CustomField
java.lang.Object
com.ontimize.report.engine.dynamicjasper.CustomField
- public class CustomField
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NAME_KEY
public static final java.lang.String NAME_KEY
- See Also:
- Constant Field Values
DESCRIPTION_KEY
public static final java.lang.String DESCRIPTION_KEY
- See Also:
- Constant Field Values
VALUE_CLASS_KEY
public static final java.lang.String VALUE_CLASS_KEY
- See Also:
- Constant Field Values
VALUE_CLASS_NAME_KEY
public static final java.lang.String VALUE_CLASS_NAME_KEY
- See Also:
- Constant Field Values
PROPERTIES_MAP_KEY
public static final java.lang.String PROPERTIES_MAP_KEY
- See Also:
- Constant Field Values
name
protected java.lang.String name
description
protected java.lang.String description
valueClass
protected java.lang.Class valueClass
valueClassName
protected java.lang.String valueClassName
propertiesMap
protected JRPropertiesMap propertiesMap
CustomField
public CustomField(java.util.Map m)
throws java.lang.IllegalArgumentException
getDescription
public java.lang.String getDescription()
getName
public java.lang.String getName()
getValueClass
public java.lang.Class getValueClass()
getValueClassName
public java.lang.String getValueClassName()
getParentProperties
public JRPropertiesHolder getParentProperties()
hasProperties
public boolean hasProperties()
getPropertiesMap
public JRPropertiesMap getPropertiesMap()
setDescription
public void setDescription(java.lang.String description)
toString
public java.lang.String toString()
clone
public java.lang.Object clone()