public class ProjectEmployeeExpenseLine extends ProjectLineBase
Constructor and Description |
---|
ProjectEmployeeExpenseLine() |
Modifier and Type | Method and Description |
---|---|
MoneyAmount |
getBackoutTaxAmount() |
ProjectBilling |
getBilling() |
String |
getDescription() |
ExpenseType |
getExpenseType() |
ProjectEmployeeExpenseLineKey |
getKey() |
PaymentMethod |
getPaymentMethodType() |
MoneyAmount |
getReimbursableAmount() |
MoneyAmount |
getTaxAmount() |
ProjectTaxBasis |
getTaxBasis() |
List<ProjectEmployeeExpenseLineTax> |
getTaxes() |
TaxScheduleKey |
getTaxScheduleKey() |
void |
setBackoutTaxAmount(MoneyAmount value) |
void |
setBilling(ProjectBilling value) |
void |
setDescription(String value) |
void |
setExpenseType(ExpenseType value) |
void |
setKey(ProjectEmployeeExpenseLineKey value) |
void |
setPaymentMethodType(PaymentMethod value) |
void |
setReimbursableAmount(MoneyAmount value) |
void |
setTaxAmount(MoneyAmount value) |
void |
setTaxBasis(ProjectTaxBasis value) |
void |
setTaxes(List<ProjectEmployeeExpenseLineTax> value) |
void |
setTaxScheduleKey(TaxScheduleKey value) |
getAccruedRevenue, getContraGLAccountKey, getCostCategoryKey, getCostOfGoodsSoldGLAccountKey, getDate, getExtendedCost, getMarkupPercent, getOriginalDocumentSequenceNumber, getOverheadAmount, getOverheadGLAccountKey, getOverheadPercent, getProfitAmount, getProfitType, getProjectContractKey, getProjectKey, getQuantity, getReferenceDocumentSequenceNumber, getRoundAmount, getRoundingGLAccountKey, getTotalCost, getTotalOverheadAmount, getTotalProfitAmount, getUnbilledAccountReceivableGLAccountKey, getUnbilledProjectRevenueGLAccountKey, getUnitCost, getUofM, getWorkInProgressGLAccountKey, setAccruedRevenue, setContraGLAccountKey, setCostCategoryKey, setCostOfGoodsSoldGLAccountKey, setDate, setExtendedCost, setMarkupPercent, setOriginalDocumentSequenceNumber, setOverheadAmount, setOverheadGLAccountKey, setOverheadPercent, setProfitAmount, setProfitType, setProjectContractKey, setProjectKey, setQuantity, setReferenceDocumentSequenceNumber, setRoundAmount, setRoundingGLAccountKey, setTotalCost, setTotalOverheadAmount, setTotalProfitAmount, setUnbilledAccountReceivableGLAccountKey, setUnbilledProjectRevenueGLAccountKey, setUnitCost, setUofM, setWorkInProgressGLAccountKey
public MoneyAmount getBackoutTaxAmount()
public void setBackoutTaxAmount(MoneyAmount value)
public ProjectBilling getBilling()
public void setBilling(ProjectBilling value)
public String getDescription()
public void setDescription(String value)
public ExpenseType getExpenseType()
public void setExpenseType(ExpenseType value)
public ProjectEmployeeExpenseLineKey getKey()
public void setKey(ProjectEmployeeExpenseLineKey value)
public PaymentMethod getPaymentMethodType()
public void setPaymentMethodType(PaymentMethod value)
public MoneyAmount getReimbursableAmount()
public void setReimbursableAmount(MoneyAmount value)
public MoneyAmount getTaxAmount()
public void setTaxAmount(MoneyAmount value)
public ProjectTaxBasis getTaxBasis()
public void setTaxBasis(ProjectTaxBasis value)
public TaxScheduleKey getTaxScheduleKey()
public void setTaxScheduleKey(TaxScheduleKey value)
public List<ProjectEmployeeExpenseLineTax> getTaxes()
public void setTaxes(List<ProjectEmployeeExpenseLineTax> value)
Copyright © 2010–2016. All rights reserved.