public class CrontaskParamInfo
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
CrontaskParamInfo() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDefault()
Get the default value of the parameter as string.
|
java.lang.String |
getDescription(MboSetRemote remoteObj)
Get the description in the language of the userinfo of the passed in
MboSetRemote.
|
java.lang.String |
getName()
Get the name of the parameter.
|
void |
setDefault(java.lang.String def)
Set the default value as string of the parameter.
|
void |
setDescription(java.lang.String group,
java.lang.String key)
Set the description by specifying the translatable message's group and
key.
|
void |
setName(java.lang.String nameIn)
Set the name of the parameter,
|
public java.lang.String getName()
public java.lang.String getDefault()
public void setName(java.lang.String nameIn)
nameIn
- public void setDefault(java.lang.String def)
def
- public void setDescription(java.lang.String group, java.lang.String key)
group
- key
- public java.lang.String getDescription(MboSetRemote remoteObj)