Class PackingInstructionHeader.PackingInstructionHeaderBuilder
- Enclosing class:
- PackingInstructionHeader
-
Method Summary
Modifier and TypeMethodDescriptionbuild()createdByUser(String createdByUser) Constraints: Not nullable, Maximum length: 12creationDate(LocalDateTime creationDate) Constraints: Not nullable, Precision: 0excessVolumeToleranceValue(BigDecimal excessVolumeToleranceValue) Constraints: Not nullable, Precision: 3, Scale: 1excessWeightToleranceValue(BigDecimal excessWeightToleranceValue) Constraints: Not nullable, Precision: 3, Scale: 1handlingUnitAllowedLoadVolume(BigDecimal handlingUnitAllowedLoadVolume) Constraints: Not nullable, Precision: 15, Scale: 3handlingUnitAllowedLoadWeight(BigDecimal handlingUnitAllowedLoadWeight) Constraints: Not nullable, Precision: 15, Scale: 3handlingUnitGrossVolume(BigDecimal handlingUnitGrossVolume) Constraints: Not nullable, Precision: 15, Scale: 3handlingUnitGrossWeight(BigDecimal handlingUnitGrossWeight) Constraints: Not nullable, Precision: 15, Scale: 3handlingUnitHeight(BigDecimal handlingUnitHeight) Constraints: Not nullable, Precision: 13, Scale: 3handlingUnitInnerHeight(BigDecimal handlingUnitInnerHeight) Constraints: Not nullable, Precision: 13, Scale: 3handlingUnitInnerLength(BigDecimal handlingUnitInnerLength) Constraints: Not nullable, Precision: 13, Scale: 3handlingUnitInnerWidth(BigDecimal handlingUnitInnerWidth) Constraints: Not nullable, Precision: 13, Scale: 3handlingUnitIsClosed(Boolean handlingUnitIsClosed) Constraints: nonehandlingUnitLength(BigDecimal handlingUnitLength) Constraints: Not nullable, Precision: 13, Scale: 3handlingUnitLoadVolume(BigDecimal handlingUnitLoadVolume) Constraints: Not nullable, Precision: 15, Scale: 3handlingUnitLoadWeight(BigDecimal handlingUnitLoadWeight) Constraints: Not nullable, Precision: 15, Scale: 3handlingUnitMeasuresAreFixed(Boolean handlingUnitMeasuresAreFixed) Constraints: nonehandlingUnitTareVolume(BigDecimal handlingUnitTareVolume) Constraints: Not nullable, Precision: 15, Scale: 3handlingUnitTareVolumeUnit(String handlingUnitTareVolumeUnit) Constraints: Not nullable, Maximum length: 3handlingUnitTareWeight(BigDecimal handlingUnitTareWeight) Constraints: Not nullable, Precision: 15, Scale: 3handlingUnitTareWeightUnit(String handlingUnitTareWeightUnit) Constraints: Not nullable, Maximum length: 3handlingUnitType(String handlingUnitType) Constraints: Not nullable, Maximum length: 4handlingUnitUoMDimension(String handlingUnitUoMDimension) Constraints: Not nullable, Maximum length: 3handlingUnitVolumesAreFixed(Boolean handlingUnitVolumesAreFixed) Constraints: nonehandlingUnitVolumeUnit(String handlingUnitVolumeUnit) Constraints: Not nullable, Maximum length: 3handlingUnitWeightsAreFixed(Boolean handlingUnitWeightsAreFixed) Constraints: nonehandlingUnitWeightUnit(String handlingUnitWeightUnit) Constraints: Not nullable, Maximum length: 3handlingUnitWidth(BigDecimal handlingUnitWidth) Constraints: Not nullable, Precision: 13, Scale: 3lastChangeDate(LocalDateTime lastChangeDate) Constraints: Not nullable, Precision: 0lastChangedByUser(String lastChangedByUser) Constraints: Not nullable, Maximum length: 12lastChangeTime(LocalTime lastChangeTime) Constraints: Not nullable, Precision: 0loadCarrierSystUUID(UUID loadCarrierSystUUID) Constraints: nonepackingInstructionAllwdLoadQty(BigDecimal packingInstructionAllwdLoadQty) Constraints: Not nullable, Precision: 15, Scale: 3packingInstructionCheckProfSts(String packingInstructionCheckProfSts) Constraints: Not nullable, Maximum length: 2Navigation property to_PackingInstructionComponent for PackingInstructionHeader to multiple PackingInstructionComponent.packingInstructionExternalName(String packingInstructionExternalName) Constraints: Not nullable, Maximum length: 20packingInstructionIsDeleted(Boolean packingInstructionIsDeleted) Constraints: nonepackingInstructionNumber(String packingInstructionNumber) Constraints: Not nullable, Maximum length: 20packingInstructionSystemUUID(UUID packingInstructionSystemUUID) (Key Field) Constraints: Not nullablepackingInstructionText(PackingInstructionText... value) Navigation property to_PackingInstructionText for PackingInstructionHeader to multiple PackingInstructionText.stackingFactor(Short stackingFactor) Constraints: nonetoString()
-
Method Details
-
packingInstructionComponent
@Nonnull public PackingInstructionHeader.PackingInstructionHeaderBuilder packingInstructionComponent(PackingInstructionComponent... value) Navigation property to_PackingInstructionComponent for PackingInstructionHeader to multiple PackingInstructionComponent.- Parameters:
value- The PackingInstructionComponents to build this PackingInstructionHeader with.- Returns:
- This Builder to allow for a fluent interface.
-
packingInstructionText
@Nonnull public PackingInstructionHeader.PackingInstructionHeaderBuilder packingInstructionText(PackingInstructionText... value) Navigation property to_PackingInstructionText for PackingInstructionHeader to multiple PackingInstructionText.- Parameters:
value- The PackingInstructionTexts to build this PackingInstructionHeader with.- Returns:
- This Builder to allow for a fluent interface.
-
packingInstructionSystemUUID
@Nonnull public PackingInstructionHeader.PackingInstructionHeaderBuilder packingInstructionSystemUUID(@Nullable UUID packingInstructionSystemUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: PackingInstructionSystemUUID
- Returns:
this.
-
packingInstructionNumber
@Nonnull public PackingInstructionHeader.PackingInstructionHeaderBuilder packingInstructionNumber(@Nullable String packingInstructionNumber) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: PackingInstructionNumber
- Returns:
this.
-
packingInstructionExternalName
@Nonnull public PackingInstructionHeader.PackingInstructionHeaderBuilder packingInstructionExternalName(@Nullable String packingInstructionExternalName) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: PackingInstructionExternalName
- Returns:
this.
-
handlingUnitHeight
@Nonnull public PackingInstructionHeader.PackingInstructionHeaderBuilder handlingUnitHeight(@Nullable BigDecimal handlingUnitHeight) Constraints: Not nullable, Precision: 13, Scale: 3Original property name from the Odata EDM: HandlingUnitHeight
- Returns:
this.
-
handlingUnitWidth
@Nonnull public PackingInstructionHeader.PackingInstructionHeaderBuilder handlingUnitWidth(@Nullable BigDecimal handlingUnitWidth) Constraints: Not nullable, Precision: 13, Scale: 3Original property name from the Odata EDM: HandlingUnitWidth
- Returns:
this.
-
handlingUnitLength
@Nonnull public PackingInstructionHeader.PackingInstructionHeaderBuilder handlingUnitLength(@Nullable BigDecimal handlingUnitLength) Constraints: Not nullable, Precision: 13, Scale: 3Original property name from the Odata EDM: HandlingUnitLength
- Returns:
this.
-
handlingUnitInnerHeight
@Nonnull public PackingInstructionHeader.PackingInstructionHeaderBuilder handlingUnitInnerHeight(@Nullable BigDecimal handlingUnitInnerHeight) Constraints: Not nullable, Precision: 13, Scale: 3Original property name from the Odata EDM: HandlingUnitInnerHeight
- Returns:
this.
-
handlingUnitInnerWidth
@Nonnull public PackingInstructionHeader.PackingInstructionHeaderBuilder handlingUnitInnerWidth(@Nullable BigDecimal handlingUnitInnerWidth) Constraints: Not nullable, Precision: 13, Scale: 3Original property name from the Odata EDM: HandlingUnitInnerWidth
- Returns:
this.
-
handlingUnitInnerLength
@Nonnull public PackingInstructionHeader.PackingInstructionHeaderBuilder handlingUnitInnerLength(@Nullable BigDecimal handlingUnitInnerLength) Constraints: Not nullable, Precision: 13, Scale: 3Original property name from the Odata EDM: HandlingUnitInnerLength
- Returns:
this.
-
handlingUnitUoMDimension
@Nonnull public PackingInstructionHeader.PackingInstructionHeaderBuilder handlingUnitUoMDimension(@Nullable String handlingUnitUoMDimension) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: HandlingUnitUoMDimension
- Returns:
this.
-
handlingUnitMeasuresAreFixed
@Nonnull public PackingInstructionHeader.PackingInstructionHeaderBuilder handlingUnitMeasuresAreFixed(@Nullable Boolean handlingUnitMeasuresAreFixed) Constraints: noneOriginal property name from the Odata EDM: HandlingUnitMeasuresAreFixed
- Returns:
this.
-
handlingUnitGrossVolume
@Nonnull public PackingInstructionHeader.PackingInstructionHeaderBuilder handlingUnitGrossVolume(@Nullable BigDecimal handlingUnitGrossVolume) Constraints: Not nullable, Precision: 15, Scale: 3Original property name from the Odata EDM: HandlingUnitGrossVolume
- Returns:
this.
-
handlingUnitLoadVolume
@Nonnull public PackingInstructionHeader.PackingInstructionHeaderBuilder handlingUnitLoadVolume(@Nullable BigDecimal handlingUnitLoadVolume) Constraints: Not nullable, Precision: 15, Scale: 3Original property name from the Odata EDM: HandlingUnitLoadVolume
- Returns:
this.
-
handlingUnitAllowedLoadVolume
@Nonnull public PackingInstructionHeader.PackingInstructionHeaderBuilder handlingUnitAllowedLoadVolume(@Nullable BigDecimal handlingUnitAllowedLoadVolume) Constraints: Not nullable, Precision: 15, Scale: 3Original property name from the Odata EDM: HandlingUnitAllowedLoadVolume
- Returns:
this.
-
handlingUnitVolumeUnit
@Nonnull public PackingInstructionHeader.PackingInstructionHeaderBuilder handlingUnitVolumeUnit(@Nullable String handlingUnitVolumeUnit) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: HandlingUnitVolumeUnit
- Returns:
this.
-
handlingUnitTareVolume
@Nonnull public PackingInstructionHeader.PackingInstructionHeaderBuilder handlingUnitTareVolume(@Nullable BigDecimal handlingUnitTareVolume) Constraints: Not nullable, Precision: 15, Scale: 3Original property name from the Odata EDM: HandlingUnitTareVolume
- Returns:
this.
-
handlingUnitTareVolumeUnit
@Nonnull public PackingInstructionHeader.PackingInstructionHeaderBuilder handlingUnitTareVolumeUnit(@Nullable String handlingUnitTareVolumeUnit) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: HandlingUnitTareVolumeUnit
- Returns:
this.
-
handlingUnitVolumesAreFixed
@Nonnull public PackingInstructionHeader.PackingInstructionHeaderBuilder handlingUnitVolumesAreFixed(@Nullable Boolean handlingUnitVolumesAreFixed) Constraints: noneOriginal property name from the Odata EDM: HandlingUnitVolumesAreFixed
- Returns:
this.
-
excessVolumeToleranceValue
@Nonnull public PackingInstructionHeader.PackingInstructionHeaderBuilder excessVolumeToleranceValue(@Nullable BigDecimal excessVolumeToleranceValue) Constraints: Not nullable, Precision: 3, Scale: 1Original property name from the Odata EDM: ExcessVolumeToleranceValue
- Returns:
this.
-
handlingUnitGrossWeight
@Nonnull public PackingInstructionHeader.PackingInstructionHeaderBuilder handlingUnitGrossWeight(@Nullable BigDecimal handlingUnitGrossWeight) Constraints: Not nullable, Precision: 15, Scale: 3Original property name from the Odata EDM: HandlingUnitGrossWeight
- Returns:
this.
-
handlingUnitLoadWeight
@Nonnull public PackingInstructionHeader.PackingInstructionHeaderBuilder handlingUnitLoadWeight(@Nullable BigDecimal handlingUnitLoadWeight) Constraints: Not nullable, Precision: 15, Scale: 3Original property name from the Odata EDM: HandlingUnitLoadWeight
- Returns:
this.
-
handlingUnitAllowedLoadWeight
@Nonnull public PackingInstructionHeader.PackingInstructionHeaderBuilder handlingUnitAllowedLoadWeight(@Nullable BigDecimal handlingUnitAllowedLoadWeight) Constraints: Not nullable, Precision: 15, Scale: 3Original property name from the Odata EDM: HandlingUnitAllowedLoadWeight
- Returns:
this.
-
handlingUnitWeightUnit
@Nonnull public PackingInstructionHeader.PackingInstructionHeaderBuilder handlingUnitWeightUnit(@Nullable String handlingUnitWeightUnit) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: HandlingUnitWeightUnit
- Returns:
this.
-
handlingUnitTareWeight
@Nonnull public PackingInstructionHeader.PackingInstructionHeaderBuilder handlingUnitTareWeight(@Nullable BigDecimal handlingUnitTareWeight) Constraints: Not nullable, Precision: 15, Scale: 3Original property name from the Odata EDM: HandlingUnitTareWeight
- Returns:
this.
-
handlingUnitTareWeightUnit
@Nonnull public PackingInstructionHeader.PackingInstructionHeaderBuilder handlingUnitTareWeightUnit(@Nullable String handlingUnitTareWeightUnit) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: HandlingUnitTareWeightUnit
- Returns:
this.
-
handlingUnitWeightsAreFixed
@Nonnull public PackingInstructionHeader.PackingInstructionHeaderBuilder handlingUnitWeightsAreFixed(@Nullable Boolean handlingUnitWeightsAreFixed) Constraints: noneOriginal property name from the Odata EDM: HandlingUnitWeightsAreFixed
- Returns:
this.
-
excessWeightToleranceValue
@Nonnull public PackingInstructionHeader.PackingInstructionHeaderBuilder excessWeightToleranceValue(@Nullable BigDecimal excessWeightToleranceValue) Constraints: Not nullable, Precision: 3, Scale: 1Original property name from the Odata EDM: ExcessWeightToleranceValue
- Returns:
this.
-
packingInstructionAllwdLoadQty
@Nonnull public PackingInstructionHeader.PackingInstructionHeaderBuilder packingInstructionAllwdLoadQty(@Nullable BigDecimal packingInstructionAllwdLoadQty) Constraints: Not nullable, Precision: 15, Scale: 3Original property name from the Odata EDM: PackingInstructionAllwdLoadQty
- Returns:
this.
-
handlingUnitIsClosed
@Nonnull public PackingInstructionHeader.PackingInstructionHeaderBuilder handlingUnitIsClosed(@Nullable Boolean handlingUnitIsClosed) Constraints: noneOriginal property name from the Odata EDM: HandlingUnitIsClosed
- Returns:
this.
-
loadCarrierSystUUID
@Nonnull public PackingInstructionHeader.PackingInstructionHeaderBuilder loadCarrierSystUUID(@Nullable UUID loadCarrierSystUUID) Constraints: noneOriginal property name from the Odata EDM: LoadCarrierSystUUID
- Returns:
this.
-
packingInstructionIsDeleted
@Nonnull public PackingInstructionHeader.PackingInstructionHeaderBuilder packingInstructionIsDeleted(@Nullable Boolean packingInstructionIsDeleted) Constraints: noneOriginal property name from the Odata EDM: PackingInstructionIsDeleted
- Returns:
this.
-
packingInstructionCheckProfSts
@Nonnull public PackingInstructionHeader.PackingInstructionHeaderBuilder packingInstructionCheckProfSts(@Nullable String packingInstructionCheckProfSts) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: PackingInstructionCheckProfSts
- Returns:
this.
-
stackingFactor
@Nonnull public PackingInstructionHeader.PackingInstructionHeaderBuilder stackingFactor(@Nullable Short stackingFactor) Constraints: noneOriginal property name from the Odata EDM: StackingFactor
- Returns:
this.
-
handlingUnitType
@Nonnull public PackingInstructionHeader.PackingInstructionHeaderBuilder handlingUnitType(@Nullable String handlingUnitType) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: HandlingUnitType
- Returns:
this.
-
createdByUser
@Nonnull public PackingInstructionHeader.PackingInstructionHeaderBuilder createdByUser(@Nullable String createdByUser) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: CreatedByUser
- Returns:
this.
-
creationDate
@Nonnull public PackingInstructionHeader.PackingInstructionHeaderBuilder creationDate(@Nullable LocalDateTime creationDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: CreationDate
- Returns:
this.
-
lastChangedByUser
@Nonnull public PackingInstructionHeader.PackingInstructionHeaderBuilder lastChangedByUser(@Nullable String lastChangedByUser) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: LastChangedByUser
- Returns:
this.
-
lastChangeDate
@Nonnull public PackingInstructionHeader.PackingInstructionHeaderBuilder lastChangeDate(@Nullable LocalDateTime lastChangeDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: LastChangeDate
- Returns:
this.
-
lastChangeTime
@Nonnull public PackingInstructionHeader.PackingInstructionHeaderBuilder lastChangeTime(@Nullable LocalTime lastChangeTime) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: LastChangeTime
- Returns:
this.
-
build
-
toString
-