Package net.sf.jasperreports.engine.util
Class ElementalPropertiesHolder
java.lang.Object
net.sf.jasperreports.engine.util.ElementalPropertiesHolder
- All Implemented Interfaces:
JRPropertiesHolder
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the parent properties holder, whose properties are used as defaults for this object.Returns this object's properties map.boolean
Checks whether the object has any properties.
-
Constructor Details
-
ElementalPropertiesHolder
public ElementalPropertiesHolder() -
ElementalPropertiesHolder
-
-
Method Details
-
hasProperties
public boolean hasProperties()Description copied from interface:JRPropertiesHolder
Checks whether the object has any properties.- Specified by:
hasProperties
in interfaceJRPropertiesHolder
- Returns:
- whether the object has any properties
-
getPropertiesMap
Description copied from interface:JRPropertiesHolder
Returns this object's properties map.- Specified by:
getPropertiesMap
in interfaceJRPropertiesHolder
- Returns:
- this object's properties map
-
getParentProperties
Description copied from interface:JRPropertiesHolder
Returns the parent properties holder, whose properties are used as defaults for this object.- Specified by:
getParentProperties
in interfaceJRPropertiesHolder
- Returns:
- the parent properties holder, or
null
if no parent
-