|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
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()
public BatchUpdateResult(BatchUpdateSupport executeBatchUpdateSupport, Integer executeBatchResult)
executeBatchUpdateSupport
- BatchUpdateSupport 更新実行に使用したバッチ更新サポートexecuteBatchResult
- Integer バッチ更新実行結果public BatchUpdateResult(BatchUpdateSupport executeBatchUpdateSupport, Throwable executeBatchException)
executeBatchUpdateSupport
- BatchUpdateSupport 更新実行に使用したバッチ更新サポート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
-
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |