/**
  * フリマ参加総数を取得します
  *
  * @access public
  * @param
  * @return int
  * @author shimma
  */
 public function getEntryCount()
 {
     return \Model_Entry::getUserEntryCount($this->user_id);
 }