Package | Description |
---|---|
net.sf.mpxj |
Modifier and Type | Method and Description |
---|---|
CostAccount |
CostAccount.Builder.build()
Build a CostAccount instance.
|
CostAccount |
ExpenseItem.getAccount()
Retrieve the cost account associated with this expense item.
|
CostAccount |
ResourceAssignment.getCostAccount()
Retrieve the cost account for this resource assignment.
|
CostAccount |
CostAccount.getParent()
Retrieve the parent cost account.
|
Modifier and Type | Method and Description |
---|---|
ExpenseItem.Builder |
ExpenseItem.Builder.account(CostAccount value)
Add the cost account.
|
CostAccount.Builder |
CostAccount.Builder.from(CostAccount value)
Initialise the builder from an existing CostAccount instance.
|
CostAccount.Builder |
CostAccount.Builder.parent(CostAccount value)
Add parent.
|
void |
ResourceAssignment.setCostAccount(CostAccount costAccount)
Set the cost account for this resource assignment.
|
Copyright © 2000–2024 Packwood Software. All rights reserved.