|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.terasoluna.toursample.uc_a01_04.dto.RP_A01_04_01_01Output
public class RP_A01_04_01_01Output
検索した予約情報を格納する出力クラス。
| コンストラクタの概要 | |
|---|---|
RP_A01_04_01_01Output()
|
|
| メソッドの概要 | |
|---|---|
PriceCalculateOutput |
getPrice()
料金情報を取得する。 |
ReserveDetailAcquireOutput |
getReserveDetail()
予約情報を取得する。 |
void |
setPrice(PriceCalculateOutput price)
料金情報を設定する。 |
void |
setReserveDetail(ReserveDetailAcquireOutput reserveDetail)
予約情報を設定する。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public RP_A01_04_01_01Output()
| メソッドの詳細 |
|---|
public ReserveDetailAcquireOutput getReserveDetail()
public void setReserveDetail(ReserveDetailAcquireOutput reserveDetail)
reserveDetail - public PriceCalculateOutput getPrice()
public void setPrice(PriceCalculateOutput price)
price -
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||