net.sf.jasperreports.engine
Class JRPropertiesUtil.PropertySuffix
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
key
protected final String key
suffix
protected final String suffix
value
protected final String value
JRPropertiesUtil.PropertySuffix
public JRPropertiesUtil.PropertySuffix(String key,
String suffix,
String value)
getKey
public String getKey()
getSuffix
public String getSuffix()
getValue
public String getValue()
Copyright © 2012. All Rights Reserved.