net.sf.jpkgmk.util
Class StringUtil.KeyValuePair

java.lang.Object
  extended by net.sf.jpkgmk.util.StringUtil.KeyValuePair
Enclosing class:
StringUtil

public static class StringUtil.KeyValuePair
extends java.lang.Object

Simple object associating a key with a value


Field Summary
static java.lang.String ASSIGNMENT_CHAR
          Constant for the '=' character
 
Constructor Summary
StringUtil.KeyValuePair(java.lang.String key, java.lang.String value)
           
 
Method Summary
 java.lang.String getKey()
           
 java.lang.String getValue()
           
 void setKey(java.lang.String key)
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ASSIGNMENT_CHAR

public static final java.lang.String ASSIGNMENT_CHAR
Constant for the '=' character

See Also:
Constant Field Values
Constructor Detail

StringUtil.KeyValuePair

public StringUtil.KeyValuePair(java.lang.String key,
                               java.lang.String value)
Parameters:
key - Key must not be null
value - value can be null
Method Detail

getKey

public java.lang.String getKey()

setKey

public void setKey(java.lang.String key)

getValue

public java.lang.String getValue()

setValue

public void setValue(java.lang.String value)


Copyright © 2007-2008. All Rights Reserved.