Class DataProcessRecord
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.bgbilling.modules.inet.common.bean.DataProcessRecord
- All Implemented Interfaces:
java.io.Serializable,Idable
public class DataProcessRecord extends Id
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static byteTYPE_CREATE_SESSIONSstatic byteTYPE_PROCESS_LOGS -
Constructor Summary
Constructors Constructor Description DataProcessRecord() -
Method Summary
Modifier and Type Method Description intgetCurentHour()java.util.DategetDay()intgetDeviceId()java.util.DategetStartTime()bytegetType()voidsetCurentHour(int curentHour)voidsetDay(java.util.Date day)voidsetDeviceId(int deviceId)voidsetStartTime(java.util.Date startTime)voidsetType(byte type)Methods inherited from class ru.bitel.common.model.Id
copyTo, equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setId, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Field Details
-
TYPE_PROCESS_LOGS
public static final byte TYPE_PROCESS_LOGS- See Also:
- Constant Field Values
-
TYPE_CREATE_SESSIONS
public static final byte TYPE_CREATE_SESSIONS- See Also:
- Constant Field Values
-
-
Constructor Details
-
DataProcessRecord
public DataProcessRecord()
-
-
Method Details
-
getStartTime
public java.util.Date getStartTime() -
setStartTime
public void setStartTime(java.util.Date startTime) -
getDeviceId
public int getDeviceId() -
setDeviceId
public void setDeviceId(int deviceId) -
getDay
public java.util.Date getDay() -
setDay
public void setDay(java.util.Date day) -
getCurentHour
public int getCurentHour() -
setCurentHour
public void setCurentHour(int curentHour) -
getType
public byte getType() -
setType
public void setType(byte type)
-