Class VoiceSessionDetailOrder
java.lang.Object
ru.bitel.common.model.ContractId
ru.bitel.bgbilling.modules.voice.common.bean.VoiceSessionDetailOrder
- All Implemented Interfaces:
ContractIdable
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic enumstatic enum -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic VoiceSessionDetailOrderfrom(VoiceSessionDetailOrder order) intgetEmail()longintgetMonth()intgetYear()setAccountId(int accountId) setContractId(int contractId) setCreateDate(Date createDate) setEmailSend(VoiceSessionDetailOrder.EmailSend emailSend) setFileSize(long fileSize) setFormatType(VoiceSessionDetailOrder.FormatType formatType) setMonth(int month) setYear(int year) toString()Methods inherited from class ru.bitel.common.model.ContractId
getContractId
-
Constructor Details
-
VoiceSessionDetailOrder
public VoiceSessionDetailOrder()
-
-
Method Details
-
getAccountId
public int getAccountId() -
getCreateDate
-
getEmail
-
getEmailSend
-
getFileSize
public long getFileSize() -
getFormatType
-
getMonth
public int getMonth() -
getStatus
-
getYear
public int getYear() -
setAccountId
-
setContractId
- Overrides:
setContractIdin classContractId
-
setCreateDate
-
setEmail
-
setEmailSend
-
setFileSize
-
setFormatType
-
setMonth
-
setStatus
-
setYear
-
toString
-
from
-