Class AbstractBillDocument
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.common.model.IdContractId
ru.bitel.bgbilling.modules.bill.common.bean.AbstractBillDocument
- All Implemented Interfaces:
Serializable,ContractIdable,Idable
- Direct Known Subclasses:
BillDocument,InvoiceDocument
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbyte[]intintgetMonth()intintintintgetTotal()intintgetYear()setAddress(String address) setContractComment(String contractComment) setContractId(int contractId) setContractTitle(String contractTitle) setCorrection(int correction) setDateCreated(Date dateCreated) setDocument(Document document) setDocumentData(byte[] documentData) setDocumentSpecId(int typeId) setDocumentSpecTitle(String typeTitle) setMonth(int month) setNumber(int number) setNumberFormatted(String formattedNumber) setNumberInMonth(int numberInMonth) setNumberInYear(int numberInYear) setNumerationPoolId(int numerationPoolId) setPositionList(List<DocumentPosition> positionList) setRecipient(String recipient) setTotal(BigDecimal total) setUserId(int userId) setYear(int year) Methods inherited from class ru.bitel.common.model.IdContractId
getContractId
-
Constructor Details
-
AbstractBillDocument
public AbstractBillDocument()
-
-
Method Details
-
getAddress
-
getContractComment
-
getContractTitle
-
getCorrection
public int getCorrection() -
getDateCreated
-
getDocument
-
getDocumentData
public byte[] getDocumentData() -
getDocumentSpecId
public int getDocumentSpecId() -
getDocumentSpecTitle
-
getMonth
public int getMonth() -
getNumber
public int getNumber() -
getNumberFormatted
-
getNumberInMonth
public int getNumberInMonth() -
getNumberInYear
public int getNumberInYear() -
getNumerationPoolId
public int getNumerationPoolId() -
getPositionList
-
getRecipient
-
getTotal
-
getUserId
public int getUserId() -
getYear
public int getYear() -
setAddress
-
setContractComment
-
setContractId
- Overrides:
setContractIdin classIdContractId
-
setContractTitle
-
setCorrection
-
setDateCreated
-
setDocument
-
setDocumentData
-
setDocumentSpecId
-
setDocumentSpecTitle
-
setMonth
-
setNumber
-
setNumberFormatted
-
setNumberInMonth
-
setNumberInYear
-
setNumerationPoolId
-
setPositionList
-
setRecipient
-
setTotal
-
setUserId
-
setYear
-