Class DataProcessRecord
java.lang.Object
ru.bitel.bgbilling.kernel.base.server.logger.BGLogger
ru.bitel.common.model.Id
ru.bitel.bgbilling.modules.inet.common.bean.DataProcessRecord
- All Implemented Interfaces:
Serializable
,Idable
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final byte
static final byte
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getDay()
int
byte
getType()
void
setCurentHour
(int curentHour) void
void
setDeviceId
(int deviceId) void
setStartTime
(Date startTime) void
setType
(byte type) Methods inherited from class ru.bitel.common.model.Id
copyTo, equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setId, toString
Methods inherited from class ru.bitel.bgbilling.kernel.base.server.logger.BGLogger
getLogger, logError
-
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)
-