Modifier and Type | Field and Description |
---|---|
static PureSubstanceLink<PureSubstanceDescription> |
PureSubstance.TO_PURE_SUBSTANCE_DESCRIPTION
Use with available fluent helpers to apply the to_PureSubstanceDescription navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
PureSubstanceDescription |
PureSubstanceDescription.PureSubstanceDescriptionBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<PureSubstanceDescription> |
PureSubstance.fetchPureSubstanceDescription()
Fetches the PureSubstanceDescription entities (one to many) associated with this entity.
|
protected Class<PureSubstanceDescription> |
PureSubstanceDescriptionFluentHelper.getEntityClass() |
protected Class<PureSubstanceDescription> |
PureSubstanceDescriptionByKeyFluentHelper.getEntityClass() |
io.vavr.control.Option<List<PureSubstanceDescription>> |
PureSubstance.getPureSubstanceDescriptionIfPresent()
Retrieval of associated PureSubstanceDescription entities (one to many).
|
List<PureSubstanceDescription> |
PureSubstance.getPureSubstanceDescriptionOrFetch()
Retrieval of associated PureSubstanceDescription entities (one to many).
|
Class<PureSubstanceDescription> |
PureSubstanceDescription.getType() |
Modifier and Type | Method and Description |
---|---|
void |
PureSubstance.addPureSubstanceDescription(PureSubstanceDescription... entity)
Adds elements to the list of associated PureSubstanceDescription entities.
|
PureSubstance.PureSubstanceBuilder |
PureSubstance.PureSubstanceBuilder.pureSubstanceDescription(PureSubstanceDescription... value)
Navigation property to_PureSubstanceDescription for PureSubstance to multiple
PureSubstanceDescription.
|
Modifier and Type | Method and Description |
---|---|
void |
PureSubstance.setPureSubstanceDescription(List<PureSubstanceDescription> value)
Overwrites the list of associated PureSubstanceDescription entities for the loaded navigation property
to_PureSubstanceDescription.
|
Constructor and Description |
---|
PureSubstance(String pureSubstanceInternalID,
String pureSubstance,
LocalDateTime pureSubstanceCreationDate,
String pureSubstanceCreatedByUser,
LocalDateTime pureSubstanceChangeDate,
String pureSubstanceChangedByUser,
LocalDateTime pureSubstanceValidityStartDate,
LocalDateTime pureSubstanceValidityEndDate,
String listedSubstance,
List<PureSubstanceDescription> toPureSubstanceDescription) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<PureSubstanceDescription> |
PureSubstanceDescriptionOneToOneLink.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 PureSubstanceDescriptionLink<ObjectT> |
PureSubstanceDescriptionLink.translateLinkType(EntityLink<PureSubstanceDescriptionLink<ObjectT>,PureSubstanceDescription,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.