com.ingenta.workbench.data
Class ServiceParameter
java.lang.Object
com.ingenta.workbench.data.ServiceParameter
- public class ServiceParameter
- extends java.lang.Object
|
Constructor Summary |
ServiceParameter(java.lang.String name,
java.lang.String htmlType,
java.lang.String defaultValue,
java.util.ArrayList options)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceParameter
public ServiceParameter(java.lang.String name,
java.lang.String htmlType,
java.lang.String defaultValue,
java.util.ArrayList options)
getName
public java.lang.String getName()
getHtmlType
public java.lang.String getHtmlType()
getDefaultValue
public java.lang.String getDefaultValue()
getOptions
public java.util.ArrayList getOptions()
setValue
public void setValue(java.lang.String value)
getValue
public java.lang.String getValue()