public class SageLineItem
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
description |
private java.lang.Integer |
id |
private SageId |
ledgerAccount |
private java.lang.Integer |
ledgerAccountId |
private java.lang.Double |
netAmmount |
private SageId |
product |
private java.lang.String |
productCode |
private java.lang.Double |
quantity |
private SageId |
service |
private java.lang.Double |
taxAmmount |
private SageId |
taxCode |
private java.lang.Integer |
taxCodeId |
private java.lang.Double |
taxRatePercentage |
private java.lang.Double |
unitPrice |
private java.lang.Boolean |
unitPriceIncludesTax |
Constructor and Description |
---|
SageLineItem() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
java.lang.Integer |
getId() |
SageId |
getLedgerAccount() |
java.lang.Integer |
getLedgerAccountId() |
java.lang.Double |
getNetAmmount() |
SageId |
getProduct() |
java.lang.String |
getProductCode() |
java.lang.Double |
getQuantity() |
SageId |
getService() |
java.lang.Double |
getTaxAmmount() |
SageId |
getTaxCode() |
java.lang.Integer |
getTaxCodeId() |
java.lang.Double |
getTaxRatePercentage() |
java.lang.Double |
getUnitPrice() |
java.lang.Boolean |
getUnitPriceIncludesTax() |
void |
setDescription(java.lang.String description) |
void |
setId(java.lang.Integer id) |
void |
setLedgerAccount(SageId ledgerAccount) |
void |
setLedgerAccountId(java.lang.Integer ledgerAccountId) |
void |
setNetAmmount(java.lang.Double netAmmount) |
void |
setProduct(SageId product) |
void |
setProductCode(java.lang.String productCode) |
void |
setQuantity(java.lang.Double quantity) |
void |
setService(SageId service) |
void |
setTaxAmmount(java.lang.Double taxAmmount) |
void |
setTaxCode(SageId taxCode) |
void |
setTaxCodeId(java.lang.Integer taxCodeId) |
void |
setTaxRatePercentage(double taxRatePercentage) |
void |
setUnitPrice(java.lang.Double unitPrice) |
void |
setUnitPriceIncludesTax(java.lang.Boolean unitPriceIncludesTax) |
private java.lang.Integer id
private java.lang.Double netAmmount
private java.lang.Double taxAmmount
private SageId taxCode
private java.lang.Double taxRatePercentage
private java.lang.Boolean unitPriceIncludesTax
private SageId ledgerAccount
private java.lang.String productCode
private SageId product
private SageId service
private java.lang.String description
private java.lang.Double quantity
private java.lang.Double unitPrice
private java.lang.Integer taxCodeId
private java.lang.Integer ledgerAccountId
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public java.lang.Double getQuantity()
public void setQuantity(java.lang.Double quantity)
public java.lang.Double getUnitPrice()
public void setUnitPrice(java.lang.Double unitPrice)
public java.lang.Integer getTaxCodeId()
public void setTaxCodeId(java.lang.Integer taxCodeId)
public java.lang.Integer getLedgerAccountId()
public void setLedgerAccountId(java.lang.Integer ledgerAccountId)
public java.lang.Integer getId()
public void setId(java.lang.Integer id)
public java.lang.Double getNetAmmount()
public void setNetAmmount(java.lang.Double netAmmount)
public java.lang.Double getTaxAmmount()
public void setTaxAmmount(java.lang.Double taxAmmount)
public SageId getTaxCode()
public void setTaxCode(SageId taxCode)
public java.lang.Double getTaxRatePercentage()
public void setTaxRatePercentage(double taxRatePercentage)
public java.lang.Boolean getUnitPriceIncludesTax()
public void setUnitPriceIncludesTax(java.lang.Boolean unitPriceIncludesTax)
public SageId getLedgerAccount()
public void setLedgerAccount(SageId ledgerAccount)
public java.lang.String getProductCode()
public void setProductCode(java.lang.String productCode)
public SageId getProduct()
public void setProduct(SageId product)
public SageId getService()
public void setService(SageId service)