Class InetAccountingPeriodActivateEvent

java.lang.Object
ru.bitel.bgbilling.kernel.event.common.Event
ru.bitel.bgbilling.kernel.event.common.QueueEvent
ru.bitel.bgbilling.kernel.event.common.LocalEvent
ru.bitel.bgbilling.modules.inet.server.event.InetAccountingPeriodActivateEvent
All Implemented Interfaces:
Serializable, ErrorReturnableEvent

public class InetAccountingPeriodActivateEvent extends ru.bitel.bgbilling.kernel.event.common.LocalEvent
See Also:
  • Constructor Details

    • InetAccountingPeriodActivateEvent

      protected InetAccountingPeriodActivateEvent()
    • InetAccountingPeriodActivateEvent

      public InetAccountingPeriodActivateEvent(int moduleId, int contractId, int userId)
    • InetAccountingPeriodActivateEvent

      public InetAccountingPeriodActivateEvent(int moduleId, int contractId, int userId, InetAccountingPeriod lastAccountingPeriod, boolean lightweightCheck)
  • Method Details

    • getLastAccountingPeriod

      public InetAccountingPeriod getLastAccountingPeriod()
    • getAccountingPeriod

      public InetAccountingPeriod getAccountingPeriod()
    • setAccountingPeriod

      public void setAccountingPeriod(InetAccountingPeriod accountingPeriod)
    • isProcessed

      public boolean isProcessed()
    • setProcessed

      public void setProcessed(boolean processed)
    • isUseSeconds

      public boolean isUseSeconds()
    • setUseSeconds

      public void setUseSeconds(boolean useSeconds)
    • isLightweightCheck

      public boolean isLightweightCheck()