Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialprojectdetail |
Modifier and Type | Field and Description |
---|---|
static ProjectLink<Workpackage> |
Project.TO_WORKPACKAGE_SET
Use with available fluent helpers to apply the WorkpackageSet navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
Workpackage |
Workpackage.WorkpackageBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<Workpackage> |
Project.fetchWorkpackageSet()
Fetches the Workpackage entities (one to many) associated with this entity.
|
protected Class<Workpackage> |
WorkpackageByKeyFluentHelper.getEntityClass() |
protected Class<Workpackage> |
WorkpackageFluentHelper.getEntityClass() |
Class<Workpackage> |
Workpackage.getType() |
Optional<List<Workpackage>> |
Project.getWorkpackageSetIfPresent()
Retrieval of associated Workpackage entities (one to many).
|
List<Workpackage> |
Project.getWorkpackageSetOrFetch()
Retrieval of associated Workpackage entities (one to many).
|
Modifier and Type | Method and Description |
---|---|
void |
Project.addWorkpackageSet(Workpackage... entity)
Adds elements to the list of associated Workpackage entities.
|
Project.ProjectBuilder |
Project.ProjectBuilder.workpackageSet(Workpackage... value) |
Modifier and Type | Method and Description |
---|---|
void |
Project.setWorkpackageSet(List<Workpackage> value)
Overwrites the list of associated Workpackage entities for the loaded navigation property WorkpackageSet.
|
protected WorkpackageLink<ObjectT> |
WorkpackageLink.translateLinkType(EntityLink<WorkpackageLink<ObjectT>,Workpackage,ObjectT> link) |
Constructor and Description |
---|
Project(String changedBy,
String profitCenter,
ZonedDateTime changedOn,
String profitCenterName,
String projectID,
String projectName,
String projectStage,
String stageDesc,
LocalDateTime startDate,
LocalDateTime endDate,
String customer,
String customerName,
String projManagerId,
String projManagerName,
String projAccountantId,
String projAccountantName,
String projControllerId,
String projControllerName,
String projPartnerId,
String projPartnerName,
String costCenter,
String costCenterName,
String projectCategory,
String currency,
String currencyname,
String orgID,
String orgDesc,
String confidential,
ErpConfigContext erpConfigContext,
List<Workpackage> toWorkpackageSet) |
Copyright © 2018 SAP SE. All rights reserved.