public class CParam
extends java.lang.Object
Constructor and Description |
---|
CParam(java.lang.String type,
int id,
java.lang.String name,
java.lang.String value,
boolean readOnly) |
CParam(java.lang.String name,
java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
int |
getId()
Return the identifier of the application setting
|
java.lang.String |
getName()
Return the name of the application setting
|
java.lang.String |
getType()
Return the type of the application setting
|
java.lang.String |
getValue()
Return the value of the application setting
|
boolean |
isReadOnly()
Return if the application setting is read-only
|
void |
setValue(java.lang.String value)
Set the value of the application setting
|
java.lang.String |
toString() |
public CParam(java.lang.String name, java.lang.String value)
public CParam(java.lang.String type, int id, java.lang.String name, java.lang.String value, boolean readOnly)
type
- the type of the form itemid
- the id of the form itemname
- the name of the form itemvalue
- the value of the form itemreadOnly
- if the form itme is readonlypublic java.lang.String getName()
public java.lang.String getType()
public int getId()
public boolean isReadOnly()
public java.lang.String getValue()
public void setValue(java.lang.String value)
public java.lang.String toString()
toString
in class java.lang.Object