wt.container.batch
Class ReplaceAssertion

java.lang.Object
  extended bywt.container.batch.Assertion
      extended bywt.container.batch.ReplaceAssertion
All Implemented Interfaces:
Serializable

public class ReplaceAssertion
extends Assertion
implements Serializable

Assertion used to indicate that an object in the BatchContainer has been modified.

Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
private static String RESOURCE
           
 
Fields inherited from class wt.container.batch.Assertion
 
Constructor Summary
ReplaceAssertion(BatchContainer container, Object target)
          Create an ReplaceAssertion against the BatchContainer and target object.
 
Methods inherited from class wt.container.batch.Assertion
getContainer, getException, getTarget, setException
 
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
Constructor Detail

ReplaceAssertion

public ReplaceAssertion(BatchContainer container,
                        Object target)
Create an ReplaceAssertion against the BatchContainer and target object.

Supported API: true

Parameters:
container -
target -