Class VoiceSessionFilter
java.lang.Object
ru.bitel.bgbilling.modules.voice.common.bean.VoiceSessionFilter
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
getLogin()
boolean
void
setAccountIds
(Set<Integer> accountIds) void
setCallType
(VoiceSessionFilter.CallType callType) void
setContractIds
(Set<Integer> contractIds) void
setContractTitle
(String contractTitle) void
setDateFrom
(Date dateFrom) void
void
setDeviceIds
(Set<Integer> deviceIds) void
setGroupMask
(long groupMask) void
setHourFrom
(Date hourFrom) void
void
void
setOnlyCharged
(boolean onlyCharged) void
setServiceIds
(Set<Integer> serviceIds)
-
Constructor Details
-
VoiceSessionFilter
public VoiceSessionFilter()
-
-
Method Details
-
getContractIds
-
setContractIds
-
getDateFrom
-
setDateFrom
-
getDateTo
-
setDateTo
-
getServiceIds
-
setServiceIds
-
getDeviceIds
-
setDeviceIds
-
getContractTitle
-
setContractTitle
-
getLogin
-
setLogin
-
getAccountIds
-
setAccountIds
-
getHourFrom
-
setHourFrom
-
getHourTo
-
setHourTo
-
getGroupMask
public long getGroupMask() -
setGroupMask
public void setGroupMask(long groupMask) -
isOnlyCharged
public boolean isOnlyCharged() -
setOnlyCharged
public void setOnlyCharged(boolean onlyCharged) -
getCallType
-
setCallType
-