org.xerial.util.bean.impl
Class KeyValuePair

java.lang.Object
  extended by org.xerial.util.bean.impl.KeyValuePair

public class KeyValuePair
extends Object

Key and value pair structure for preparing data object for MapPutter

Author:
leo

Field Summary
 MapPutter mapPutter
           
 
Constructor Summary
KeyValuePair(MapPutter mapPutter)
           
KeyValuePair(MapPutter mapPutter, Class keyType, Class valueType)
           
 
Method Summary
 Object getKey()
           
 Object getValue()
           
 Class keyType()
           
 Method putter()
           
 void setKey(Object key)
           
 void setValue(Object value)
           
 Class valueType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mapPutter

public final MapPutter mapPutter
Constructor Detail

KeyValuePair

public KeyValuePair(MapPutter mapPutter)

KeyValuePair

public KeyValuePair(MapPutter mapPutter,
                    Class keyType,
                    Class valueType)
Method Detail

keyType

public Class keyType()

valueType

public Class valueType()

putter

public Method putter()

getKey

public Object getKey()

setKey

public void setKey(Object key)

getValue

public Object getValue()

setValue

public void setValue(Object value)


Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 2.1 Japan License.