org.shept.org.springframework.web.servlet.mvc.support
Class RequestValueUtils.KeyValueParameter
java.lang.Object
org.shept.org.springframework.web.servlet.mvc.support.RequestValueUtils.KeyValueParameter
- Enclosing class:
- RequestValueUtils
public static class RequestValueUtils.KeyValueParameter
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
key
private String key
value
private String value
RequestValueUtils.KeyValueParameter
public RequestValueUtils.KeyValueParameter()
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.