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 TypeMethodDescriptionvoid
void
setDescription
(String description) void
setInvoice
(InvoiceTransfer invoice) void
setInvoiceLineGlAccount
(InvoiceLineGlAccountTransfer invoiceLineGlAccount) void
setInvoiceLineItem
(InvoiceLineItemTransfer invoiceLineItem) void
setInvoiceLineSequence
(Integer invoiceLineSequence) void
setInvoiceLineType
(InvoiceLineTypeTransfer invoiceLineType) void
setInvoiceLineUseType
(InvoiceLineUseTypeTransfer invoiceLineUseType) void
setParentInvoiceLine
(InvoiceLineTransfer parentInvoiceLine) void
setUnformattedAmount
(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
-