asit.common
Class NameValuePair

java.lang.Object
  extended byasit.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

Field Summary
protected  String name_
           
protected  Object value_
           
 
Constructor Summary
NameValuePair(String name, Object value)
           
 
Method Summary
 String getName()
           
 Object getValue()
           
 void setName(String name)
           
 void setValue(Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name_

protected String name_

value_

protected Object value_
Constructor Detail

NameValuePair

public NameValuePair(String name,
                     Object value)
Method Detail

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.