public void setCount(JudgeReply judgeReply, int value) {
   this.setCount(judgeReply.getId(), value);
 }
 public double getPercentage(JudgeReply judgeReply) {
   return this.getPercentage(judgeReply.getId());
 }
 public int getPercentageInt(JudgeReply judgeReply) {
   return this.getPercentageInt(judgeReply.getId());
 }
 public int getCount(JudgeReply judgeReply) {
   return this.getCount(judgeReply.getId());
 }