|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.stormcat.jvbeans.jvlink.definitions.dto.child.MiningExpectationDto
public class MiningExpectationDto
コンストラクタの概要 | |
---|---|
MiningExpectationDto()
|
メソッドの概要 | |
---|---|
String |
getExpectationErrorMinus()
予想誤差(信頼度)-を返します。 |
String |
getExpectationErrorPlus()
予想誤差(信頼度)+を返します。 |
String |
getExpectationRunningTime()
予想走破タイムを返します。 |
Integer |
getHorseNo()
馬番を返します。 |
void |
setExpectationErrorMinus(String expectationErrorMinus)
予想誤差(信頼度)-を設定します。 |
void |
setExpectationErrorPlus(String expectationErrorPlus)
予想誤差(信頼度)+を設定します。 |
void |
setExpectationRunningTime(String expectationRunningTime)
予想走破タイムを設定します。 |
void |
setHorseNo(Integer horseNo)
馬番を設定します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public MiningExpectationDto()
メソッドの詳細 |
---|
public Integer getHorseNo()
public void setHorseNo(Integer horseNo)
horseNo
- 馬番public String getExpectationRunningTime()
public void setExpectationRunningTime(String expectationRunningTime)
expectationRunningTime
- 予想走破タイムpublic String getExpectationErrorPlus()
public void setExpectationErrorPlus(String expectationErrorPlus)
expectationErrorPlus
- 予想誤差(信頼度)+public String getExpectationErrorMinus()
public void setExpectationErrorMinus(String expectationErrorMinus)
expectationErrorMinus
- 予想誤差(信頼度)-
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |