org.stormcat.jvbeans.response
クラス JvContents<T extends JvBindingDto>

java.lang.Object
  上位を拡張 org.stormcat.jvbeans.response.JvResult
      上位を拡張 org.stormcat.jvbeans.response.JvContents<T>

public class JvContents<T extends JvBindingDto>
extends JvResult

JV-Dataの取得結果を格納するためのクラスです。

作成者:
a.yamada

コンストラクタの概要
JvContents()
           
 
メソッドの概要
 T getBindingDto()
          JV-DataバインディングDTOを返します。
 String getFileName()
          データ保存ファイル名を返します。
 String getLine()
          JV-Data文字列を返します。
 boolean isEmpty()
          JV-Data文字列が空であるかどうかを判定します。
 void setBindingDto(T bindingDto)
          JV-DataバインディングDTOをセットします。
 void setFileName(String fileName)
          データ保存ファイル名をセットします。
 void setLine(String line)
          JV-Data文字列をセットします。
 boolean startWith(RecordTypeId recordTypeId)
          JV-Dataが対象のレコード種別IDRecordTypeIdのレコードであるかどうかを判定します。
 String toString()
          
 
クラス org.stormcat.jvbeans.response.JvResult から継承されたメソッド
getReturnCode, setReturnCode
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

JvContents

public JvContents()
メソッドの詳細

getLine

public String getLine()
JV-Data文字列を返します。

戻り値:
line

setLine

public void setLine(String line)
JV-Data文字列をセットします。

パラメータ:
line - JV-Data文字列

getFileName

public String getFileName()
データ保存ファイル名を返します。

戻り値:
fileName

setFileName

public void setFileName(String fileName)
データ保存ファイル名をセットします。

パラメータ:
fileName - データ保存ファイル名

startWith

public boolean startWith(RecordTypeId recordTypeId)
JV-Dataが対象のレコード種別IDRecordTypeIdのレコードであるかどうかを判定します。

パラメータ:
recordTypeId - レコード種別ID
戻り値:
判定結果

toString

public String toString()

オーバーライド:
クラス Object 内の toString

isEmpty

public boolean isEmpty()
JV-Data文字列が空であるかどうかを判定します。

戻り値:
判定結果

getBindingDto

public T getBindingDto()
JV-DataバインディングDTOを返します。

戻り値:
mappedDto JV-DataバインディングDTO

setBindingDto

public void setBindingDto(T bindingDto)
JV-DataバインディングDTOをセットします。

パラメータ:
bindingDto - JV-DataバインディングDTO


Copyright © 2009 The Stormcat Project AllRights Reserved.