net.sf.jasperreports.engine.fill
Class JRFillScriptlet
java.lang.Object
net.sf.jasperreports.engine.fill.JRFillScriptlet
- All Implemented Interfaces:
- Cloneable, JRCloneable, JRPropertiesHolder, JRScriptlet
public class JRFillScriptlet
- extends Object
- implements JRScriptlet
- Version:
- $Id: JRFillScriptlet.java 4595 2011-09-08 15:55:10Z teodord $
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
parent
protected JRScriptlet parent
JRFillScriptlet
protected JRFillScriptlet(JRScriptlet parent,
JRFillObjectFactory factory)
getName
public String getName()
- Specified by:
getName in interface JRScriptlet
getDescription
public String getDescription()
- Specified by:
getDescription in interface JRScriptlet
setDescription
public void setDescription(String description)
- Specified by:
setDescription in interface JRScriptlet
getValueClass
public Class<?> getValueClass()
- Specified by:
getValueClass in interface JRScriptlet
getValueClassName
public String getValueClassName()
- Specified by:
getValueClassName in interface JRScriptlet
getScriptlet
public JRAbstractScriptlet getScriptlet()
setScriptlet
public void setScriptlet(JRAbstractScriptlet scriptlet)
hasProperties
public boolean hasProperties()
- Description copied from interface:
JRPropertiesHolder
- Checks whether the object has any properties.
- Specified by:
hasProperties in interface JRPropertiesHolder
- Returns:
- whether the object has any properties
getPropertiesMap
public JRPropertiesMap getPropertiesMap()
- Description copied from interface:
JRPropertiesHolder
- Returns this object's properties map.
- Specified by:
getPropertiesMap in interface JRPropertiesHolder
- Returns:
- this object's properties map
getParentProperties
public JRPropertiesHolder getParentProperties()
- Description copied from interface:
JRPropertiesHolder
- Returns the parent properties holder, whose properties are used as defaults
for this object.
- Specified by:
getParentProperties in interface JRPropertiesHolder
- Returns:
- the parent properties holder, or
null if no parent
clone
public Object clone()
- Specified by:
clone in interface JRCloneable- Overrides:
clone in class Object
Copyright © 2012. All Rights Reserved.