net.sf.jabb.util.bean
Class StringKeyValueBean

java.lang.Object
  extended by net.sf.jabb.util.bean.DoubleValueBean<K,V>
      extended by net.sf.jabb.util.bean.KeyValueBean<String,String>
          extended by net.sf.jabb.util.bean.StringKeyValueBean
All Implemented Interfaces:
Serializable

public class StringKeyValueBean
extends KeyValueBean<String,String>

Short for KeyValueBean

Author:
James Hu
See Also:
Serialized Form

Constructor Summary
StringKeyValueBean()
           
StringKeyValueBean(String k, String v)
           
 
Method Summary
 
Methods inherited from class net.sf.jabb.util.bean.KeyValueBean
getKey, getValue, setKey, setValue
 
Methods inherited from class net.sf.jabb.util.bean.DoubleValueBean
getValue1, getValue2, setValue1, setValue2, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StringKeyValueBean

public StringKeyValueBean()

StringKeyValueBean

public StringKeyValueBean(String k,
                          String v)


Copyright © 2012. All Rights Reserved.