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

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

public class MiningExpectationDto
extends Object

導入されたバージョン:
0.1
作成者:
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-2010 The Stormcat Project AllRights Reserved.