net.sf.jasperreports.engine.util
Class JRProperties.PropertySuffix

java.lang.Object
  extended by net.sf.jasperreports.engine.util.JRProperties.PropertySuffix
Enclosing class:
JRProperties

public static class JRProperties.PropertySuffix
extends Object

Class used by JRProperties.getProperties(String).

Author:
Lucian Chirita

Field Summary
protected  String key
           
protected  String suffix
           
protected  String value
           
 
Constructor Summary
JRProperties.PropertySuffix(String key, String suffix, String value)
           
 
Method Summary
 String getKey()
           
 String getSuffix()
           
 String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

protected final String key

suffix

protected final String suffix

value

protected final String value
Constructor Detail

JRProperties.PropertySuffix

public JRProperties.PropertySuffix(String key,
                                   String suffix,
                                   String value)
Method Detail

getKey

public String getKey()

getSuffix

public String getSuffix()

getValue

public String getValue()


Copyright © 2012. All Rights Reserved.