java.lang.Object
com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odatav4.core.VdmEntity<WarehouseOrderPickHndlgUnit>
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.processwarehousetask.WarehouseOrderPickHndlgUnit
All Implemented Interfaces:
VdmEntitySet

public class WarehouseOrderPickHndlgUnit extends VdmEntity<WarehouseOrderPickHndlgUnit> implements VdmEntitySet
Warehouse Order Pick Handling Unit

Original entity name from the Odata EDM: WarehouseOrderPickHndlgUnit_Type

  • Field Details

  • Constructor Details

    • WarehouseOrderPickHndlgUnit

      public WarehouseOrderPickHndlgUnit()
    • WarehouseOrderPickHndlgUnit

      public WarehouseOrderPickHndlgUnit(@Nullable String eWMWarehouse, @Nullable String warehouseOrder, @Nullable String handlingUnitExternalID, @Nullable String packagingMaterial, @Nullable String eWMWhseOrderNmbrOfHndlgUnits, @Nullable Collection<SAP__Message> _Messages, @Nullable WarehouseOrder to_WarehouseOrder)
  • Method Details

    • getType

      @Nonnull public Class<WarehouseOrderPickHndlgUnit> getType()
      Specified by:
      getType in class VdmObject<WarehouseOrderPickHndlgUnit>
    • setEWMWarehouse

      public void setEWMWarehouse(@Nullable String eWMWarehouse)
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: EWMWarehouse

      Parameters:
      eWMWarehouse - Warehouse Number/Warehouse Complex
    • setWarehouseOrder

      public void setWarehouseOrder(@Nullable String warehouseOrder)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: WarehouseOrder

      Parameters:
      warehouseOrder - Warehouse Order Number
    • setHandlingUnitExternalID

      public void setHandlingUnitExternalID(@Nullable String handlingUnitExternalID)
      (Key Field) Constraints: Not nullable, Maximum length: 20

      Original property name from the Odata EDM: HandlingUnitExternalID

      Parameters:
      handlingUnitExternalID - Handling Unit
    • setPackagingMaterial

      public void setPackagingMaterial(@Nullable String packagingMaterial)
      Constraints: Not nullable, Maximum length: 18

      Original property name from the Odata EDM: PackagingMaterial

      Parameters:
      packagingMaterial - Product Number
    • setEWMWhseOrderNmbrOfHndlgUnits

      public void setEWMWhseOrderNmbrOfHndlgUnits(@Nullable String eWMWhseOrderNmbrOfHndlgUnits)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: EWMWhseOrderNmbrOfHndlgUnits

      Parameters:
      eWMWhseOrderNmbrOfHndlgUnits - Identification of a Handling Unit in a Warehouse Order
    • set_Messages

      public void set_Messages(@Nullable Collection<SAP__Message> _Messages)
      Constraints: Not nullable

      Original property name from the Odata EDM: SAP__Messages

      Parameters:
      _Messages - The _Messages to set.
    • getEntityCollection

      protected String getEntityCollection()
      Specified by:
      getEntityCollection in class VdmEntity<WarehouseOrderPickHndlgUnit>
    • getKey

      @Nonnull protected ODataEntityKey getKey()
      Overrides:
      getKey in class VdmObject<WarehouseOrderPickHndlgUnit>
    • toMapOfFields

      @Nonnull protected Map<String,Object> toMapOfFields()
      Overrides:
      toMapOfFields in class VdmObject<WarehouseOrderPickHndlgUnit>
    • fromMap

      protected void fromMap(Map<String,Object> inputValues)
      Overrides:
      fromMap in class VdmObject<WarehouseOrderPickHndlgUnit>
    • getDefaultServicePath

      protected String getDefaultServicePath()
      Overrides:
      getDefaultServicePath in class VdmEntity<WarehouseOrderPickHndlgUnit>
    • toMapOfNavigationProperties

      @Nonnull protected Map<String,Object> toMapOfNavigationProperties()
      Overrides:
      toMapOfNavigationProperties in class VdmObject<WarehouseOrderPickHndlgUnit>
    • getWarehouseOrderIfPresent

      @Nonnull public io.vavr.control.Option<WarehouseOrder> getWarehouseOrderIfPresent()
      Retrieval of associated WarehouseOrder entity (one to one). This corresponds to the OData navigation property _WarehouseOrder.

      If the navigation property for an entity WarehouseOrderPickHndlgUnit has not been resolved yet, this method will not query further information. Instead its Option result state will be empty.

      Returns:
      If the information for navigation property _WarehouseOrder is already loaded, the result will contain the WarehouseOrder entity. If not, an Option with result state empty is returned.
    • setWarehouseOrder

      public void setWarehouseOrder(WarehouseOrder value)
      Overwrites the associated WarehouseOrder entity for the loaded navigation property _WarehouseOrder.
      Parameters:
      value - New WarehouseOrder entity.
    • builder

    • getEWMWarehouse

      @Nullable public String getEWMWarehouse()
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: EWMWarehouse

      Returns:
      Warehouse Number/Warehouse Complex
    • getWarehouseOrder

      @Nullable public String getWarehouseOrder()
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: WarehouseOrder

      Returns:
      Warehouse Order Number
    • getHandlingUnitExternalID

      @Nullable public String getHandlingUnitExternalID()
      (Key Field) Constraints: Not nullable, Maximum length: 20

      Original property name from the Odata EDM: HandlingUnitExternalID

      Returns:
      Handling Unit
    • getPackagingMaterial

      @Nullable public String getPackagingMaterial()
      Constraints: Not nullable, Maximum length: 18

      Original property name from the Odata EDM: PackagingMaterial

      Returns:
      Product Number
    • getEWMWhseOrderNmbrOfHndlgUnits

      @Nullable public String getEWMWhseOrderNmbrOfHndlgUnits()
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: EWMWhseOrderNmbrOfHndlgUnits

      Returns:
      Identification of a Handling Unit in a Warehouse Order
    • get_Messages

      @Nullable public Collection<SAP__Message> get_Messages()
      Constraints: Not nullable

      Original property name from the Odata EDM: SAP__Messages

      Returns:
      The _Messages contained in this VdmEntity.
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class VdmObject<WarehouseOrderPickHndlgUnit>
    • equals

      public boolean equals(@Nullable Object o)
      Overrides:
      equals in class VdmEntity<WarehouseOrderPickHndlgUnit>
    • canEqual

      protected boolean canEqual(@Nullable Object other)
      Overrides:
      canEqual in class VdmEntity<WarehouseOrderPickHndlgUnit>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class VdmEntity<WarehouseOrderPickHndlgUnit>
    • getOdataType

      public String getOdataType()
      Specified by:
      getOdataType in class VdmObject<WarehouseOrderPickHndlgUnit>