|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.terasoluna.fw.batch.dao.support.BatchUpdateResult
public class BatchUpdateResult
バッチ更新実行結果クラス
コンストラクタの概要 | |
---|---|
BatchUpdateResult()
コンストラクタ |
|
BatchUpdateResult(BatchUpdateSupport executeBatchUpdateSupport,
Integer executeBatchResult)
コンストラクタ |
|
BatchUpdateResult(BatchUpdateSupport executeBatchUpdateSupport,
Throwable executeBatchException)
コンストラクタ |
メソッドの概要 | |
---|---|
Throwable |
getExecuteBatchException()
バッチ更新実行時に発生した例外. |
Integer |
getExecuteBatchResult()
バッチ更新実行結果. |
BatchUpdateSupport |
getExecuteBatchUpdateSupport()
バッチ更新実行に使用したバッチ更新サポート. |
void |
setExecuteBatchException(Throwable executeBatchException)
バッチ更新実行時に発生した例外. |
void |
setExecuteBatchResult(Integer executeBatchResult)
バッチ更新実行結果. |
void |
setExecuteBatchUpdateSupport(BatchUpdateSupport executeBatchUpdateSupport)
バッチ更新実行に使用したバッチ更新サポート. |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public BatchUpdateResult()
e
- bus
- public BatchUpdateResult(BatchUpdateSupport executeBatchUpdateSupport, Integer executeBatchResult)
executeBatchResult
- Integer バッチ更新実行結果public BatchUpdateResult(BatchUpdateSupport executeBatchUpdateSupport, Throwable executeBatchException)
executeBatchException
- Throwable バッチ更新実行時に発生した例外メソッドの詳細 |
---|
public BatchUpdateSupport getExecuteBatchUpdateSupport()
public void setExecuteBatchUpdateSupport(BatchUpdateSupport executeBatchUpdateSupport)
executeBatchUpdateSupport
- public Integer getExecuteBatchResult()
public void setExecuteBatchResult(Integer executeBatchResult)
executeBatchResult
- public Throwable getExecuteBatchException()
public void setExecuteBatchException(Throwable executeBatchException)
executeBatchException
-
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |