Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmasterdataincludingclassification |
Modifier and Type | Field and Description |
---|---|
static ClfnProductLink<ProductDescription> |
ClfnProduct.TO_DESCRIPTION
Use with available fluent helpers to apply the to_Description navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
ProductDescription |
ProductDescription.ProductDescriptionBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<ProductDescription> |
ClfnProduct.fetchDescription()
Fetches the ProductDescription entities (one to many) associated with this entity.
|
List<ProductDescription> |
ClfnProduct.getDescriptionOrFetch()
Retrieval of associated ProductDescription entities (one to many).
|
com.google.common.base.Optional<List<ProductDescription>> |
ClfnProduct.getDescriptionOrNull()
Retrieval of associated ProductDescription entities (one to many).
|
Class<ProductDescription> |
ProductDescription.getType() |
Modifier and Type | Method and Description |
---|---|
void |
ClfnProduct.addDescription(ProductDescription... entity)
Adds elements to the list of associated ProductDescription entities.
|
ClfnProduct.ClfnProductBuilder |
ClfnProduct.ClfnProductBuilder.description(ProductDescription... value) |
Modifier and Type | Method and Description |
---|---|
void |
ClfnProduct.setDescription(List<ProductDescription> value)
Overwrites the list of associated ProductDescription entities for the loaded navigation property to_Description.
|
Constructor and Description |
---|
ClfnProduct(String product,
String productType,
String crossPlantStatus,
Calendar crossPlantStatusValidityDate,
Calendar creationDate,
String createdByUser,
Calendar lastChangeDate,
String lastChangedByUser,
Boolean isMarkedForDeletion,
String productOldID,
BigDecimal grossWeight,
String purchaseOrderQuantityUnit,
String sourceOfSupply,
String weightUnit,
BigDecimal netWeight,
String countryOfOrigin,
String competitorID,
String productGroup,
String baseUnit,
String itemCategoryGroup,
String productHierarchy,
String division,
String varblPurOrdUnitIsActive,
String volumeUnit,
BigDecimal materialVolume,
String aNPCode,
String brand,
String procurementRule,
Calendar validityStartDate,
String lowLevelCode,
String prodNoInGenProdInPrepackProd,
String serialIdentifierAssgmtProfile,
String sizeOrDimensionText,
String industryStandardName,
String productStandardID,
String internationalArticleNumberCat,
Boolean productIsConfigurable,
Boolean isBatchManagementRequired,
String externalProductGroup,
String crossPlantConfigurableProduct,
String serialNoExplicitnessLevel,
String productManufacturerNumber,
String manufacturerPartProfile,
String changeNumber,
String materialRevisionLevel,
String handlingIndicator,
String warehouseProductGroup,
String warehouseStorageCondition,
String standardHandlingUnitType,
String serialNumberProfile,
String adjustmentProfile,
String preferredUnitOfMeasure,
Boolean isPilferable,
Boolean isRelevantForHzdsSubstances,
BigDecimal quarantinePeriod,
String timeUnitForQuarantinePeriod,
String qualityInspectionGroup,
String authorizationGroup,
String handlingUnitType,
Boolean hasVariableTareWeight,
BigDecimal maximumPackagingLength,
BigDecimal maximumPackagingWidth,
BigDecimal maximumPackagingHeight,
ErpConfigContext erpConfigContext,
List<ProductDescription> toDescription,
List<ProductPlant> toPlant,
List<ProductCharc> toProductCharc,
List<ProductClass> toProductClass,
List<ProductSalesTax> toProductSalesTax,
List<ProductSalesDelivery> toSalesDelivery) |
Copyright © 2018 SAP SE. All rights reserved.