Modifier and Type | Field and Description |
---|---|
static ProductClassLink<ProductClassCharc> |
ProductClass.TO_CHARACTERISTICS
Use with available fluent helpers to apply the to_Characteristics navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
ProductClassCharc |
ProductClassCharc.ProductClassCharcBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<ProductClassCharc> |
ProductClass.fetchCharacteristics()
Fetches the ProductClassCharc entities (one to many) associated with this entity.
|
io.vavr.control.Option<List<ProductClassCharc>> |
ProductClass.getCharacteristicsIfPresent()
Retrieval of associated ProductClassCharc entities (one to many).
|
List<ProductClassCharc> |
ProductClass.getCharacteristicsOrFetch()
Retrieval of associated ProductClassCharc entities (one to many).
|
protected Class<ProductClassCharc> |
ProductClassCharcByKeyFluentHelper.getEntityClass() |
protected Class<ProductClassCharc> |
ProductClassCharcFluentHelper.getEntityClass() |
Class<ProductClassCharc> |
ProductClassCharc.getType() |
Modifier and Type | Method and Description |
---|---|
void |
ProductClass.addCharacteristics(ProductClassCharc... entity)
Adds elements to the list of associated ProductClassCharc entities.
|
ProductClass.ProductClassBuilder |
ProductClass.ProductClassBuilder.characteristics(ProductClassCharc... value)
Navigation property to_Characteristics for ProductClass to multiple ProductClassCharc.
|
Modifier and Type | Method and Description |
---|---|
void |
ProductClass.setCharacteristics(List<ProductClassCharc> value)
Overwrites the list of associated ProductClassCharc entities for the loaded navigation property
to_Characteristics.
|
Constructor and Description |
---|
ProductClass(String product,
String classInternalID,
LocalDateTime keyDate,
String changeNumber,
String classType,
List<ProductClassCharc> toCharacteristics,
ClfnClassForKeyDate toClassDetails) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<ProductClassCharc> |
ProductClassCharcOneToOneLink.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 ProductClassCharcLink<ObjectT> |
ProductClassCharcLink.translateLinkType(EntityLink<ProductClassCharcLink<ObjectT>,ProductClassCharc,ObjectT> link) |
Copyright © 2020 SAP SE. All rights reserved.