增强字符串类,数值类POJO默认值设置调整

This commit is contained in:
wangxin
2018-02-28 10:55:39 +08:00
parent 2103d3abf0
commit 553be71415
16 changed files with 227 additions and 334 deletions

View File

@@ -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;
}
}