| Package | Description |
|---|---|
| org.cip4.lib.xjdf.schema |
| Modifier and Type | Field and Description |
|---|---|
protected List<CostCenter> |
Notification.costCenter |
protected List<CostCenter> |
JobPhase.costCenter |
protected List<CostCenter> |
Employee.costCenter |
protected List<CostCenter> |
Device.costCenter |
| Modifier and Type | Method and Description |
|---|---|
CostCenter |
ObjectFactory.createCostCenter()
Create an instance of
CostCenter |
CostCenter |
CostCenter.withCostCenterID(String value) |
CostCenter |
CostCenter.withName(String value) |
| Modifier and Type | Method and Description |
|---|---|
List<CostCenter> |
Notification.getCostCenter()
Gets the value of the costCenter property.
|
List<CostCenter> |
JobPhase.getCostCenter()
Gets the value of the costCenter property.
|
List<CostCenter> |
Employee.getCostCenter()
Gets the value of the costCenter property.
|
List<CostCenter> |
Device.getCostCenter()
Gets the value of the costCenter property.
|
| Modifier and Type | Method and Description |
|---|---|
Notification |
Notification.withCostCenter(CostCenter... values) |
JobPhase |
JobPhase.withCostCenter(CostCenter... values) |
Employee |
Employee.withCostCenter(CostCenter... values) |
Device |
Device.withCostCenter(CostCenter... values) |
| Modifier and Type | Method and Description |
|---|---|
Notification |
Notification.withCostCenter(Collection<CostCenter> values) |
JobPhase |
JobPhase.withCostCenter(Collection<CostCenter> values) |
Employee |
Employee.withCostCenter(Collection<CostCenter> values) |
Device |
Device.withCostCenter(Collection<CostCenter> values) |
Copyright © 2016. All rights reserved.