net.sf.jasperreports.engine.util
Class JRProperties.PropertySuffix
java.lang.Object
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
| 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
JRProperties.PropertySuffix
public JRProperties.PropertySuffix(String key,
String suffix,
String value)
getKey
public String getKey()
getSuffix
public String getSuffix()
getValue
public String getValue()
Copyright © 2012. All Rights Reserved.