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