Package net.sf.jasperreports.engine
Class JRPrintHyperlinkParameter
java.lang.Object
net.sf.jasperreports.engine.JRPrintHyperlinkParameter
- All Implemented Interfaces:
Serializable
,VirtualizationSerializable
public class JRPrintHyperlinkParameter
extends Object
implements Serializable, VirtualizationSerializable
A parameter of the hyperlink associated to a print element.
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreates a blank parameter.JRPrintHyperlinkParameter
(String name, String valueClass, Object value) Creates a parameter and initializes its properties. -
Method Summary
Modifier and TypeMethodDescriptiongetName()
Returns the parameter name.getValue()
Returns the parameter value.Returns the parameter value class name.void
void
Sets the parameter name.void
Sets the parameter value.void
setValueClass
(String valueClass) Sets the parameter value class.void
-
Field Details
-
DEFAULT_VALUE_CLASS
-
-
Constructor Details
-
JRPrintHyperlinkParameter
public JRPrintHyperlinkParameter()Creates a blank parameter. -
JRPrintHyperlinkParameter
Creates a parameter and initializes its properties.- Parameters:
name
- the parameter namevalueClass
- the parameter value classvalue
- the parameter value
-
-
Method Details
-
getName
Returns the parameter name.- Returns:
- the parameter name
- See Also:
-
getValueClass
Returns the parameter value class name.- Returns:
- the parameter value class
- See Also:
-
getValue
Returns the parameter value.- Returns:
- the parameter value
- See Also:
-
setName
Sets the parameter name.- Parameters:
name
- the name
-
setValueClass
Sets the parameter value class.- Parameters:
valueClass
- the value class name
-
setValue
Sets the parameter value.- Parameters:
value
- the value
-
writeVirtualized
- Specified by:
writeVirtualized
in interfaceVirtualizationSerializable
- Throws:
IOException
-
readVirtualized
- Specified by:
readVirtualized
in interfaceVirtualizationSerializable
- Throws:
IOException
-