org.apache.ideaplugin.bean
Class ParameterObj
java.lang.Object
org.apache.ideaplugin.bean.ParameterObj
public class ParameterObj
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParameterObj
public ParameterObj(String name,
String value)
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.