org.stormcat.jvbeans.dto.child
クラス MiningExpectationDto

java.lang.Object
  上位を拡張 org.stormcat.jvbeans.dto.child.MiningExpectationDto

public class MiningExpectationDto
extends Object

作成者:
jv-beans-gen

コンストラクタの概要
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
 

コンストラクタの詳細

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.