autohit.common
Class NVPair

java.lang.Object
  extended byautohit.common.NVPair
All Implemented Interfaces:
java.io.Serializable

public class NVPair
extends java.lang.Object
implements java.io.Serializable

Name value pair

Version:
1.0 Version History EPG - Rewrite - 16Apr03
Author:
Erich P. Gatejen
See Also:
Serialized Form

Field Summary
 java.lang.String name
          Name
 java.lang.String value
          Value
 
Constructor Summary
NVPair()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name
Name


value

public java.lang.String value
Value

Constructor Detail

NVPair

public NVPair()


Test.