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