public class ValuePair extends Object
Constructor and Description |
---|
ValuePair(String oldValue,
String newValue) |
Modifier and Type | Method and Description |
---|---|
String |
getNewV()
Returns the newV.
|
String |
getOldV()
Returns the oldV.
|
void |
setNewV(String newV)
Sets the newV.
|
void |
setOldV(String oldV)
Sets the oldV.
|
public String getNewV()
public String getOldV()
public void setNewV(String newV)
newV
- The newV to setpublic void setOldV(String oldV)
oldV
- The oldV to setCopyright © 2006–2021 The Apache Software Foundation. All rights reserved.