Modifier and Type | Field and Description |
---|---|
static ProdSpecComponentDescriptionOneToOneLink<ProdSpecComponent> |
ProdSpecComponentDescription.TO_PROD_SPEC_COMPONENT
Use with available fluent helpers to apply the to_ProdSpecComponent navigation property to query
operations.
|
static ProdSpecCmpstnTypeSpecTypeLink<ProdSpecComponent> |
ProdSpecCmpstnTypeSpecType.TO_PROD_SPEC_COMPONENT
Use with available fluent helpers to apply the to_ProdSpecComponent navigation property to query
operations.
|
static ProdSpecComponentBaseUoMOneToOneLink<ProdSpecComponent> |
ProdSpecComponentBaseUoM.TO_PROD_SPEC_COMPONENT
Use with available fluent helpers to apply the to_ProdSpecComponent navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
ProdSpecComponent |
ProdSpecComponent.ProdSpecComponentBuilder.build() |
ProdSpecComponent |
ProdSpecComponentDescription.fetchProdSpecComponent()
Fetches the ProdSpecComponent entity (one to one) associated with this entity.
|
ProdSpecComponent |
ProdSpecComponentBaseUoM.fetchProdSpecComponent()
Fetches the ProdSpecComponent entity (one to one) associated with this entity.
|
ProdSpecComponent |
ProdSpecComponentDescription.getProdSpecComponentOrFetch()
Retrieval of associated ProdSpecComponent entity (one to one).
|
ProdSpecComponent |
ProdSpecComponentBaseUoM.getProdSpecComponentOrFetch()
Retrieval of associated ProdSpecComponent entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
List<ProdSpecComponent> |
ProdSpecCmpstnTypeSpecType.fetchProdSpecComponent()
Fetches the ProdSpecComponent entities (one to many) associated with this entity.
|
protected Class<ProdSpecComponent> |
ProdSpecComponentFluentHelper.getEntityClass() |
protected Class<ProdSpecComponent> |
ProdSpecComponentByKeyFluentHelper.getEntityClass() |
io.vavr.control.Option<ProdSpecComponent> |
ProdSpecComponentDescription.getProdSpecComponentIfPresent()
Retrieval of associated ProdSpecComponent entity (one to one).
|
io.vavr.control.Option<List<ProdSpecComponent>> |
ProdSpecCmpstnTypeSpecType.getProdSpecComponentIfPresent()
Retrieval of associated ProdSpecComponent entities (one to many).
|
io.vavr.control.Option<ProdSpecComponent> |
ProdSpecComponentBaseUoM.getProdSpecComponentIfPresent()
Retrieval of associated ProdSpecComponent entity (one to one).
|
List<ProdSpecComponent> |
ProdSpecCmpstnTypeSpecType.getProdSpecComponentOrFetch()
Retrieval of associated ProdSpecComponent entities (one to many).
|
Class<ProdSpecComponent> |
ProdSpecComponent.getType() |
Modifier and Type | Method and Description |
---|---|
void |
ProdSpecCmpstnTypeSpecType.addProdSpecComponent(ProdSpecComponent... entity)
Adds elements to the list of associated ProdSpecComponent entities.
|
ProdSpecCmpstnTypeSpecType.ProdSpecCmpstnTypeSpecTypeBuilder |
ProdSpecCmpstnTypeSpecType.ProdSpecCmpstnTypeSpecTypeBuilder.prodSpecComponent(ProdSpecComponent... value)
Navigation property to_ProdSpecComponent for ProdSpecCmpstnTypeSpecType to multiple
ProdSpecComponent.
|
ProdSpecComponentDescription.ProdSpecComponentDescriptionBuilder |
ProdSpecComponentDescription.ProdSpecComponentDescriptionBuilder.prodSpecComponent(ProdSpecComponent value)
Navigation property to_ProdSpecComponent for ProdSpecComponentDescription to single
ProdSpecComponent.
|
ProdSpecComponentBaseUoM.ProdSpecComponentBaseUoMBuilder |
ProdSpecComponentBaseUoM.ProdSpecComponentBaseUoMBuilder.prodSpecComponent(ProdSpecComponent value)
Navigation property to_ProdSpecComponent for ProdSpecComponentBaseUoM to single
ProdSpecComponent.
|
void |
ProdSpecComponentDescription.setProdSpecComponent(ProdSpecComponent value)
Overwrites the associated ProdSpecComponent entity for the loaded navigation property
to_ProdSpecComponent.
|
void |
ProdSpecComponentBaseUoM.setProdSpecComponent(ProdSpecComponent value)
Overwrites the associated ProdSpecComponent entity for the loaded navigation property
to_ProdSpecComponent.
|
Modifier and Type | Method and Description |
---|---|
void |
ProdSpecCmpstnTypeSpecType.setProdSpecComponent(List<ProdSpecComponent> value)
Overwrites the list of associated ProdSpecComponent entities for the loaded navigation property
to_ProdSpecComponent.
|
Constructor and Description |
---|
ProdSpecComponentBaseUoM(String prodSpecComponentInternalID,
String prodSpecCompBaseUnitOfMeasure,
ProdSpecComponent toProdSpecComponent) |
ProdSpecComponentDescription(String prodSpecComponentInternalID,
String language,
String prodSpecComponentDescription,
ProdSpecComponent toProdSpecComponent) |
Constructor and Description |
---|
ProdSpecCmpstnTypeSpecType(String prodSpecCompositionType,
String specificationType,
List<ProdSpecComponent> toProdSpecComponent) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<ProdSpecComponent> |
ProdSpecComponentOneToOneLink.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 ProdSpecComponentLink<ObjectT> |
ProdSpecComponentLink.translateLinkType(EntityLink<ProdSpecComponentLink<ObjectT>,ProdSpecComponent,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.