Package wt.container.batch
Class ReplaceAssertion
java.lang.Object
wt.container.batch.Assertion
wt.container.batch.ReplaceAssertion
- All Implemented Interfaces:
Serializable
Assertion used to indicate that an object in the BatchContainer has been
modified.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionReplaceAssertion(BatchContainer container, Object target) Create an ReplaceAssertion against the BatchContainer and target object. -
Method Summary
-
Constructor Details
-
ReplaceAssertion
Create an ReplaceAssertion against the BatchContainer and target object.
Supported API: true- Parameters:
container-target-
-