Modifier and Type | Field and Description |
---|---|
static BOMItemCategoryOneToOneLink<BOMItemCategoryText> |
BOMItemCategory.TO_BOM_ITEM_CATEGORY_TEXT
Use with available fluent helpers to apply the to_BOMItemCategoryText navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
BOMItemCategoryText |
BOMItemCategoryText.BOMItemCategoryTextBuilder.build() |
BOMItemCategoryText |
BOMItemCategory.fetchBOMItemCategoryText()
Fetches the BOMItemCategoryText entity (one to one) associated with this entity.
|
BOMItemCategoryText |
BOMItemCategory.getBOMItemCategoryTextOrFetch()
Retrieval of associated BOMItemCategoryText entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
io.vavr.control.Option<BOMItemCategoryText> |
BOMItemCategory.getBOMItemCategoryTextIfPresent()
Retrieval of associated BOMItemCategoryText entity (one to one).
|
protected Class<BOMItemCategoryText> |
BOMItemCategoryTextFluentHelper.getEntityClass() |
protected Class<BOMItemCategoryText> |
BOMItemCategoryTextByKeyFluentHelper.getEntityClass() |
Class<BOMItemCategoryText> |
BOMItemCategoryText.getType() |
Modifier and Type | Method and Description |
---|---|
BOMItemCategory.BOMItemCategoryBuilder |
BOMItemCategory.BOMItemCategoryBuilder.bomItemCategoryText(BOMItemCategoryText value)
Navigation property to_BOMItemCategoryText for BOMItemCategory to single
BOMItemCategoryText.
|
void |
BOMItemCategory.setBOMItemCategoryText(BOMItemCategoryText value)
Overwrites the associated BOMItemCategoryText entity for the loaded navigation property
to_BOMItemCategoryText.
|
Constructor and Description |
---|
BOMItemCategory(String billOfMaterialItemCategory,
String fixedItemCategory,
String billOfMaterialItemCategoryDesc,
BOMItemCategoryText toBOMItemCategoryText) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<BOMItemCategoryText> |
BOMItemCategoryTextOneToOneLink.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 BOMItemCategoryTextLink<ObjectT> |
BOMItemCategoryTextLink.translateLinkType(EntityLink<BOMItemCategoryTextLink<ObjectT>,BOMItemCategoryText,ObjectT> link) |
Copyright © 2020 SAP SE. All rights reserved.