Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.activitytype |
Modifier and Type | Field and Description |
---|---|
static CostCenterActivityTypeLink<CostCenterActivityTypeText> |
CostCenterActivityType.TO_TEXT
Use with available fluent helpers to apply the to_Text navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
CostCenterActivityTypeText |
CostCenterActivityTypeText.CostCenterActivityTypeTextBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<CostCenterActivityTypeText> |
CostCenterActivityType.fetchText()
Fetches the CostCenterActivityTypeText entities (one to many) associated with this entity.
|
List<CostCenterActivityTypeText> |
CostCenterActivityType.getTextOrFetch()
Retrieval of associated CostCenterActivityTypeText entities (one to many).
|
com.google.common.base.Optional<List<CostCenterActivityTypeText>> |
CostCenterActivityType.getTextOrNull()
Retrieval of associated CostCenterActivityTypeText entities (one to many).
|
Class<CostCenterActivityTypeText> |
CostCenterActivityTypeText.getType() |
Modifier and Type | Method and Description |
---|---|
void |
CostCenterActivityType.addText(CostCenterActivityTypeText... entity)
Adds elements to the list of associated CostCenterActivityTypeText entities.
|
CostCenterActivityType.CostCenterActivityTypeBuilder |
CostCenterActivityType.CostCenterActivityTypeBuilder.text(CostCenterActivityTypeText... value) |
Modifier and Type | Method and Description |
---|---|
void |
CostCenterActivityType.setText(List<CostCenterActivityTypeText> value)
Overwrites the list of associated CostCenterActivityTypeText entities for the loaded navigation property to_Text.
|
Constructor and Description |
---|
CostCenterActivityType(String controllingArea,
String costCtrActivityType,
Calendar validityEndDate,
Calendar validityStartDate,
String costCtrActivityTypeQtyUnit,
String costCtrActivityTypeCategory,
String allocationCostElement,
String costCtrActivityTypeOutpQtyUnit,
Calendar creationDate,
String enteredByUser,
String costOriginGroup,
String actlPostgCostCenterActyTypeCat,
BigDecimal outputQuantityFactor,
String activityTypeIsBlocked,
Boolean fixedCostIsPredistributed,
String priceAllocationMethod,
Boolean periodPriceIsAverage,
String actualPriceAllocationMethod,
Boolean actualQuantityIsSetManually,
Boolean planQuantityIsSetManually,
ErpConfigContext erpConfigContext,
List<CostCenterActivityTypeText> toText) |
Copyright © 2018 SAP SE. All rights reserved.