增强字符串类,数值类POJO默认值设置调整
This commit is contained in:
@@ -57,4 +57,17 @@ public class SipOriginalCfg extends ComplexkeywordCfg {
|
||||
else
|
||||
return this.matchMethod;
|
||||
}
|
||||
/* (non-Javadoc)
|
||||
* @see com.nis.domain.configuration.ComplexkeywordCfg#initDefaultValue()
|
||||
*/
|
||||
@Override
|
||||
public void initDefaultValue() {
|
||||
// TODO Auto-generated method stub
|
||||
super.initDefaultValue();
|
||||
this.district="ORIGINAL_CALL";
|
||||
this.exprType=0;
|
||||
this.matchMethod=3;
|
||||
this.isHexbin=0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user