Class PeriodicProcessErrorMessage

java.lang.Object
bitel.billing.server.admin.errorlog.bean.ErrorMessage
bitel.billing.server.admin.errorlog.bean.PeriodicProcessErrorMessage

public class PeriodicProcessErrorMessage
extends ErrorMessage
Сообщение об ошибке периодического процесса, например обсчетов абонплат, IPN, RSCM модуля и т.п.
  • Field Summary

    Fields inherited from class bitel.billing.server.admin.errorlog.bean.ErrorMessage

    subject, text
  • Constructor Summary

    Constructors
    Constructor Description
    PeriodicProcessErrorMessage​(java.util.Date month, java.lang.String marker, java.lang.String subject, java.lang.String text)  
  • Method Summary

    Modifier and Type Method Description
    int getId()  
    java.lang.String getMarker()  
    java.util.Date getMonth()  
    void setId​(int id)  

    Methods inherited from class bitel.billing.server.admin.errorlog.bean.ErrorMessage

    getRegistrationTime, getSubject, getText, setRegistrationTime

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PeriodicProcessErrorMessage

      public PeriodicProcessErrorMessage​(java.util.Date month, java.lang.String marker, java.lang.String subject, java.lang.String text)
  • Method Details

    • getId

      public int getId()
    • setId

      public void setId​(int id)
    • getMonth

      public java.util.Date getMonth()
    • getMarker

      public java.lang.String getMarker()