Package com.mayam.wf.mq
Class MqMessage.AttributeMapPair
java.lang.Object
com.mayam.wf.mq.MqMessage.AttributeMapPair
- Enclosing class:
MqMessage
Describes a change in a task or asset by providing
before and after representations. If an attribute is
not mentioned in the after, then it was not part of
the changes made and remains the same as before.
- Author:
- Markus MÃ¥rtensson
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAfter()
Retrieves the task or asset as it is after the change.Retrieves the task or asset as it was before the change.void
setAfter
(AttributeMap after) void
setBefore
(AttributeMap before)
-
Constructor Details
-
AttributeMapPair
public AttributeMapPair()
-
-
Method Details
-
getBefore
Retrieves the task or asset as it was before the change. -
getAfter
Retrieves the task or asset as it is after the change.
-