jp.terasoluna.toursample.uc_a01_01.dto
クラス RP_A01_01_01_04Output

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

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

ページ遷移するときの出力値クラス。

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

コンストラクタの概要
RP_A01_01_01_04Output()
           
 
メソッドの概要
 java.lang.Integer getAllListInfoLineCount()
          一覧情報全行数を取得する。
 TourInfo[] getTourInfoList()
          ツアー情報一覧を取得する。
 void setAllListInfoLineCount(java.lang.Integer allListInfoLineCount)
          一覧情報全行数を設定する。
 void setTourInfoList(TourInfo[] tourInfoList)
          ツアー情報一覧を設定する。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

RP_A01_01_01_04Output

public RP_A01_01_01_04Output()
メソッドの詳細

getAllListInfoLineCount

public java.lang.Integer getAllListInfoLineCount()
一覧情報全行数を取得する。

戻り値:
allListInfoLineCount

setAllListInfoLineCount

public void setAllListInfoLineCount(java.lang.Integer allListInfoLineCount)
一覧情報全行数を設定する。

パラメータ:
allListInfoLineCount -

getTourInfoList

public TourInfo[] getTourInfoList()
ツアー情報一覧を取得する。

戻り値:
tourInfoList

setTourInfoList

public void setTourInfoList(TourInfo[] tourInfoList)
ツアー情報一覧を設定する。

パラメータ:
tourInfoList -