public UserInfoPO(UserInfoVO userInfoVO) { this( userInfoVO.getID(), userInfoVO.getGender(), userInfoVO.getScore(), userInfoVO.getMoney(), userInfoVO.getRank()); }
public int updateRank() { this.rank = UserInfoVO.computeRank(this.score); return this.rank; }