public final class UpdateGoalStateMessage extends Message
Constructor and Description |
---|
UpdateGoalStateMessage(Identifier sender,
Identifier receiver,
long processInstanceId,
String goalName,
boolean reactivate)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getGoalName()
Returns the goal name.
|
long |
getProcessInstanceId()
Returns the process instance id.
|
int |
hashCode() |
boolean |
isReactivate()
Returns the reactivate flag.
|
String |
toString() |
getReceiver, getSender
public UpdateGoalStateMessage(Identifier sender, Identifier receiver, long processInstanceId, String goalName, boolean reactivate)
sender
- the senderreceiver
- the receiverprocessInstanceId
- the process instance idgoalName
- the goal namereactivate
- the reactivate flagNullPointerException
- if receiver
or goalName
is nullpublic long getProcessInstanceId()
public String getGoalName()
public boolean isReactivate()
public boolean equals(Object o)
equals
in class CommunicationUnit
public int hashCode()
hashCode
in class CommunicationUnit
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.