Package | Description |
---|---|
net.sf.mpxj |
Modifier and Type | Method and Description |
---|---|
ExpenseItem |
ExpenseItem.Builder.build()
Build an ExpenseItem instance.
|
Modifier and Type | Method and Description |
---|---|
List<ExpenseItem> |
Task.getExpenseItems()
Retrieve expense items for this task.
|
Modifier and Type | Method and Description |
---|---|
ExpenseItem.Builder |
ExpenseItem.Builder.from(ExpenseItem value)
Initialise the builder from an existing ExpenseItem instance.
|
Modifier and Type | Method and Description |
---|---|
void |
Task.setExpenseItems(List<ExpenseItem> items)
Set the expense items for this task.
|
Copyright © 2000–2024 Packwood Software. All rights reserved.