org.stormcat.jvbeans.key.coursefile
クラス CourseFileKeyFactory
java.lang.Object
org.stormcat.jvbeans.key.coursefile.CourseFileKeyFactory
public class CourseFileKeyFactory
- extends Object
CourseFileKey
を生成するためのstaticファクトリです。
JvLinkManager#courseFile(CourseFileKey)
,
JvLinkManager#courseFile2(CourseFileKey, String)
のkeyを生成するために使用します。
- 作成者:
- a.yamada
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
createYYYYMMDDJJKKKKTT
public static CourseFileKey createYYYYMMDDJJKKKKTT(int holdingYear,
int holdingMonth,
int holdingDay,
CourseCd courseCd,
int distance,
TrackCd trackCd)
YYYYMMDDJJKKKKTT
形式のCourseFileKey
を生成します。
- パラメータ:
holdingYear
- 開催年(1900から9999)holdingMonth
- 開催月(1から99)holdingDay
- 開催日(1から99)courseCd
- 場コードdistance
- 距離(1から9999以内)trackCd
- トラックコード
- 戻り値:
CourseFileKey
createJJKKKKTT
public static CourseFileKey createJJKKKKTT(CourseCd courseCd,
int distance,
TrackCd trackCd)
JJKKKKTT
形式のCourseFileKey
を生成します。
- パラメータ:
courseCd
- 場コードdistance
- 距離(1から9999以内)trackCd
- トラックコード
- 戻り値:
CourseFileKey
Copyright © 2009 The Stormcat Project AllRights Reserved.