org.shept.org.springframework.web.servlet.mvc.support
Class RequestValueUtils.KeyValueParameter

java.lang.Object
  extended by org.shept.org.springframework.web.servlet.mvc.support.RequestValueUtils.KeyValueParameter
Enclosing class:
RequestValueUtils

public static class RequestValueUtils.KeyValueParameter
extends Object


Field Summary
private  String key
           
private  String value
           
 
Constructor Summary
RequestValueUtils.KeyValueParameter()
           
 
Method Summary
 String getKey()
           
 String getValue()
           
 void setKey(String key)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

private String key

value

private String value
Constructor Detail

RequestValueUtils.KeyValueParameter

public RequestValueUtils.KeyValueParameter()
Method Detail

getKey

public String getKey()
Returns:
the key

setKey

public void setKey(String key)
Parameters:
key - the key to set

getValue

public String getValue()
Returns:
the value

setValue

public void setValue(String value)
Parameters:
value - the value to set


Copyright © 2011. All Rights Reserved.