org.apache.ideaplugin.bean
Class ParameterObj

java.lang.Object
  extended by org.apache.ideaplugin.bean.ParameterObj

public class ParameterObj
extends Object


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

Constructor Detail

ParameterObj

public ParameterObj(String name,
                    String value)
Method Detail

setName

public void setName(String name)

setValue

public void setValue(String value)

getName

public String getName()

getValue

public String getValue()


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.