|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.terasoluna.toursample.uc_a01_02.dto.SelectReservationInfoInput
public class SelectReservationInfoInput
| コンストラクタの概要 | |
|---|---|
SelectReservationInfoInput()
|
|
| メソッドの概要 | |
|---|---|
java.lang.String |
getCustomerCode()
予約番号を返す。 |
java.util.Date |
getToday()
システム日付を返す。 |
void |
setCustomerCode(java.lang.String customerCode)
予約番号を設定する。 |
void |
setToday(java.util.Date today)
システム日付を設定する。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public SelectReservationInfoInput()
| メソッドの詳細 |
|---|
public java.lang.String getCustomerCode()
public void setCustomerCode(java.lang.String customerCode)
customerCode - 予約番号public java.util.Date getToday()
public void setToday(java.util.Date today)
today - システム日付
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||