public class InetAccountingPeriodActivateEvent extends LocalEvent
CONTRACT_GLOBAL, NO_MODULE, NO_PLUGIN
Modifier | Constructor and Description |
---|---|
protected |
InetAccountingPeriodActivateEvent() |
|
InetAccountingPeriodActivateEvent(int moduleId,
int contractId,
int userId) |
|
InetAccountingPeriodActivateEvent(int moduleId,
int contractId,
int userId,
InetAccountingPeriod lastAccountingPeriod,
boolean lightweightCheck) |
Modifier and Type | Method and Description |
---|---|
InetAccountingPeriod |
getAccountingPeriod() |
InetAccountingPeriod |
getLastAccountingPeriod() |
boolean |
isLightweightCheck() |
boolean |
isProcessed() |
boolean |
isUseSeconds() |
void |
setAccountingPeriod(InetAccountingPeriod accountingPeriod) |
void |
setProcessed(boolean processed) |
void |
setUseSeconds(boolean useSeconds) |
getContractId, getContractID, getDestination, getGenerateTime, getModuleId, getModuleID, getPluginId, getSuperContractId, getTime, getTimestamp, getTypeId, getUserId, isLogFunctionProcess, prepareMessage, serializeAsObject, setLogFunctionProcess, toString, toString
protected InetAccountingPeriodActivateEvent()
public InetAccountingPeriodActivateEvent(int moduleId, int contractId, int userId)
public InetAccountingPeriodActivateEvent(int moduleId, int contractId, int userId, InetAccountingPeriod lastAccountingPeriod, boolean lightweightCheck)
public InetAccountingPeriod getLastAccountingPeriod()
public InetAccountingPeriod getAccountingPeriod()
public void setAccountingPeriod(InetAccountingPeriod accountingPeriod)
public boolean isProcessed()
public void setProcessed(boolean processed)
public boolean isUseSeconds()
public void setUseSeconds(boolean useSeconds)
public boolean isLightweightCheck()