Class RequestRecordLog
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.common.model.IdTitle
ru.bitel.bgbilling.kernel.bgsecure.common.bean.RequestRecordLog
- All Implemented Interfaces:
- Serializable,- GuiTitlable,- Idable,- ListItem
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from class ru.bitel.common.model.IdTitleIdTitle.Builder, IdTitle.IdTitleBuilder
- 
Field Summary
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddRecordAction(RecordAction recordAction) intintvoidsetActions(Set<RecordAction> actions) voidsetAllActionsCount(int allActionsCount) voidsetEndRecordingTime(Date endRecordingTime) voidsetStartRecordingTime(Date startRecordingTime) voidsetUserId(int userId) Methods inherited from class ru.bitel.common.model.IdTitlecopyTo, getGuiTitle, getTitle, setTitle, to, toIdTitle, toStringMethods inherited from class ru.bitel.common.model.IdcopyTo, equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setId
- 
Constructor Details- 
RequestRecordLogpublic RequestRecordLog()
 
- 
- 
Method Details- 
getUserIdpublic int getUserId()
- 
setUserIdpublic void setUserId(int userId) 
- 
getAllActionsCountpublic int getAllActionsCount()
- 
setAllActionsCountpublic void setAllActionsCount(int allActionsCount) 
- 
getStartRecordingTime
- 
setStartRecordingTime
- 
getActions
- 
setActions
- 
addRecordAction
- 
setEndRecordingTime
- 
getEndRecordingTime
 
-