|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.terasoluna.toursample.uc_a01_02.dto.RP_A01_02_01_01Output
public class RP_A01_02_01_01Output
RP_A01_02_01_01BLogicの出力値クラス。
コンストラクタの概要 | |
---|---|
RP_A01_02_01_01Output()
|
メソッドの概要 | |
---|---|
SelectReservationInfoOutput[] |
getReservationInfo()
ツアー予約情報リストを返す。 |
java.lang.Integer |
getReservationsCount()
予約件数を返す。 |
void |
setReservationInfo(SelectReservationInfoOutput[] reservationInfo)
ツアー予約情報リストを設定する。 |
void |
setReservationsCount(java.lang.Integer reservationsCount)
予約件数を設定する。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public RP_A01_02_01_01Output()
メソッドの詳細 |
---|
public SelectReservationInfoOutput[] getReservationInfo()
public void setReservationInfo(SelectReservationInfoOutput[] reservationInfo)
reservationInfo
- ツアー予約情報リストpublic java.lang.Integer getReservationsCount()
public void setReservationsCount(java.lang.Integer reservationsCount)
reservationsCount
- 予約件数
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |