public class MaxReplaceProcInfo
extends java.lang.Object
Constructor and Description |
---|
MaxReplaceProcInfo()
Construct the MaxReplaceProcInfo
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFieldName()
Return the name of the field.
|
java.lang.String |
getMboTbName()
Return the name of the mbo.
|
java.lang.String |
getRelation()
Return the name of the relation.
|
java.lang.String |
getValue()
Return value.
|
java.lang.String |
getValueType()
Return value type.
|
boolean |
isReplaceNull()
Return replace null flag
|
void |
setFieldName(java.lang.String n)
Set the name of the field
|
void |
setMboTbName(java.lang.String n)
Set the name of the mbo
|
void |
setRelation(java.lang.String n)
Set the name of the relation
|
void |
setReplaceNull(int tr)
Set replace null flag
|
void |
setValue(java.lang.String o)
Set value
|
void |
setValueType(java.lang.String n)
Set value type
|
java.lang.String |
toString()
Dump the details of the MaxReplaceProcInfo.
|
public java.lang.String getValue()
public void setValue(java.lang.String o)
o
- Give value.public java.lang.String getValueType()
public void setValueType(java.lang.String n)
n
- Give value type.public java.lang.String getMboTbName()
public void setMboTbName(java.lang.String n)
n
- Give mbo name.public java.lang.String getFieldName()
public void setFieldName(java.lang.String n)
n
- Give field name.public java.lang.String getRelation()
public void setRelation(java.lang.String n)
n
- Give relation name.public void setReplaceNull(int tr)
tr
- Give ReplaceNull flag.public boolean isReplaceNull()
public java.lang.String toString()
toString
in class java.lang.Object