public final class UpdateRecordFieldMessage extends Message
| Constructor and Description |
|---|
UpdateRecordFieldMessage(Identifier sender,
Identifier receiver,
String recordType,
String recordId,
String field,
ObjectValue value)
Creates new instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getField()
Returns the variable.
|
String |
getRecordId()
Returns the context id.
|
String |
getRecordType()
Returns the record type.
|
ObjectValue |
getValue()
Returns the value.
|
int |
hashCode() |
String |
toString() |
getReceiver, getSenderpublic UpdateRecordFieldMessage(Identifier sender, Identifier receiver, String recordType, String recordId, String field, ObjectValue value)
sender - the senderreceiver - the receiverrecordType - the record typerecordId - the record idfield - the fieldvalue - the new valueNullPointerException - if receiver or field or value is nullpublic String getRecordType()
public String getRecordId()
public String getField()
public ObjectValue getValue()
public int hashCode()
hashCode in class CommunicationUnitpublic boolean equals(Object obj)
equals in class CommunicationUnitCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.