我在vo中定义一个 private int number;
在dao中:
 Map PositionMap = new ();
在dao中,我使用vo.setNumber(Integer.valueOf(PositionMap .get("number").toString()));
报以下错误:The method setUserPosition_nFinishedStatus(int) in the type PositionDirectVo is not applicable for the arguments (Integer);
我以前写的都没问题,在服务器上下载下来就出问题,我自己写的没有问题,别人写的都报错,是什么问题呢,是eclipse的问题吗?