Class InvoiceLineTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.invoice.common.transfer.InvoiceLineTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvoiceLineTransfer(InvoiceTransfer invoice, Integer invoiceLineSequence, InvoiceLineTransfer parentInvoiceLine, InvoiceLineTypeTransfer invoiceLineType, InvoiceLineUseTypeTransfer invoiceLineUseType, String amount, Long unformattedAmount, String description) Creates a new instance of InvoiceLineTransfer -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidsetDescription(String description) voidsetInvoice(InvoiceTransfer invoice) voidsetInvoiceLineGlAccount(InvoiceLineGlAccountTransfer invoiceLineGlAccount) voidsetInvoiceLineItem(InvoiceLineItemTransfer invoiceLineItem) voidsetInvoiceLineSequence(Integer invoiceLineSequence) voidsetInvoiceLineType(InvoiceLineTypeTransfer invoiceLineType) voidsetInvoiceLineUseType(InvoiceLineUseTypeTransfer invoiceLineUseType) voidsetParentInvoiceLine(InvoiceLineTransfer parentInvoiceLine) voidsetUnformattedAmount(Long unformattedAmount) Methods inherited from class com.echothree.util.common.transfer.BaseTransfer
addComments, addOwnedWorkEffort, addRatings, getComments, getEntityAliasTypes, getEntityAttributeGroups, getEntityInstance, getOwnedWorkEfforts, getRatings, getTagScopes, setComments, setEntityAliasTypes, setEntityAttributeGroups, setEntityInstance, setOwnedWorkEfforts, setRatings, setTagScopes
-
Constructor Details
-
InvoiceLineTransfer
public InvoiceLineTransfer(InvoiceTransfer invoice, Integer invoiceLineSequence, InvoiceLineTransfer parentInvoiceLine, InvoiceLineTypeTransfer invoiceLineType, InvoiceLineUseTypeTransfer invoiceLineUseType, String amount, Long unformattedAmount, String description) Creates a new instance of InvoiceLineTransfer
-
-
Method Details
-
getInvoice
-
setInvoice
-
getInvoiceLineSequence
-
setInvoiceLineSequence
-
getParentInvoiceLine
-
setParentInvoiceLine
-
getInvoiceLineType
-
setInvoiceLineType
-
getInvoiceLineUseType
-
setInvoiceLineUseType
-
getAmount
-
setAmount
-
getUnformattedAmount
-
setUnformattedAmount
-
getDescription
-
setDescription
-
getInvoiceLineItem
-
setInvoiceLineItem
-
getInvoiceLineGlAccount
-
setInvoiceLineGlAccount
-