Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialprojectdetail |
Modifier and Type | Field and Description |
---|---|
static WorkpackageLink<PlanData> |
Workpackage.TO_PLAN_DATA_SET
Use with available fluent helpers to apply the PlanDataSet navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
PlanData |
PlanData.PlanDataBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<PlanData> |
Workpackage.fetchPlanDataSet()
Fetches the PlanData entities (one to many) associated with this entity.
|
protected Class<PlanData> |
PlanDataFluentHelper.getEntityClass() |
protected Class<PlanData> |
PlanDataByKeyFluentHelper.getEntityClass() |
Optional<List<PlanData>> |
Workpackage.getPlanDataSetIfPresent()
Retrieval of associated PlanData entities (one to many).
|
List<PlanData> |
Workpackage.getPlanDataSetOrFetch()
Retrieval of associated PlanData entities (one to many).
|
Class<PlanData> |
PlanData.getType() |
Modifier and Type | Method and Description |
---|---|
void |
Workpackage.addPlanDataSet(PlanData... entity)
Adds elements to the list of associated PlanData entities.
|
Workpackage.WorkpackageBuilder |
Workpackage.WorkpackageBuilder.planDataSet(PlanData... value) |
Modifier and Type | Method and Description |
---|---|
void |
Workpackage.setPlanDataSet(List<PlanData> value)
Overwrites the list of associated PlanData entities for the loaded navigation property PlanDataSet.
|
protected PlanDataLink<ObjectT> |
PlanDataLink.translateLinkType(EntityLink<PlanDataLink<ObjectT>,PlanData,ObjectT> link) |
Constructor and Description |
---|
Workpackage(ZonedDateTime changedOn,
String projectID,
String changedBy,
String workPackageID,
String workPackageName,
LocalDateTime wPStartDate,
LocalDateTime wPEndDate,
String projectName,
ErpConfigContext erpConfigContext,
List<WorkItem> toWorkItemSet,
List<PlanData> toPlanDataSet) |
Copyright © 2018 SAP SE. All rights reserved.