Modifier and Type | Field and Description |
---|---|
static PackingInstructionHeaderLink<PackingInstructionText> |
PackingInstructionHeader.TO_PACKING_INSTRUCTION_TEXT
Use with available fluent helpers to apply the to_PackingInstructionText navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
PackingInstructionText |
PackingInstructionText.PackingInstructionTextBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<PackingInstructionText> |
PackingInstructionHeader.fetchPackingInstructionText()
Fetches the PackingInstructionText entities (one to many) associated with this entity.
|
protected Class<PackingInstructionText> |
PackingInstructionTextByKeyFluentHelper.getEntityClass() |
protected Class<PackingInstructionText> |
PackingInstructionTextFluentHelper.getEntityClass() |
io.vavr.control.Option<List<PackingInstructionText>> |
PackingInstructionHeader.getPackingInstructionTextIfPresent()
Retrieval of associated PackingInstructionText entities (one to many).
|
List<PackingInstructionText> |
PackingInstructionHeader.getPackingInstructionTextOrFetch()
Retrieval of associated PackingInstructionText entities (one to many).
|
Class<PackingInstructionText> |
PackingInstructionText.getType() |
Modifier and Type | Method and Description |
---|---|
void |
PackingInstructionHeader.addPackingInstructionText(PackingInstructionText... entity)
Adds elements to the list of associated PackingInstructionText entities.
|
PackingInstructionHeader.PackingInstructionHeaderBuilder |
PackingInstructionHeader.PackingInstructionHeaderBuilder.packingInstructionText(PackingInstructionText... value)
Navigation property to_PackingInstructionText for PackingInstructionHeader to multiple
PackingInstructionText.
|
Modifier and Type | Method and Description |
---|---|
void |
PackingInstructionHeader.setPackingInstructionText(List<PackingInstructionText> value)
Overwrites the list of associated PackingInstructionText entities for the loaded navigation property
to_PackingInstructionText.
|
Constructor and Description |
---|
PackingInstructionHeader(UUID packingInstructionSystemUUID,
String packingInstructionNumber,
String packingInstructionExternalName,
BigDecimal handlingUnitHeight,
BigDecimal handlingUnitWidth,
BigDecimal handlingUnitLength,
BigDecimal handlingUnitInnerHeight,
BigDecimal handlingUnitInnerWidth,
BigDecimal handlingUnitInnerLength,
String handlingUnitUoMDimension,
Boolean handlingUnitMeasuresAreFixed,
BigDecimal handlingUnitGrossVolume,
BigDecimal handlingUnitLoadVolume,
BigDecimal handlingUnitAllowedLoadVolume,
String handlingUnitVolumeUnit,
BigDecimal handlingUnitTareVolume,
String handlingUnitTareVolumeUnit,
Boolean handlingUnitVolumesAreFixed,
BigDecimal excessVolumeToleranceValue,
BigDecimal handlingUnitGrossWeight,
BigDecimal handlingUnitLoadWeight,
BigDecimal handlingUnitAllowedLoadWeight,
String handlingUnitWeightUnit,
BigDecimal handlingUnitTareWeight,
String handlingUnitTareWeightUnit,
Boolean handlingUnitWeightsAreFixed,
BigDecimal excessWeightToleranceValue,
BigDecimal packingInstructionAllwdLoadQty,
Boolean handlingUnitIsClosed,
UUID loadCarrierSystUUID,
Boolean packingInstructionIsDeleted,
String packingInstructionCheckProfSts,
String createdByUser,
LocalDateTime creationDate,
String lastChangedByUser,
LocalDateTime lastChangeDate,
LocalTime lastChangeTime,
List<PackingInstructionComponent> toPackingInstructionComponent,
List<PackingInstructionText> toPackingInstructionText) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<PackingInstructionText> |
PackingInstructionTextOneToOneLink.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 PackingInstructionTextLink<ObjectT> |
PackingInstructionTextLink.translateLinkType(EntityLink<PackingInstructionTextLink<ObjectT>,PackingInstructionText,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.