Modifier and Type | Field and Description |
---|---|
static ProductClassOneToOneLink<ClfnClassForKeyDate> |
ProductClass.TO_CLASS_DETAILS
Use with available fluent helpers to apply the to_ClassDetails navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
ClfnClassForKeyDate |
ClfnClassForKeyDate.ClfnClassForKeyDateBuilder.build() |
ClfnClassForKeyDate |
ProductClass.fetchClassDetails()
Fetches the ClfnClassForKeyDate entity (one to one) associated with this entity.
|
ClfnClassForKeyDate |
ProductClass.getClassDetailsOrFetch()
Retrieval of associated ClfnClassForKeyDate entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
io.vavr.control.Option<ClfnClassForKeyDate> |
ProductClass.getClassDetailsIfPresent()
Retrieval of associated ClfnClassForKeyDate entity (one to one).
|
protected Class<ClfnClassForKeyDate> |
ClfnClassForKeyDateFluentHelper.getEntityClass() |
protected Class<ClfnClassForKeyDate> |
ClfnClassForKeyDateByKeyFluentHelper.getEntityClass() |
Class<ClfnClassForKeyDate> |
ClfnClassForKeyDate.getType() |
Modifier and Type | Method and Description |
---|---|
ProductClass.ProductClassBuilder |
ProductClass.ProductClassBuilder.classDetails(ClfnClassForKeyDate value)
Navigation property to_ClassDetails for ProductClass to single ClfnClassForKeyDate.
|
void |
ProductClass.setClassDetails(ClfnClassForKeyDate value)
Overwrites the associated ClfnClassForKeyDate entity for the loaded navigation property
to_ClassDetails.
|
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<ClfnClassForKeyDate> |
ClfnClassForKeyDateOneToOneLink.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 ClfnClassForKeyDateLink<ObjectT> |
ClfnClassForKeyDateLink.translateLinkType(EntityLink<ClfnClassForKeyDateLink<ObjectT>,ClfnClassForKeyDate,ObjectT> link) |
Copyright © 2020 SAP SE. All rights reserved.