public class CreateProblemFromCallEvent extends LocalEvent
LocalEventCONTRACT_GLOBAL, NO_MODULE, NO_PLUGIN| Modifier | Constructor and Description |
|---|---|
protected |
CreateProblemFromCallEvent() |
|
CreateProblemFromCallEvent(int pluginId,
Contract contract,
ContractObject object,
RegisterCall call,
RegisterProblem problem)
Конструктор события.
|
| Modifier and Type | Method and Description |
|---|---|
RegisterCall |
getCall()
Возвращает зарегистрированный звонок
|
Contract |
getContract()
Возвращает договор
|
ContractObject |
getObject()
Возвращает объект договора
|
RegisterProblem |
getProblem()
Возвращает зарегистрированную проблему
|
int |
getTypeId()
Deprecated.
|
getContractId, getContractID, getDestination, getGenerateTime, getModuleId, getModuleID, getPluginId, getSuperContractId, getTime, getTimestamp, getUserId, isLogFunctionProcess, prepareMessage, serializeAsObject, setLogFunctionProcess, toString, toStringprotected CreateProblemFromCallEvent()
public CreateProblemFromCallEvent(int pluginId,
Contract contract,
ContractObject object,
RegisterCall call,
RegisterProblem problem)
pluginId - - код плагинаcontract - - договорobject - - объект договораcall - - звонокproblem - - проблема@Deprecated public int getTypeId()
public RegisterCall getCall()
public Contract getContract()
public ContractObject getObject()
public RegisterProblem getProblem()