|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.container.batch.Assertion
Base assertion; all assertions are against a BatchContainer and a target
object. The assertion indicates that the target object is either being
added, removed or replaced in the BatchContainer.
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private BatchContainer |
container
|
private WTException |
exception
|
private static String |
RESOURCE
|
private Object |
target
|
Constructor Summary | |
Assertion(BatchContainer container,
Object target)
Constructor which forms an assertion against a BatchContainer and a target Object. |
Method Summary | |
BatchContainer |
getContainer()
Get the BatchContainer which was the target of this Assertion. |
WTException |
getException()
Gets the object for the association that plays role: exception. |
Object |
getTarget()
Get the object which was the target of this Assertion. |
void |
setException(WTException a_Exception)
Sets 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 |
private static final String RESOURCE
private static final String CLASSNAME
private Object target
private BatchContainer container
private WTException exception
Constructor Detail |
public Assertion(BatchContainer container, Object target)
container
- target
- Method Detail |
public WTException getException()
public void setException(WTException a_Exception)
a_Exception
- public BatchContainer getContainer()
public Object getTarget()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |