|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.terasoluna.toursample.uc_a01_01.dto.RP_A01_01_01_03Output
public class RP_A01_01_01_03Output
RP_A01_01_01_03BLogicの出力値クラス。
| コンストラクタの概要 | |
|---|---|
RP_A01_01_01_03Output()
|
|
| メソッドの概要 | |
|---|---|
PriceCalculateOutput |
getPriceOutput()
ツアー基本料金、人数より単価、料金などを取得する |
java.lang.String |
getRemarks()
|
TourDetailAcquireOutput |
getTourDetail()
ツアー詳細情報を取得する |
void |
setPriceOutput(PriceCalculateOutput priceOutput)
ツアー基本料金、人数より単価、料金などを設定する |
void |
setRemarks(java.lang.String remarks)
|
void |
setTourDetail(TourDetailAcquireOutput tourDetail)
ツアー詳細情報を設定する |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public RP_A01_01_01_03Output()
| メソッドの詳細 |
|---|
public PriceCalculateOutput getPriceOutput()
public void setPriceOutput(PriceCalculateOutput priceOutput)
priceOutput - public TourDetailAcquireOutput getTourDetail()
public void setTourDetail(TourDetailAcquireOutput tourDetail)
tourDetail - public java.lang.String getRemarks()
public void setRemarks(java.lang.String remarks)
remarks - 設定する
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||