Modifier and Type | Field and Description |
---|---|
static PlantLink<PlantText> |
Plant.TO_CNSLDTN_PLANT_T
Use with available fluent helpers to apply the to_CnsldtnPlantT navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
PlantText |
PlantText.PlantTextBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<PlantText> |
Plant.fetchCnsldtnPlantT()
Fetches the PlantText entities (one to many) associated with this entity.
|
io.vavr.control.Option<List<PlantText>> |
Plant.getCnsldtnPlantTIfPresent()
Retrieval of associated PlantText entities (one to many).
|
List<PlantText> |
Plant.getCnsldtnPlantTOrFetch()
Retrieval of associated PlantText entities (one to many).
|
protected Class<PlantText> |
PlantTextByKeyFluentHelper.getEntityClass() |
protected Class<PlantText> |
PlantTextFluentHelper.getEntityClass() |
Class<PlantText> |
PlantText.getType() |
Modifier and Type | Method and Description |
---|---|
void |
Plant.addCnsldtnPlantT(PlantText... entity)
Adds elements to the list of associated PlantText entities.
|
Plant.PlantBuilder |
Plant.PlantBuilder.cnsldtnPlantT(PlantText... value)
Navigation property to_CnsldtnPlantT for Plant to multiple PlantText.
|
Modifier and Type | Method and Description |
---|---|
void |
Plant.setCnsldtnPlantT(List<PlantText> value)
Overwrites the list of associated PlantText entities for the loaded navigation property
to_CnsldtnPlantT.
|
Constructor and Description |
---|
Plant(String plant,
String plant_Text,
String additionalMasterDataSource,
List<PlantText> toCnsldtnPlantT) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<PlantText> |
PlantTextOneToOneLink.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 PlantTextLink<ObjectT> |
PlantTextLink.translateLinkType(EntityLink<PlantTextLink<ObjectT>,PlantText,ObjectT> link) |
Copyright © 2020 SAP SE. All rights reserved.