Modifier and Type | Field and Description |
---|---|
static PackingInstructionHeaderLink<PackingInstructionComponent> |
PackingInstructionHeader.TO_PACKING_INSTRUCTION_COMPONENT
Use with available fluent helpers to apply the to_PackingInstructionComponent navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
PackingInstructionComponent |
PackingInstructionComponent.PackingInstructionComponentBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<PackingInstructionComponent> |
PackingInstructionHeader.fetchPackingInstructionComponent()
Fetches the PackingInstructionComponent entities (one to many) associated with this entity.
|
protected Class<PackingInstructionComponent> |
PackingInstructionComponentFluentHelper.getEntityClass() |
protected Class<PackingInstructionComponent> |
PackingInstructionComponentByKeyFluentHelper.getEntityClass() |
io.vavr.control.Option<List<PackingInstructionComponent>> |
PackingInstructionHeader.getPackingInstructionComponentIfPresent()
Retrieval of associated PackingInstructionComponent entities (one to many).
|
List<PackingInstructionComponent> |
PackingInstructionHeader.getPackingInstructionComponentOrFetch()
Retrieval of associated PackingInstructionComponent entities (one to many).
|
Class<PackingInstructionComponent> |
PackingInstructionComponent.getType() |
Modifier and Type | Method and Description |
---|---|
void |
PackingInstructionHeader.addPackingInstructionComponent(PackingInstructionComponent... entity)
Adds elements to the list of associated PackingInstructionComponent entities.
|
PackingInstructionHeader.PackingInstructionHeaderBuilder |
PackingInstructionHeader.PackingInstructionHeaderBuilder.packingInstructionComponent(PackingInstructionComponent... value)
Navigation property to_PackingInstructionComponent for PackingInstructionHeader to multiple
PackingInstructionComponent.
|
Modifier and Type | Method and Description |
---|---|
void |
PackingInstructionHeader.setPackingInstructionComponent(List<PackingInstructionComponent> value)
Overwrites the list of associated PackingInstructionComponent entities for the loaded navigation property
to_PackingInstructionComponent.
|
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<PackingInstructionComponent> |
PackingInstructionComponentOneToOneLink.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 PackingInstructionComponentLink<ObjectT> |
PackingInstructionComponentLink.translateLinkType(EntityLink<PackingInstructionComponentLink<ObjectT>,PackingInstructionComponent,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.