net.sf.jasperreports.engine
Class JRPropertiesUtil.PropertySuffix

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

public static class JRPropertiesUtil.PropertySuffix
extends Object

Class used by JRPropertiesUtil.getProperties(String).

Author:
Lucian Chirita

Field Summary
protected  String key
           
protected  String suffix
           
protected  String value
           
 
Constructor Summary
JRPropertiesUtil.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

JRPropertiesUtil.PropertySuffix

public JRPropertiesUtil.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.