Modifier and Type | Field and Description |
---|---|
static ProdSpecComponentLink<ProdSpecComponentDescription> |
ProdSpecComponent.TO_PROD_SPEC_COMPONENT_DESCRIPTION
Use with available fluent helpers to apply the to_ProdSpecComponentDescription navigation property to
query operations.
|
Modifier and Type | Method and Description |
---|---|
ProdSpecComponentDescription |
ProdSpecComponentDescription.ProdSpecComponentDescriptionBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<ProdSpecComponentDescription> |
ProdSpecComponent.fetchProdSpecComponentDescription()
Fetches the ProdSpecComponentDescription entities (one to many) associated with this entity.
|
protected Class<ProdSpecComponentDescription> |
ProdSpecComponentDescriptionByKeyFluentHelper.getEntityClass() |
protected Class<ProdSpecComponentDescription> |
ProdSpecComponentDescriptionFluentHelper.getEntityClass() |
io.vavr.control.Option<List<ProdSpecComponentDescription>> |
ProdSpecComponent.getProdSpecComponentDescriptionIfPresent()
Retrieval of associated ProdSpecComponentDescription entities (one to many).
|
List<ProdSpecComponentDescription> |
ProdSpecComponent.getProdSpecComponentDescriptionOrFetch()
Retrieval of associated ProdSpecComponentDescription entities (one to many).
|
Class<ProdSpecComponentDescription> |
ProdSpecComponentDescription.getType() |
Modifier and Type | Method and Description |
---|---|
void |
ProdSpecComponent.addProdSpecComponentDescription(ProdSpecComponentDescription... entity)
Adds elements to the list of associated ProdSpecComponentDescription entities.
|
ProdSpecComponent.ProdSpecComponentBuilder |
ProdSpecComponent.ProdSpecComponentBuilder.prodSpecComponentDescription(ProdSpecComponentDescription... value)
Navigation property to_ProdSpecComponentDescription for ProdSpecComponent to multiple
ProdSpecComponentDescription.
|
Modifier and Type | Method and Description |
---|---|
void |
ProdSpecComponent.setProdSpecComponentDescription(List<ProdSpecComponentDescription> value)
Overwrites the list of associated ProdSpecComponentDescription entities for the loaded navigation property
to_ProdSpecComponentDescription.
|
Constructor and Description |
---|
ProdSpecComponent(String prodSpecComponentInternalID,
String prodSpecComponent,
String specificationType,
List<ProdSpecCmpstnTypeSpecType> toProdSpecCmpstnTypeSpecType,
ProdSpecComponentBaseUoM toProdSpecComponentBaseUoM,
List<ProdSpecComponentDescription> toProdSpecComponentDescription) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<ProdSpecComponentDescription> |
ProdSpecComponentDescriptionOneToOneLink.filter(ExpressionFluentHelper<ObjectT> filterExpression)
Query modifier to restrict the result set to entities for which this expression (formulated over a property of a
related entity) evaluates to true.
|
Modifier and Type | Method and Description |
---|---|
protected ProdSpecComponentDescriptionLink<ObjectT> |
ProdSpecComponentDescriptionLink.translateLinkType(EntityLink<ProdSpecComponentDescriptionLink<ObjectT>,ProdSpecComponentDescription,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.