asit.common
Class NameValuePair
java.lang.Object
asit.common.NameValuePair
- public class NameValuePair
- extends Object
- Author:
- atauber
TODO To change the template for this generated type comment go to
Window - Preferences - Java - Code Style - Code Templates
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name_
protected String name_
value_
protected Object value_
NameValuePair
public NameValuePair(String name,
Object value)
getName
public String getName()
setName
public void setName(String name)
setValue
public void setValue(Object object)
getValue
public Object getValue()
Copyright 2007 Institut fuer Angewandte Informationsverarbeitung und Kommunikationstechnologie. All Rights Reserved.