Class AbstractBillDocument
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.bgbilling.modules.bill.common.bean.AbstractBillDocument
- All Implemented Interfaces:
Serializable,ContractIdable,Idable
- Direct Known Subclasses:
BillDocument,InvoiceDocument
- See Also:
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintВозвращает id договораintbyte[]intintgetMonth()intintintintgetTotal()intintgetYear()voidsetAddress(String address) voidsetContractComment(String contractComment) voidsetContractId(int contractId) voidsetContractTitle(String contractTitle) voidsetCorrection(int correction) voidsetDateCreated(Date dateCreated) voidsetDocument(Document document) voidsetDocumentData(byte[] documentData) voidsetDocumentSpecId(int typeId) voidsetDocumentSpecTitle(String typeTitle) voidsetMonth(int month) voidsetNumber(int number) voidsetNumberFormatted(String formattedNumber) voidsetNumberInMonth(int numberInMonth) voidsetNumberInYear(int numberInYear) voidsetNumerationPoolId(int numerationPoolId) voidsetPositionList(List<DocumentPosition> positionList) voidsetRecipient(String recipient) voidsetTotal(BigDecimal total) voidsetUserId(int userId) voidsetYear(int year)
-
Constructor Details
-
AbstractBillDocument
public AbstractBillDocument()
-
-
Method Details
-
getContractId
public int getContractId()Description copied from interface:ContractIdableВозвращает id договора- Specified by:
getContractIdin interfaceContractIdable- Returns:
-
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
-