Class VoiceProcessLog

java.lang.Object
ru.bitel.bgbilling.modules.voice.common.bean.VoiceProcessLog

public class VoiceProcessLog
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    VoiceProcessLog()  
  • Method Summary

    Modifier and Type Method Description
    java.util.Date getDay()  
    int getDeviceId()  
    void setDay​(java.util.Date day)  
    void setDeviceId​(int deviceId)  

    Methods inherited from class java.lang.Object

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

    • VoiceProcessLog

      public VoiceProcessLog()
  • Method Details

    • getDeviceId

      public int getDeviceId()
    • setDeviceId

      public void setDeviceId​(int deviceId)
    • getDay

      public java.util.Date getDay()
    • setDay

      public void setDay​(java.util.Date day)