Expresso 5-5-0

com.jcorporate.expresso.core.misc
Class ConfigCustomProperty

java.lang.Object
  extended bycom.jcorporate.expresso.core.misc.ConfigCustomProperty

public class ConfigCustomProperty
extends Object


Constructor Summary
ConfigCustomProperty()
           
ConfigCustomProperty(String pname, String pvalue)
           
 
Method Summary
 String getName()
           
 String getValue()
           
 void setName(String newName)
           
 void setValue(String newValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigCustomProperty

public ConfigCustomProperty()

ConfigCustomProperty

public ConfigCustomProperty(String pname,
                            String pvalue)
Method Detail

setName

public void setName(String newName)

setValue

public void setValue(String newValue)

getName

public String getName()

getValue

public String getValue()

Expresso 5-5-0

Please see www.jcorporate.com for information about new Expresso releases.