读书人

could not find a getter for . in cl

发布时间: 2012-08-22 09:50:35 作者: rapoo

could not find a getter for ... in class ..异常的原因分析
1.get/set不允许方法名中有连续两个大写字母,例如

public String getODPType(){

return this.oDPType;

}

public void setODPType(String oDPType){

this.oDPType = oDPType;

}

读书人网 >其他相关

热点推荐