jp.terasoluna.toursample.uc_a01_02.dto
クラス SelectReservationInfoInput

java.lang.Object
  上位を拡張 jp.terasoluna.toursample.uc_a01_02.dto.SelectReservationInfoInput
すべての実装されたインタフェース:
java.io.Serializable

public class SelectReservationInfoInput
extends java.lang.Object
implements java.io.Serializable

関連項目:
直列化された形式

コンストラクタの概要
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
 

コンストラクタの詳細

SelectReservationInfoInput

public SelectReservationInfoInput()
メソッドの詳細

getCustomerCode

public java.lang.String getCustomerCode()
予約番号を返す。

戻り値:
予約番号

setCustomerCode

public void setCustomerCode(java.lang.String customerCode)
予約番号を設定する。

パラメータ:
customerCode - 予約番号

getToday

public java.util.Date getToday()
システム日付を返す。

戻り値:
システム日付

setToday

public void setToday(java.util.Date today)
システム日付を設定する。

パラメータ:
today - システム日付