public class InetAccountingPeriodModifiedEvent extends PoolEvent
| Modifier and Type | Field and Description |
|---|---|
protected InetAccountingPeriod |
newItem |
protected InetAccountingPeriod |
oldItem |
CONTRACT_GLOBAL, NO_MODULE, NO_PLUGIN| Modifier | Constructor and Description |
|---|---|
protected |
InetAccountingPeriodModifiedEvent() |
|
InetAccountingPeriodModifiedEvent(int moduleId,
int contractId,
int userId,
InetAccountingPeriod oldItem,
InetAccountingPeriod newItem) |
|
InetAccountingPeriodModifiedEvent(PoolEventPublisher<InetAccountingPeriodModifiedEvent> publisher,
int contractId,
int userId,
InetAccountingPeriod oldItem,
InetAccountingPeriod newItem) |
| Modifier and Type | Method and Description |
|---|---|
InetAccountingPeriod |
getNewItem() |
InetAccountingPeriod |
getOldItem() |
getContractId, getContractID, getDestination, getGenerateTime, getModuleId, getModuleID, getPluginId, getSuperContractId, getTime, getTimestamp, getTypeId, getUserId, isLogFunctionProcess, prepareMessage, serializeAsObject, setLogFunctionProcess, toString, toStringprotected final InetAccountingPeriod oldItem
protected final InetAccountingPeriod newItem
protected InetAccountingPeriodModifiedEvent()
public InetAccountingPeriodModifiedEvent(PoolEventPublisher<InetAccountingPeriodModifiedEvent> publisher, int contractId, int userId, InetAccountingPeriod oldItem, InetAccountingPeriod newItem)
public InetAccountingPeriodModifiedEvent(int moduleId,
int contractId,
int userId,
InetAccountingPeriod oldItem,
InetAccountingPeriod newItem)
public InetAccountingPeriod getOldItem()
public InetAccountingPeriod getNewItem()