wt.container.batch.service
Class CommitTransactionResult

java.lang.Object
  extended bywt.container.batch.service.CommitTransactionResult
All Implemented Interfaces:
Serializable

public class CommitTransactionResult
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
static String ASSERTION_NUMBER
          Label for the attribute.
private  int assertionNumber
           
private static String CLASSNAME
           
private  WTException exception
           
static String EXCEPTION
          Label for the attribute.
private static String RESOURCE
           
private static String versionID
           
 
Constructor Summary
CommitTransactionResult()
           
 
Method Summary
 int getAssertionNumber()
          Get the value of the attribute: ASSERTION_NUMBER
 WTException getException()
          Get the object for the association that plays role: EXCEPTION
 void setAssertionNumber(int a_AssertionNumber)
          Set the value of the attribute: ASSERTION_NUMBER
 void setException(WTException a_Exception)
          Set the object for the association that plays role: EXCEPTION
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

versionID

private static final String versionID
See Also:
Constant Field Values

ASSERTION_NUMBER

public static final String ASSERTION_NUMBER
Label for the attribute.

See Also:
Constant Field Values

assertionNumber

private int assertionNumber

EXCEPTION

public static final String EXCEPTION
Label for the attribute.

See Also:
Constant Field Values

exception

private WTException exception
Constructor Detail

CommitTransactionResult

public CommitTransactionResult()
Method Detail

getAssertionNumber

public int getAssertionNumber()
Get the value of the attribute: ASSERTION_NUMBER

Returns:
int

setAssertionNumber

public void setAssertionNumber(int a_AssertionNumber)
                        throws WTPropertyVetoException
Set the value of the attribute: ASSERTION_NUMBER

Parameters:
a_AssertionNumber -
Throws:
WTPropertyVetoException

getException

public WTException getException()
Get the object for the association that plays role: EXCEPTION

Returns:
WTException

setException

public void setException(WTException a_Exception)
                  throws WTPropertyVetoException
Set the object for the association that plays role: EXCEPTION

Parameters:
a_Exception -
Throws:
WTPropertyVetoException