com.ptc.wvs.server.util
Class NameValue

java.lang.Object
  extended bycom.ptc.wvs.server.util.NameValue

public class NameValue
extends Object


Field Summary
private  String name
           
private  String value
           
 
Constructor Summary
NameValue(String pair)
           
 
Method Summary
 String getName()
           
 String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

private String name

value

private String value
Constructor Detail

NameValue

public NameValue(String pair)
Method Detail

getName

public String getName()

getValue

public String getValue()