public class ContractObjectParameterUpdateEvent extends QueueEvent
QueueEventCONTRACT_GLOBAL, NO_MODULE, NO_PLUGIN| Modifier | Constructor and Description |
|---|---|
protected |
ContractObjectParameterUpdateEvent() |
|
ContractObjectParameterUpdateEvent(int userId,
int cid,
ParamValue value)
Конструктор события.
|
| Modifier and Type | Method and Description |
|---|---|
ParamValue |
getValue()
Возвращается новое значение параметра объекта договора.
|
getContractId, getContractID, getDestination, getGenerateTime, getModuleId, getModuleID, getPluginId, getSuperContractId, getTime, getTimestamp, getTypeId, getUserId, isLogFunctionProcess, prepareMessage, serializeAsObject, setLogFunctionProcess, toString, toStringprotected ContractObjectParameterUpdateEvent()
public ContractObjectParameterUpdateEvent(int userId,
int cid,
ParamValue value)
userId - - id пользователя, сгенерировавшего событиеcid - код договораvalue - новое значение параметраpublic ParamValue getValue()