org.naftulin.configmgr.content
Class NameValuePairImpl
java.lang.Object
org.naftulin.configmgr.content.NameValuePairImpl
- All Implemented Interfaces:
- java.io.Serializable
public class NameValuePairImpl
- extends java.lang.Object
- implements java.io.Serializable
Simple value-pair class, follows the value object pattern.
- Since:
- 1.0
- Author:
- Henry Naftulin
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NameValuePairImpl
public NameValuePairImpl()
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getValue
public java.lang.String getValue()
setValue
public void setValue(java.lang.String value)
Copyright © 2009. All Rights Reserved.