クラス
org.stormcat.jvbeans.jvlink.definitions.code.CourseCd の使用

CourseCd を使用しているパッケージ
org.stormcat.jvbeans.jvlink.definitions.code JRA-VAN Data LabのJVData コード表記載のコードを定義します。 
org.stormcat.jvbeans.jvlink.definitions.dto JV-Dataをバインディングするための基本DTOを提供します。 
org.stormcat.jvbeans.jvlink.definitions.key.coursefile コース取得系メソッドの引数に渡すkeyを提供します。 
org.stormcat.jvbeans.jvlink.definitions.key.rtopen 速報系データメソッドの引数に渡すkeyを提供します。 
 

org.stormcat.jvbeans.jvlink.definitions.code での CourseCd の使用
 

CourseCd を返す org.stormcat.jvbeans.jvlink.definitions.code のメソッド
static CourseCd CourseCd.valueOf(String name)
          指定した名前を持つこの型の列挙型定数を返します。
static CourseCd[] CourseCd.values()
          この列挙型の定数を含む配列を宣言されている順序で返します。
 

org.stormcat.jvbeans.jvlink.definitions.dto での CourseCd の使用
 

CourseCd を返す org.stormcat.jvbeans.jvlink.definitions.dto のメソッド
 CourseCd WeatherTrackStateDto.getCourseCd()
          競馬場コードを返します。
 CourseCd VoteCount6Dto.getCourseCd()
          競馬場コードを返します。
 CourseCd VoteCount1Dto.getCourseCd()
          競馬場コードを返します。
 CourseCd TokubetsuTourokubaDto.getCourseCd()
          競馬場コードを返します。
 CourseCd StartTimeChangeDto.getCourseCd()
          競馬場コードを返します。
 CourseCd RefundDto.getCourseCd()
          競馬場コードを返します。
 CourseCd RecordMasterDto.getCourseCd()
          競馬場コードを返します。
 CourseCd RaceResultDto.getCourseCd()
          競馬場コードを返します。
 CourseCd RaceDetailDto.getCourseCd()
          競馬場コードを返します。
 CourseCd Odds6Dto.getCourseCd()
          競馬場コードを返します。
 CourseCd Odds5Dto.getCourseCd()
          競馬場コードを返します。
 CourseCd Odds4Dto.getCourseCd()
          競馬場コードを返します。
 CourseCd Odds3Dto.getCourseCd()
          競馬場コードを返します。
 CourseCd Odds2Dto.getCourseCd()
          競馬場コードを返します。
 CourseCd Odds1Dto.getCourseCd()
          競馬場コードを返します。
 CourseCd JockeyChangeDto.getCourseCd()
          競馬場コードを返します。
 CourseCd HorseWeightDto.getCourseCd()
          競馬場コードを返します。
 CourseCd HorseRaceInfoDto.getCourseCd()
          競馬場コードを返します。
 CourseCd HoldingScheduleDto.getCourseCd()
          競馬場コードを返します。
 CourseCd DataMiningExpectationDto.getCourseCd()
          競馬場コードを返します。
 CourseCd CourseInfoDto.getCourseCd()
          競馬場コードを返します。
 CourseCd CourseChangeDto.getCourseCd()
          競馬場コードを返します。
 CourseCd CancelExclusionDto.getCourseCd()
          競馬場コードを返します。
 

CourseCd 型のパラメータを持つ org.stormcat.jvbeans.jvlink.definitions.dto のメソッド
 void WeatherTrackStateDto.setCourseCd(CourseCd courseCd)
          競馬場コードを設定します。
 void VoteCount6Dto.setCourseCd(CourseCd courseCd)
          競馬場コードを設定します。
 void VoteCount1Dto.setCourseCd(CourseCd courseCd)
          競馬場コードを設定します。
 void TokubetsuTourokubaDto.setCourseCd(CourseCd courseCd)
          競馬場コードを設定します。
 void StartTimeChangeDto.setCourseCd(CourseCd courseCd)
          競馬場コードを設定します。
 void RefundDto.setCourseCd(CourseCd courseCd)
          競馬場コードを設定します。
 void RecordMasterDto.setCourseCd(CourseCd courseCd)
          競馬場コードを設定します。
 void RaceResultDto.setCourseCd(CourseCd courseCd)
          競馬場コードを設定します。
 void RaceDetailDto.setCourseCd(CourseCd courseCd)
          競馬場コードを設定します。
 void Odds6Dto.setCourseCd(CourseCd courseCd)
          競馬場コードを設定します。
 void Odds5Dto.setCourseCd(CourseCd courseCd)
          競馬場コードを設定します。
 void Odds4Dto.setCourseCd(CourseCd courseCd)
          競馬場コードを設定します。
 void Odds3Dto.setCourseCd(CourseCd courseCd)
          競馬場コードを設定します。
 void Odds2Dto.setCourseCd(CourseCd courseCd)
          競馬場コードを設定します。
 void Odds1Dto.setCourseCd(CourseCd courseCd)
          競馬場コードを設定します。
 void JockeyChangeDto.setCourseCd(CourseCd courseCd)
          競馬場コードを設定します。
 void HorseWeightDto.setCourseCd(CourseCd courseCd)
          競馬場コードを設定します。
 void HorseRaceInfoDto.setCourseCd(CourseCd courseCd)
          競馬場コードを設定します。
 void HoldingScheduleDto.setCourseCd(CourseCd courseCd)
          競馬場コードを設定します。
 void DataMiningExpectationDto.setCourseCd(CourseCd courseCd)
          競馬場コードを設定します。
 void CourseInfoDto.setCourseCd(CourseCd courseCd)
          競馬場コードを設定します。
 void CourseChangeDto.setCourseCd(CourseCd courseCd)
          競馬場コードを設定します。
 void CancelExclusionDto.setCourseCd(CourseCd courseCd)
          競馬場コードを設定します。
 

org.stormcat.jvbeans.jvlink.definitions.key.coursefile での CourseCd の使用
 

CourseCd を返す org.stormcat.jvbeans.jvlink.definitions.key.coursefile のメソッド
 CourseCd CourseFileKeyYYYYMMDDJJKKKKTT.getCourseCd()
          場コードを返します。
 

CourseCd 型のパラメータを持つ org.stormcat.jvbeans.jvlink.definitions.key.coursefile のメソッド
static org.stormcat.jvbeans.config.key.CourseFileKey CourseFileKeyFactory.createJJKKKKTT(CourseCd courseCd, int distance, TrackCd trackCd)
          JJKKKKTT形式のCourseFileKeyを生成します。
static org.stormcat.jvbeans.config.key.CourseFileKey CourseFileKeyFactory.createYYYYMMDDJJKKKKTT(int holdingYear, int holdingMonth, int holdingDay, CourseCd courseCd, int distance, TrackCd trackCd)
          YYYYMMDDJJKKKKTT形式のCourseFileKeyを生成します。
 

org.stormcat.jvbeans.jvlink.definitions.key.rtopen での CourseCd の使用
 

CourseCd を返す org.stormcat.jvbeans.jvlink.definitions.key.rtopen のメソッド
 CourseCd RtOpenKeyYYYYMMDDJJRR.getCourseCd()
          場コードを返します。
 

CourseCd 型のパラメータを持つ org.stormcat.jvbeans.jvlink.definitions.key.rtopen のメソッド
static org.stormcat.jvbeans.config.key.RtOpenKey RtOpenKeyFactory.createYYYYMMDDJJKKHHRR(int holdingYear, int holdingMonth, int holdingDay, CourseCd courseCd, int holdingTimes, int holdingDayTimes, int raceNo)
          YYYYMMDDJJKKHHRR形式のRtOpenKeyを生成します。
static org.stormcat.jvbeans.config.key.RtOpenKey RtOpenKeyFactory.createYYYYMMDDJJRR(int holdingYear, int holdingMonth, int holdingDay, CourseCd courseCd, int raceNo)
          YYYYMMDDJJRR形式のRtOpenKeyを生成します。
 



Copyright © 2009-2010 The Stormcat Project AllRights Reserved.