wt.container.batch
Class ReplaceAssertion

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

public class ReplaceAssertion
extends wt.container.batch.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

Constructor Summary
ReplaceAssertion(BatchContainer container, Object target)
          Create an ReplaceAssertion against the BatchContainer and target object.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReplaceAssertion

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

Supported API: true

Parameters:
container -
target -