Class DataProcessRecord
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.bgbilling.modules.inet.common.bean.DataProcessRecord
- All Implemented Interfaces:
Serializable,Idable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final bytestatic final byte -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetDay()intbytegetType()voidsetCurentHour(int curentHour) voidvoidsetDeviceId(int deviceId) voidsetStartTime(Date startTime) voidsetType(byte type)
-
Field Details
-
TYPE_PROCESS_LOGS
public static final byte TYPE_PROCESS_LOGS- See Also:
-
TYPE_CREATE_SESSIONS
public static final byte TYPE_CREATE_SESSIONS- See Also:
-
-
Constructor Details
-
DataProcessRecord
public DataProcessRecord()
-
-
Method Details
-
getStartTime
-
setStartTime
-
getDeviceId
public int getDeviceId() -
setDeviceId
public void setDeviceId(int deviceId) -
getDay
-
setDay
-
getCurentHour
public int getCurentHour() -
setCurentHour
public void setCurentHour(int curentHour) -
getType
public byte getType() -
setType
public void setType(byte type)
-