org.jenkinsci.plugins.utils
Class Param

java.lang.Object
  extended by org.jenkinsci.plugins.utils.Param

public class Param
extends Object


Constructor Summary
Param()
           
Param(String n, String v, String t)
           
 
Method Summary
 String getName()
           
 String getType()
           
 String getValue()
           
 void setName(String n)
           
 void setType(String t)
           
 void setValue(String v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Param

public Param()

Param

public Param(String n,
             String v,
             String t)
Method Detail

setName

public void setName(String n)

getName

public String getName()

setValue

public void setValue(String v)

getValue

public String getValue()

setType

public void setType(String t)

getType

public String getType()


Copyright © 2004-2014. All Rights Reserved.