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