|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.stormcat.jvbeans.jvlink.definitions.key.AbstractKey
public abstract class AbstractKey
JvLinkManager
に渡される引数(key)を構築するための抽象クラスです。
引数を1つのオブジェクトにまとめることで、JvLinkManager
の引数の数を極力削減します。
コンストラクタの概要 | |
---|---|
protected |
AbstractKey(Integer holdingYear,
Integer holdingMonth,
Integer holdingDay)
コンストラクタ |
メソッドの概要 | |
---|---|
Integer |
getHoldingDay()
開催日を返します。 |
Integer |
getHoldingMonth()
開催月を返します。 |
Integer |
getHoldingYear()
開催年を返します。 |
abstract String |
toString()
JV-Link APIに引数として渡す文字列表現を返します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
コンストラクタの詳細 |
---|
protected AbstractKey(Integer holdingYear, Integer holdingMonth, Integer holdingDay)
holdingYear
- 開催年(1900から9999)holdingMonth
- 開催月(1から99)holdingDay
- 開催日(1から99)メソッドの詳細 |
---|
public Integer getHoldingYear()
public Integer getHoldingMonth()
public Integer getHoldingDay()
public abstract String toString()
Object
内の toString
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |