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.DategetDay()intgetDeviceId()voidsetDay(java.util.Date day)voidsetDeviceId(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)
-