Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.workcenterdata |
Modifier and Type | Field and Description |
---|---|
static WorkCentersLink<WorkCenterCapacity> |
WorkCenters.TO_CAPACITY
Use with available fluent helpers to apply the to_Capacity navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
WorkCenterCapacity |
WorkCenterCapacity.WorkCenterCapacityBuilder.build() |
WorkCenterCapacity |
WorkCenters.fetchCapacity()
Fetches the WorkCenterCapacity entity (one to one) associated with this entity.
|
WorkCenterCapacity |
WorkCenters.getCapacityOrFetch()
Retrieval of associated WorkCenterCapacity entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
com.google.common.base.Optional<WorkCenterCapacity> |
WorkCenters.getCapacityOrNull()
Retrieval of associated WorkCenterCapacity entity (one to one).
|
Class<WorkCenterCapacity> |
WorkCenterCapacity.getType() |
Modifier and Type | Method and Description |
---|---|
WorkCenters.WorkCentersBuilder |
WorkCenters.WorkCentersBuilder.capacity(WorkCenterCapacity value) |
void |
WorkCenters.setCapacity(WorkCenterCapacity value)
Overwrites the associated WorkCenterCapacity entity for the loaded navigation property to_Capacity.
|
Constructor and Description |
---|
WorkCenters(String workCenterInternalID,
String workCenterUsage,
String capacityInternalID,
String workCenterTypeCode,
String workCenter,
String workCenterDesc,
String plant,
String workCenterCategoryCode,
String workCenterResponsible,
String workCenterResponsibleName,
String supplyArea,
ErpConfigContext erpConfigContext,
WorkCenterCapacity toCapacity,
List<WorkCenterPipeLineOperation> toWorkCenterQueuingOp,
List<WorkCenterDayOperation> toWorkCenterTodayOp) |
Copyright © 2018 SAP SE. All rights reserved.