public final class ExpenseItem extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ExpenseItem.Builder
Expense item builder.
|
Modifier and Type | Method and Description |
---|---|
CostAccount |
getAccount()
Retrieve the cost account associated with this expense item.
|
Integer |
getAccountUniqueID()
Retrieve the unique ID of the cost account associated with this expense item.
|
AccrueType |
getAccrueType()
Retrieve the accrue type for this expense item.
|
Double |
getActualCost()
Retrieve the actual cost for this expense item.
|
Double |
getActualUnits()
Retrieve the actual units for this expense item.
|
Double |
getAtCompletionCost()
Retrieve the at completion cost for this expense item.
|
Double |
getAtCompletionUnits()
Retrieve the at completion units for this expense item.
|
boolean |
getAutoComputeActuals()
Retrieve the auto complete actuals flag for this expense item.
|
ExpenseCategory |
getCategory()
Retrieve the expense category associated with this expense item.
|
Integer |
getCategoryUniqueID()
Retrieve the unique ID of the expense category associated with this expense item.
|
String |
getDescription()
Retrieve the description for this expense item.
|
String |
getDocumentNumber()
Retrieve the document number for this expense item.
|
String |
getName()
Retrieve the expense item's name.
|
Double |
getPlannedCost()
Retrieve the planned cost for this expense item.
|
Double |
getPlannedUnits()
Retrieve the planned units for this expense item.
|
Double |
getPricePerUnit()
Retrieve the price per unit for this expense item.
|
Double |
getRemainingCost()
Retrieve the remaining cost for this expense item.
|
Double |
getRemainingUnits()
Retrieve the remaining units for this expense item.
|
Task |
getTask()
Retrieve the parent task for this expense item.
|
Integer |
getUniqueID()
Retrieve the expense item's unique ID.
|
String |
getUnitOfMeasure()
Retrieve the unit of measure for this expense item.
|
String |
getVendor()
Retrieve the vendor for this expense item.
|
String |
toString() |
public Integer getUniqueID()
public String getName()
public Integer getAccountUniqueID()
public CostAccount getAccount()
public Integer getCategoryUniqueID()
public ExpenseCategory getCategory()
public Task getTask()
public String getDescription()
public String getDocumentNumber()
public String getVendor()
public Double getAtCompletionCost()
public Double getAtCompletionUnits()
public Double getActualCost()
public Double getActualUnits()
public Double getPricePerUnit()
public Double getRemainingCost()
public Double getRemainingUnits()
public Double getPlannedCost()
public Double getPlannedUnits()
public AccrueType getAccrueType()
public boolean getAutoComputeActuals()
public String getUnitOfMeasure()
Copyright © 2000–2024 Packwood Software. All rights reserved.