|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.stormcat.jvbeans.jvlink.definitions.dto.child.VoteCountWinDto
public class VoteCountWinDto
コンストラクタの概要 | |
---|---|
VoteCountWinDto()
|
メソッドの概要 | |
---|---|
Integer |
getBetRank()
人気順を返します。 |
Integer |
getHorseNo()
馬番を返します。 |
String |
getVoteCount()
票数を返します。 |
void |
setBetRank(Integer betRank)
人気順を設定します。 |
void |
setHorseNo(Integer horseNo)
馬番を設定します。 |
void |
setVoteCount(String voteCount)
票数を設定します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public VoteCountWinDto()
メソッドの詳細 |
---|
public Integer getHorseNo()
public void setHorseNo(Integer horseNo)
horseNo
- 馬番public String getVoteCount()
public void setVoteCount(String voteCount)
voteCount
- 票数public Integer getBetRank()
public void setBetRank(Integer betRank)
betRank
- 人気順
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |