org.stormcat.jvbeans.dto.child
クラス MiningExpectationDto
java.lang.Object
org.stormcat.jvbeans.dto.child.MiningExpectationDto
public class MiningExpectationDto
- extends Object
- 作成者:
- jv-beans-gen
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MiningExpectationDto
public MiningExpectationDto()
getHorseNo
public Integer getHorseNo()
- 戻り値:
- 馬番
setHorseNo
public void setHorseNo(Integer horseNo)
- パラメータ:
horseNo
- 馬番
getExpectationRunningTime
public String getExpectationRunningTime()
- 戻り値:
- 予想走破タイム
setExpectationRunningTime
public void setExpectationRunningTime(String expectationRunningTime)
- パラメータ:
expectationRunningTime
- 予想走破タイム
getExpectationErrorPlus
public String getExpectationErrorPlus()
- 戻り値:
- 予想誤差(信頼度)+
setExpectationErrorPlus
public void setExpectationErrorPlus(String expectationErrorPlus)
- パラメータ:
expectationErrorPlus
- 予想誤差(信頼度)+
getExpectationErrorMinus
public String getExpectationErrorMinus()
- 戻り値:
- 予想誤差(信頼度)-
setExpectationErrorMinus
public void setExpectationErrorMinus(String expectationErrorMinus)
- パラメータ:
expectationErrorMinus
- 予想誤差(信頼度)-
Copyright © 2009 The Stormcat Project AllRights Reserved.