Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialprojectdetail |
Modifier and Type | Field and Description |
---|---|
static PlanDataLink<StaffingData> |
PlanData.TO_STAFF_DATA
Use with available fluent helpers to apply the ToStaffData navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
StaffingData |
StaffingData.StaffingDataBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<StaffingData> |
PlanData.fetchStaffData()
Fetches the StaffingData entities (one to many) associated with this entity.
|
protected Class<StaffingData> |
StaffingDataByKeyFluentHelper.getEntityClass() |
protected Class<StaffingData> |
StaffingDataFluentHelper.getEntityClass() |
Optional<List<StaffingData>> |
PlanData.getStaffDataIfPresent()
Retrieval of associated StaffingData entities (one to many).
|
List<StaffingData> |
PlanData.getStaffDataOrFetch()
Retrieval of associated StaffingData entities (one to many).
|
Class<StaffingData> |
StaffingData.getType() |
Modifier and Type | Method and Description |
---|---|
void |
PlanData.addStaffData(StaffingData... entity)
Adds elements to the list of associated StaffingData entities.
|
PlanData.PlanDataBuilder |
PlanData.PlanDataBuilder.staffData(StaffingData... value) |
Modifier and Type | Method and Description |
---|---|
void |
PlanData.setStaffData(List<StaffingData> value)
Overwrites the list of associated StaffingData entities for the loaded navigation property ToStaffData.
|
protected StaffingDataLink<ObjectT> |
StaffingDataLink.translateLinkType(EntityLink<StaffingDataLink<ObjectT>,StaffingData,ObjectT> link) |
Constructor and Description |
---|
PlanData(String billingControlCategory,
String employeeName,
String wpname,
String projectID,
String resType,
String workPackageID,
String resTypeText,
String resourceId,
String resourceText,
String uom,
String version,
String period,
String fcYear,
String employee,
String confirmed,
String workitemId,
String workitemName,
BigDecimal effort,
String delvryServOrg,
String delvryServOrgT,
ErpConfigContext erpConfigContext,
List<StaffingData> toStaffData) |
Copyright © 2018 SAP SE. All rights reserved.