public class InvoiceLine extends BillingEntity
| Modifier and Type | Field and Description |
|---|---|
protected String |
calculation |
protected String |
changedBy |
protected int |
componentValue |
protected BigDecimal |
cost |
protected Date |
created |
protected String |
description |
protected String |
id |
protected String |
invoiceID |
protected String |
name |
protected String |
organizationID |
protected static ResourcePath |
resourcePath |
protected BigDecimal |
tax |
protected UnitOfMeasure |
unitOfMeasure |
protected String |
unitOfMeasureID |
protected Date |
updated |
m_client, PRETTY_PRINT_GSON| Modifier | Constructor and Description |
|---|---|
protected |
InvoiceLine() |
protected |
InvoiceLine(BillForwardClient client_) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCalculation() |
String |
getChangedBy() |
int |
getComponentValue() |
BigDecimal |
getCost() |
Date |
getCreated() |
String |
getDescription() |
String |
getID() |
String |
getInvoiceID() |
String |
getName() |
String |
getOrganizationID() |
protected ResourcePath |
getResourcePath() |
BigDecimal |
getTax() |
UnitOfMeasure |
getUnitOfMeasure() |
String |
getUnitOfMeasureID() |
Date |
getUpdated() |
protected static ResourcePath |
ResourcePath() |
protected String id
protected String invoiceID
protected String unitOfMeasureID
protected String organizationID
protected String name
protected String description
protected String calculation
protected BigDecimal cost
protected BigDecimal tax
protected int componentValue
protected Date updated
protected String changedBy
protected Date created
protected UnitOfMeasure unitOfMeasure
protected static ResourcePath resourcePath
protected InvoiceLine(BillForwardClient client_)
protected InvoiceLine()
public String getID()
public String getInvoiceID()
public String getUnitOfMeasureID()
public String getOrganizationID()
public String getName()
public String getDescription()
public String getCalculation()
public BigDecimal getCost()
public BigDecimal getTax()
public int getComponentValue()
public Date getUpdated()
public String getChangedBy()
public Date getCreated()
public UnitOfMeasure getUnitOfMeasure()
protected ResourcePath getResourcePath()
getResourcePath in class BillingEntityprotected static ResourcePath ResourcePath()
Copyright © 2015 BillForward. All rights reserved.