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

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

public class TotalResultInfoSimpleDto
extends Object

作成者:
jv-beans-gen

コンストラクタの概要
TotalResultInfoSimpleDto()
           
 
メソッドの概要
 String getAddedMoneyTotal()
           
 List<Integer> getFinishCountItems()
           
 Integer getSettingYear()
           
 String getStakesMoneyTotal()
           
 void setAddedMoneyTotal(String addedMoneyTotal)
           
 void setFinishCountItems(List<Integer> finishCountItems)
           
 void setSettingYear(Integer settingYear)
           
 void setStakesMoneyTotal(String stakesMoneyTotal)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

TotalResultInfoSimpleDto

public TotalResultInfoSimpleDto()
メソッドの詳細

getSettingYear

public Integer getSettingYear()
戻り値:
設定年

setSettingYear

public void setSettingYear(Integer settingYear)
パラメータ:
settingYear - 設定年

getAddedMoneyTotal

public String getAddedMoneyTotal()
戻り値:
本賞金合計

setAddedMoneyTotal

public void setAddedMoneyTotal(String addedMoneyTotal)
パラメータ:
addedMoneyTotal - 本賞金合計

getStakesMoneyTotal

public String getStakesMoneyTotal()
戻り値:
付加賞金合計

setStakesMoneyTotal

public void setStakesMoneyTotal(String stakesMoneyTotal)
パラメータ:
stakesMoneyTotal - 付加賞金合計

getFinishCountItems

public List<Integer> getFinishCountItems()
戻り値:
着回数

setFinishCountItems

public void setFinishCountItems(List<Integer> finishCountItems)
パラメータ:
finishCountItems - 着回数


Copyright © 2009 The Stormcat Project AllRights Reserved.