public class HandlingUnit extends VdmEntity<HandlingUnit>
Original entity name from the Odata EDM: HandlingUnitType
Modifier and Type | Class and Description |
---|---|
static class |
HandlingUnit.HandlingUnitBuilder
Helper class to allow for fluent creation of HandlingUnit instances.
|
Modifier and Type | Field and Description |
---|---|
static HandlingUnitSelectable |
ALL_FIELDS
Selector for all available fields of HandlingUnit.
|
static HandlingUnitField<String> |
CREATED_BY_USER
Use with available fluent helpers to apply the CreatedByUser field to query operations.
|
static HandlingUnitField<BigDecimal> |
CREATION_DATE_TIME
Use with available fluent helpers to apply the CreationDateTime field to query operations.
|
static HandlingUnitField<BigDecimal> |
GROSS_VOLUME
Use with available fluent helpers to apply the GrossVolume field to query operations.
|
static HandlingUnitField<BigDecimal> |
GROSS_WEIGHT
Use with available fluent helpers to apply the GrossWeight field to query operations.
|
static HandlingUnitField<String> |
HANDLING_UNIT_EXTERNAL_ID
Use with available fluent helpers to apply the HandlingUnitExternalID field to query operations.
|
static HandlingUnitField<BigDecimal> |
HANDLING_UNIT_HEIGHT
Use with available fluent helpers to apply the HandlingUnitHeight field to query operations.
|
static HandlingUnitField<BigDecimal> |
HANDLING_UNIT_LENGTH
Use with available fluent helpers to apply the HandlingUnitLength field to query operations.
|
static HandlingUnitField<BigDecimal> |
HANDLING_UNIT_MAX_WEIGHT
Use with available fluent helpers to apply the HandlingUnitMaxWeight field to query operations.
|
static HandlingUnitField<BigDecimal> |
HANDLING_UNIT_NET_VOLUME
Use with available fluent helpers to apply the HandlingUnitNetVolume field to query operations.
|
static HandlingUnitField<String> |
HANDLING_UNIT_PROCESS_STATUS
Use with available fluent helpers to apply the HandlingUnitProcessStatus field to query operations.
|
static HandlingUnitField<String> |
HANDLING_UNIT_REFERENCE_DOCUMENT
Use with available fluent helpers to apply the HandlingUnitReferenceDocument field to query operations.
|
static HandlingUnitField<BigDecimal> |
HANDLING_UNIT_TARE_VOLUME
Use with available fluent helpers to apply the HandlingUnitTareVolume field to query operations.
|
static HandlingUnitField<String> |
HANDLING_UNIT_TARE_VOLUME_UNIT
Use with available fluent helpers to apply the HandlingUnitTareVolumeUnit field to query operations.
|
static HandlingUnitField<BigDecimal> |
HANDLING_UNIT_TARE_WEIGHT
Use with available fluent helpers to apply the HandlingUnitTareWeight field to query operations.
|
static HandlingUnitField<String> |
HANDLING_UNIT_TARE_WEIGHT_UNIT
Use with available fluent helpers to apply the HandlingUnitTareWeightUnit field to query operations.
|
static HandlingUnitField<BigDecimal> |
HANDLING_UNIT_WIDTH
Use with available fluent helpers to apply the HandlingUnitWidth field to query operations.
|
static HandlingUnitField<BigDecimal> |
LAST_CHANGE_DATE_TIME
Use with available fluent helpers to apply the LastChangeDateTime field to query operations.
|
static HandlingUnitField<String> |
LAST_CHANGED_BY_USER
Use with available fluent helpers to apply the LastChangedByUser field to query operations.
|
static HandlingUnitField<BigDecimal> |
NET_WEIGHT
Use with available fluent helpers to apply the NetWeight field to query operations.
|
static HandlingUnitField<String> |
PACKAGING_MATERIAL
Use with available fluent helpers to apply the PackagingMaterial field to query operations.
|
static HandlingUnitField<String> |
PACKAGING_MATERIAL_TYPE
Use with available fluent helpers to apply the PackagingMaterialType field to query operations.
|
static HandlingUnitField<String> |
PARENT_HANDLING_UNIT_NUMBER
Use with available fluent helpers to apply the ParentHandlingUnitNumber field to query operations.
|
static HandlingUnitField<String> |
PLANT
Use with available fluent helpers to apply the Plant field to query operations.
|
static HandlingUnitField<String> |
SHIPPING_POINT
Use with available fluent helpers to apply the ShippingPoint field to query operations.
|
static HandlingUnitField<String> |
STORAGE_BIN
Use with available fluent helpers to apply the StorageBin field to query operations.
|
static HandlingUnitField<String> |
STORAGE_LOCATION
Use with available fluent helpers to apply the StorageLocation field to query operations.
|
static HandlingUnitField<String> |
STORAGE_SECTION
Use with available fluent helpers to apply the StorageSection field to query operations.
|
static HandlingUnitField<String> |
STORAGE_TYPE
Use with available fluent helpers to apply the StorageType field to query operations.
|
static HandlingUnitLink<HandlingUnitItem> |
TO_HANDLING_UNIT_ITEM
Use with available fluent helpers to apply the to_HandlingUnitItem navigation property to query
operations.
|
static HandlingUnitField<String> |
UNIT_OF_MEASURE_DIMENSION
Use with available fluent helpers to apply the UnitOfMeasureDimension field to query operations.
|
static HandlingUnitField<String> |
VOLUME_UNIT
Use with available fluent helpers to apply the VolumeUnit field to query operations.
|
static HandlingUnitField<String> |
WAREHOUSE
Use with available fluent helpers to apply the Warehouse field to query operations.
|
static HandlingUnitField<String> |
WEIGHT_UNIT
Use with available fluent helpers to apply the WeightUnit field to query operations.
|
changedOriginalFields
Constructor and Description |
---|
HandlingUnit() |
HandlingUnit(String handlingUnitExternalID,
String warehouse,
String packagingMaterial,
String packagingMaterialType,
String plant,
String storageLocation,
String shippingPoint,
String parentHandlingUnitNumber,
BigDecimal grossWeight,
BigDecimal netWeight,
BigDecimal handlingUnitMaxWeight,
String weightUnit,
BigDecimal handlingUnitTareWeight,
String handlingUnitTareWeightUnit,
BigDecimal grossVolume,
BigDecimal handlingUnitNetVolume,
String volumeUnit,
BigDecimal handlingUnitTareVolume,
String handlingUnitTareVolumeUnit,
BigDecimal handlingUnitLength,
BigDecimal handlingUnitWidth,
BigDecimal handlingUnitHeight,
String unitOfMeasureDimension,
String handlingUnitReferenceDocument,
String createdByUser,
BigDecimal creationDateTime,
String lastChangedByUser,
BigDecimal lastChangeDateTime,
String handlingUnitProcessStatus,
String storageType,
String storageSection,
String storageBin,
List<HandlingUnitItem> toHandlingUnitItem) |
Modifier and Type | Method and Description |
---|---|
void |
addHandlingUnitItem(HandlingUnitItem... entity)
Adds elements to the list of associated HandlingUnitItem entities.
|
void |
attachToService(String servicePath,
HttpDestinationProperties destination)
Sets the service path and destination for the fetch commands of this entity.
|
static HandlingUnit.HandlingUnitBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<HandlingUnitItem> |
fetchHandlingUnitItem()
Fetches the HandlingUnitItem entities (one to many) associated with this entity.
|
static <T> HandlingUnitField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
static <T,DomainT> |
field(String fieldName,
TypeConverter<T,DomainT> typeConverter)
Use with available fluent helpers to apply an extension field to query operations.
|
protected void |
fromMap(Map<String,Object> inputValues) |
String |
getCreatedByUser()
Constraints: Not nullable, Maximum length: 12
|
BigDecimal |
getCreationDateTime()
Constraints: Not nullable, Precision: 15, Scale: 0
|
protected String |
getDefaultServicePath()
Used by fluent helpers and navigation property methods to construct OData queries.
|
HttpDestinationProperties |
getDestinationForFetch()
Convienence field for reusing the same destination with multiple queries (e.g.
|
protected String |
getEntityCollection()
Used by fluent helpers and navigation property methods to construct OData queries.
|
BigDecimal |
getGrossVolume()
Constraints: Not nullable, Precision: 15, Scale: 3
|
BigDecimal |
getGrossWeight()
Constraints: Not nullable, Precision: 15, Scale: 3
|
String |
getHandlingUnitExternalID()
(Key Field) Constraints: Not nullable, Maximum length: 20
|
BigDecimal |
getHandlingUnitHeight()
Constraints: Not nullable, Precision: 13, Scale: 3
|
io.vavr.control.Option<List<HandlingUnitItem>> |
getHandlingUnitItemIfPresent()
Retrieval of associated HandlingUnitItem entities (one to many).
|
List<HandlingUnitItem> |
getHandlingUnitItemOrFetch()
Retrieval of associated HandlingUnitItem entities (one to many).
|
BigDecimal |
getHandlingUnitLength()
Constraints: Not nullable, Precision: 13, Scale: 3
|
BigDecimal |
getHandlingUnitMaxWeight()
Constraints: Not nullable, Precision: 15, Scale: 3
|
BigDecimal |
getHandlingUnitNetVolume()
Constraints: Not nullable, Precision: 15, Scale: 3
|
String |
getHandlingUnitProcessStatus()
Constraints: Not nullable, Maximum length: 1
|
String |
getHandlingUnitReferenceDocument()
Constraints: Not nullable, Maximum length: 10
|
BigDecimal |
getHandlingUnitTareVolume()
Constraints: Not nullable, Precision: 15, Scale: 3
|
String |
getHandlingUnitTareVolumeUnit()
Constraints: Not nullable, Maximum length: 3
|
BigDecimal |
getHandlingUnitTareWeight()
Constraints: Not nullable, Precision: 15, Scale: 3
|
String |
getHandlingUnitTareWeightUnit()
Constraints: Not nullable, Maximum length: 3
|
BigDecimal |
getHandlingUnitWidth()
Constraints: Not nullable, Precision: 13, Scale: 3
|
protected Map<String,Object> |
getKey() |
BigDecimal |
getLastChangeDateTime()
Constraints: Not nullable, Precision: 15, Scale: 0
|
String |
getLastChangedByUser()
Constraints: Not nullable, Maximum length: 12
|
BigDecimal |
getNetWeight()
Constraints: Not nullable, Precision: 15, Scale: 3
|
String |
getPackagingMaterial()
Constraints: Not nullable, Maximum length: 18
|
String |
getPackagingMaterialType()
Constraints: Not nullable, Maximum length: 4
|
String |
getParentHandlingUnitNumber()
Constraints: Not nullable, Maximum length: 20
|
String |
getPlant()
Constraints: Not nullable, Maximum length: 4
|
String |
getShippingPoint()
Constraints: Not nullable, Maximum length: 4
|
String |
getStorageBin()
Constraints: Not nullable, Maximum length: 18
|
String |
getStorageLocation()
Constraints: Not nullable, Maximum length: 4
|
String |
getStorageSection()
Constraints: Not nullable, Maximum length: 4
|
String |
getStorageType()
Constraints: Not nullable, Maximum length: 4
|
Class<HandlingUnit> |
getType() |
String |
getUnitOfMeasureDimension()
Constraints: Not nullable, Maximum length: 3
|
String |
getVolumeUnit()
Constraints: Not nullable, Maximum length: 3
|
String |
getWarehouse()
(Key Field) Constraints: Not nullable, Maximum length: 4
|
String |
getWeightUnit()
Constraints: Not nullable, Maximum length: 3
|
int |
hashCode() |
void |
setCreatedByUser(String createdByUser)
Constraints: Not nullable, Maximum length: 12
|
void |
setCreationDateTime(BigDecimal creationDateTime)
Constraints: Not nullable, Precision: 15, Scale: 0
|
void |
setGrossVolume(BigDecimal grossVolume)
Constraints: Not nullable, Precision: 15, Scale: 3
|
void |
setGrossWeight(BigDecimal grossWeight)
Constraints: Not nullable, Precision: 15, Scale: 3
|
void |
setHandlingUnitExternalID(String handlingUnitExternalID)
(Key Field) Constraints: Not nullable, Maximum length: 20
|
void |
setHandlingUnitHeight(BigDecimal handlingUnitHeight)
Constraints: Not nullable, Precision: 13, Scale: 3
|
void |
setHandlingUnitItem(List<HandlingUnitItem> value)
Overwrites the list of associated HandlingUnitItem entities for the loaded navigation property
to_HandlingUnitItem.
|
void |
setHandlingUnitLength(BigDecimal handlingUnitLength)
Constraints: Not nullable, Precision: 13, Scale: 3
|
void |
setHandlingUnitMaxWeight(BigDecimal handlingUnitMaxWeight)
Constraints: Not nullable, Precision: 15, Scale: 3
|
void |
setHandlingUnitNetVolume(BigDecimal handlingUnitNetVolume)
Constraints: Not nullable, Precision: 15, Scale: 3
|
void |
setHandlingUnitProcessStatus(String handlingUnitProcessStatus)
Constraints: Not nullable, Maximum length: 1
|
void |
setHandlingUnitReferenceDocument(String handlingUnitReferenceDocument)
Constraints: Not nullable, Maximum length: 10
|
void |
setHandlingUnitTareVolume(BigDecimal handlingUnitTareVolume)
Constraints: Not nullable, Precision: 15, Scale: 3
|
void |
setHandlingUnitTareVolumeUnit(String handlingUnitTareVolumeUnit)
Constraints: Not nullable, Maximum length: 3
|
void |
setHandlingUnitTareWeight(BigDecimal handlingUnitTareWeight)
Constraints: Not nullable, Precision: 15, Scale: 3
|
void |
setHandlingUnitTareWeightUnit(String handlingUnitTareWeightUnit)
Constraints: Not nullable, Maximum length: 3
|
void |
setHandlingUnitWidth(BigDecimal handlingUnitWidth)
Constraints: Not nullable, Precision: 13, Scale: 3
|
void |
setLastChangeDateTime(BigDecimal lastChangeDateTime)
Constraints: Not nullable, Precision: 15, Scale: 0
|
void |
setLastChangedByUser(String lastChangedByUser)
Constraints: Not nullable, Maximum length: 12
|
void |
setNetWeight(BigDecimal netWeight)
Constraints: Not nullable, Precision: 15, Scale: 3
|
void |
setPackagingMaterial(String packagingMaterial)
Constraints: Not nullable, Maximum length: 18
|
void |
setPackagingMaterialType(String packagingMaterialType)
Constraints: Not nullable, Maximum length: 4
|
void |
setParentHandlingUnitNumber(String parentHandlingUnitNumber)
Constraints: Not nullable, Maximum length: 20
|
void |
setPlant(String plant)
Constraints: Not nullable, Maximum length: 4
|
protected void |
setServicePathForFetch(String servicePathForFetch)
The service path only used for the fetch commands of this entity.
|
void |
setShippingPoint(String shippingPoint)
Constraints: Not nullable, Maximum length: 4
|
void |
setStorageBin(String storageBin)
Constraints: Not nullable, Maximum length: 18
|
void |
setStorageLocation(String storageLocation)
Constraints: Not nullable, Maximum length: 4
|
void |
setStorageSection(String storageSection)
Constraints: Not nullable, Maximum length: 4
|
void |
setStorageType(String storageType)
Constraints: Not nullable, Maximum length: 4
|
void |
setUnitOfMeasureDimension(String unitOfMeasureDimension)
Constraints: Not nullable, Maximum length: 3
|
void |
setVolumeUnit(String volumeUnit)
Constraints: Not nullable, Maximum length: 3
|
void |
setWarehouse(String warehouse)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
void |
setWeightUnit(String weightUnit)
Constraints: Not nullable, Maximum length: 3
|
protected Map<String,Object> |
toMapOfFields() |
protected Map<String,Object> |
toMapOfNavigationProperties() |
String |
toString() |
getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields
public static final HandlingUnitSelectable ALL_FIELDS
public static final HandlingUnitField<String> HANDLING_UNIT_EXTERNAL_ID
public static final HandlingUnitField<String> WAREHOUSE
public static final HandlingUnitField<String> PACKAGING_MATERIAL
public static final HandlingUnitField<String> PACKAGING_MATERIAL_TYPE
public static final HandlingUnitField<String> PLANT
public static final HandlingUnitField<String> STORAGE_LOCATION
public static final HandlingUnitField<String> SHIPPING_POINT
public static final HandlingUnitField<String> PARENT_HANDLING_UNIT_NUMBER
public static final HandlingUnitField<BigDecimal> GROSS_WEIGHT
public static final HandlingUnitField<BigDecimal> NET_WEIGHT
public static final HandlingUnitField<BigDecimal> HANDLING_UNIT_MAX_WEIGHT
public static final HandlingUnitField<String> WEIGHT_UNIT
public static final HandlingUnitField<BigDecimal> HANDLING_UNIT_TARE_WEIGHT
public static final HandlingUnitField<String> HANDLING_UNIT_TARE_WEIGHT_UNIT
public static final HandlingUnitField<BigDecimal> GROSS_VOLUME
public static final HandlingUnitField<BigDecimal> HANDLING_UNIT_NET_VOLUME
public static final HandlingUnitField<String> VOLUME_UNIT
public static final HandlingUnitField<BigDecimal> HANDLING_UNIT_TARE_VOLUME
public static final HandlingUnitField<String> HANDLING_UNIT_TARE_VOLUME_UNIT
public static final HandlingUnitField<BigDecimal> HANDLING_UNIT_LENGTH
public static final HandlingUnitField<BigDecimal> HANDLING_UNIT_WIDTH
public static final HandlingUnitField<BigDecimal> HANDLING_UNIT_HEIGHT
public static final HandlingUnitField<String> UNIT_OF_MEASURE_DIMENSION
public static final HandlingUnitField<String> HANDLING_UNIT_REFERENCE_DOCUMENT
public static final HandlingUnitField<String> CREATED_BY_USER
public static final HandlingUnitField<BigDecimal> CREATION_DATE_TIME
public static final HandlingUnitField<String> LAST_CHANGED_BY_USER
public static final HandlingUnitField<BigDecimal> LAST_CHANGE_DATE_TIME
public static final HandlingUnitField<String> HANDLING_UNIT_PROCESS_STATUS
public static final HandlingUnitField<String> STORAGE_TYPE
public static final HandlingUnitField<String> STORAGE_SECTION
public static final HandlingUnitField<String> STORAGE_BIN
public static final HandlingUnitLink<HandlingUnitItem> TO_HANDLING_UNIT_ITEM
public HandlingUnit()
public HandlingUnit(@Nullable String handlingUnitExternalID, @Nullable String warehouse, @Nullable String packagingMaterial, @Nullable String packagingMaterialType, @Nullable String plant, @Nullable String storageLocation, @Nullable String shippingPoint, @Nullable String parentHandlingUnitNumber, @Nullable BigDecimal grossWeight, @Nullable BigDecimal netWeight, @Nullable BigDecimal handlingUnitMaxWeight, @Nullable String weightUnit, @Nullable BigDecimal handlingUnitTareWeight, @Nullable String handlingUnitTareWeightUnit, @Nullable BigDecimal grossVolume, @Nullable BigDecimal handlingUnitNetVolume, @Nullable String volumeUnit, @Nullable BigDecimal handlingUnitTareVolume, @Nullable String handlingUnitTareVolumeUnit, @Nullable BigDecimal handlingUnitLength, @Nullable BigDecimal handlingUnitWidth, @Nullable BigDecimal handlingUnitHeight, @Nullable String unitOfMeasureDimension, @Nullable String handlingUnitReferenceDocument, @Nullable String createdByUser, @Nullable BigDecimal creationDateTime, @Nullable String lastChangedByUser, @Nullable BigDecimal lastChangeDateTime, @Nullable String handlingUnitProcessStatus, @Nullable String storageType, @Nullable String storageSection, @Nullable String storageBin, List<HandlingUnitItem> toHandlingUnitItem)
@Nonnull public Class<HandlingUnit> getType()
getType
in class VdmObject<HandlingUnit>
public void setHandlingUnitExternalID(@Nullable String handlingUnitExternalID)
Original property name from the Odata EDM: HandlingUnitExternalID
The system automatically generates an internal number that must be unique for each system client. The system also needs external identification so that it can uniquely identify handling units.Creating a handling unit:Identifiers for handling units are determined during creation according to settings in Customizing for number assignment of the packaging material type for the packaging material that is being used. You can also assign default values for identifiers when you create handling units, although these values must correspond to the settings in Customizing.Processing a handling unitTo edit existing handling units, enter the handling unit's identification in this field.
handlingUnitExternalID
- Specifies an external identifier for the handling unit.public void setWarehouse(@Nullable String warehouse)
Original property name from the Odata EDM: Warehouse
All activities within a warehouse, for example, goods movements and physical inventory, are assigned to a specific warehouse number. The physical warehouse where these activities take place is identified by the warehouse number.
warehouse
- Alphanumeric key that identifies a complex, physical warehouse within the warehouse management system.public void setPackagingMaterial(@Nullable String packagingMaterial)
Original property name from the Odata EDM: PackagingMaterial
When you specify a packaging material for a handling unit, the system automatically proposes default data from the corresponding material master record (maximum allowed weight and volume, for example).
packagingMaterial
- Specifies the means of packing (box, wooden pallet, container) that can be used to pack and transport
goods. Data for each packaging material you use is stored in a material master record.public void setPackagingMaterialType(@Nullable String packagingMaterialType)
Original property name from the Odata EDM: PackagingMaterialType
The packaging material type that you enter here is linked in Customizing to a material group for packaging materials, which you assign to a material in the material master. As you assemble the handling unit, you call up a list of packaging materials that are allowed for an item that you want to pack. This system puts together this list by matching the material group for packaging materials for that item with the appropriate packaging material types.Material group for packaging materials Packaging material types0001 Beverages 0010 Barrels0001 Beverages 0020 Bottles0002 Small parts 0030 Boxes0002 Small parts 0040 Plastic bags0003 Pallets 0050 Containers0003 Pallets 0060 TrucksDuring packing, when you call up the list of allowed packaging materials for a material defined in the material master as material group 0001 (beverages), the system lists all packaging materials of type 0010 (barrels) and 0020 (bottles). For group 0002 (small parts), packaging materials assigned to types 0030 (boxes) and 0040 (plastic bags) would be proposed and for group 0003, packaging materials of types 0050 (containers) and 0060 (trucks) would be proposed.The groupings and packaging material types are freely definable.
packagingMaterialType
- Enter a code and a description for a grouping of similar materials, such as crates, trucks or pallets.public void setPlant(@Nullable String plant)
Original property name from the Odata EDM: Plant
Plant to which the packing material for the handling unit belongs.
plant
- Key that identifies a plant uniquely.public void setStorageLocation(@Nullable String storageLocation)
Original property name from the Odata EDM: StorageLocation
Storage location in which the packing material for the handling unit is stored for the purpose of the inventory.This storage location can be different to the real storage location of the handling unit.
storageLocation
- Number of the storage location in which the material is stored. There can be one or more storage
locations within a plant.public void setShippingPoint(@Nullable String shippingPoint)
Original property name from the Odata EDM: ShippingPoint
You can predefine shipping/receiving points in the system, based on different combinations ofPlantsShipping conditionsLoading groupsDuring delivery processing, the shipping/receiving point is the most important criterion that you use to select deliveries.A delivery can be shipped from only one shipping point or received at only one receiving point.If you want to provide more detailed information about a shipping point you can specify a loading point (for example, one of a number of different loading ramps).If, for example, you want to ship refrigerated goods to a certain customer by rail, the system proposes a shipping point with a suitable location and equipment for loading refrigerated goods onto rail cars.The system can propose a shipping/receiving point. If valid alternatives are predefined in your system, you can change the shipping/receiving point manually.
shippingPoint
- The physical location (for example, a warehouse or collection of loading ramps) from which you ship
the item.public void setParentHandlingUnitNumber(@Nullable String parentHandlingUnitNumber)
Original property name from the Odata EDM: ParentHandlingUnitNumber
The system automatically generates an internal number that must be unique for each system client. The system also needs external identification so that it can uniquely identify handling units.Creating a handling unit:Identifiers for handling units are determined during creation according to settings in Customizing for number assignment of the packaging material type for the packaging material that is being used. You can also assign default values for identifiers when you create handling units, although these values must correspond to the settings in Customizing.Processing a handling unitTo edit existing handling units, enter the handling unit's identification in this field.
parentHandlingUnitNumber
- Specifies an external identifier for the handling unit.public void setGrossWeight(@Nullable BigDecimal grossWeight)
Original property name from the Odata EDM: GrossWeight
The total weight is calculated from the contents (the weight of the material items or the total weight of the lower-level handling units) plus the tare weight of the packaging material.
grossWeight
- Specifies the total weight of the handling unit.public void setNetWeight(@Nullable BigDecimal netWeight)
Original property name from the Odata EDM: NetWeight
netWeight
- Specifies the total weight of the contents of a handling unit, excluding the tare weight of the
handling unit (=packaging material).public void setHandlingUnitMaxWeight(@Nullable BigDecimal handlingUnitMaxWeight)
Original property name from the Odata EDM: HandlingUnitMaxWeight
The system proposes the allowed loading weight from the material master. You can change the value manually in the handling unit.You can enter a tolerance limit for the maximum loading weight allowed for this packaging material.
handlingUnitMaxWeight
- Specifies the maximum loading weight that is allowed for this packaging material. The maximum weight
of a handling unit is the sum of the tare weight and the maximum loading weight allowed, including
excess weight tolerance.public void setWeightUnit(@Nullable String weightUnit)
Original property name from the Odata EDM: WeightUnit
If you specify a weight, you must enter the corresponding unit of weight here.
weightUnit
- Unit referring to the gross weight or net weight of the material.public void setHandlingUnitTareWeight(@Nullable BigDecimal handlingUnitTareWeight)
Original property name from the Odata EDM: HandlingUnitTareWeight
The system automatically proposes the gross weight of the packaging material from the material master record.The tare weight of a container would be the weight of the container itself (in other words, the total weight of the load minus the weight of the container's contents).
handlingUnitTareWeight
- Specifies the unloaded weight of the handling unit.public void setHandlingUnitTareWeightUnit(@Nullable String handlingUnitTareWeightUnit)
Original property name from the Odata EDM: HandlingUnitTareWeightUnit
If you specify a weight, you must enter the corresponding unit of weight here.
handlingUnitTareWeightUnit
- Unit referring to the gross weight or net weight of the material.public void setGrossVolume(@Nullable BigDecimal grossVolume)
Original property name from the Odata EDM: GrossVolume
Determination of the total volume depends on the packaging material.For open packaging materials, such as pallets, total volume is calculated from the tare volume of the packaging (=packaging materials) and the volume of the contents.For closed packaging materials, such as boxes with lids, the total volume is equal to the tare volume of the packaging.An indicator specifies whether the packaging material in question is open or closed.
grossVolume
- Specifies the total volume of the handling unit.public void setHandlingUnitNetVolume(@Nullable BigDecimal handlingUnitNetVolume)
Original property name from the Odata EDM: HandlingUnitNetVolume
The tare volume of the handling unit (=packaging material) is excluded.
handlingUnitNetVolume
- Specifies the total volume of the content of the handling unit. This volume is made up of the sum of
the total volume of the lower-level handling units (if the handling unit contains other handling
units) or the volume of the materials in the handling unit.public void setVolumeUnit(@Nullable String volumeUnit)
Original property name from the Odata EDM: VolumeUnit
If you specify a volume, you have to enter the corresponding volume unit here.
volumeUnit
- Unit referring to the volume of the material.public void setHandlingUnitTareVolume(@Nullable BigDecimal handlingUnitTareVolume)
Original property name from the Odata EDM: HandlingUnitTareVolume
The system automatically proposes the volume of the packaging material, which is taken from the material master record.The tare volume of a container is the volume of the container itself.
handlingUnitTareVolume
- Specifies the unloaded volume of the handling unit.public void setHandlingUnitTareVolumeUnit(@Nullable String handlingUnitTareVolumeUnit)
Original property name from the Odata EDM: HandlingUnitTareVolumeUnit
If you specify a volume, you have to enter the corresponding volume unit here.
handlingUnitTareVolumeUnit
- Unit referring to the volume of the material.public void setHandlingUnitLength(@Nullable BigDecimal handlingUnitLength)
Original property name from the Odata EDM: HandlingUnitLength
handlingUnitLength
- Length of the material or its packaging, measured in the unit of dimension.public void setHandlingUnitWidth(@Nullable BigDecimal handlingUnitWidth)
Original property name from the Odata EDM: HandlingUnitWidth
handlingUnitWidth
- Breadth of the material or its packaging, measured in the unit of dimension.public void setHandlingUnitHeight(@Nullable BigDecimal handlingUnitHeight)
Original property name from the Odata EDM: HandlingUnitHeight
handlingUnitHeight
- Height of the material or its packaging, measured in the unit of dimension.public void setUnitOfMeasureDimension(@Nullable String unitOfMeasureDimension)
Original property name from the Odata EDM: UnitOfMeasureDimension
unitOfMeasureDimension
- Unit in which the dimensions of length, breadth, and height of a material or its packaging are
measured.public void setHandlingUnitReferenceDocument(@Nullable String handlingUnitReferenceDocument)
Original property name from the Odata EDM: HandlingUnitReferenceDocument
handlingUnitReferenceDocument
- The number that uniquely identifies the sales, delivery, or billing document.public void setCreatedByUser(@Nullable String createdByUser)
Original property name from the Odata EDM: CreatedByUser
createdByUser
- Name of Person Who Created Objectpublic void setCreationDateTime(@Nullable BigDecimal creationDateTime)
Original property name from the Odata EDM: CreationDateTime
creationDateTime
- The creationDateTime to set.public void setLastChangedByUser(@Nullable String lastChangedByUser)
Original property name from the Odata EDM: LastChangedByUser
lastChangedByUser
- Name of Person who Changed Objectpublic void setLastChangeDateTime(@Nullable BigDecimal lastChangeDateTime)
Original property name from the Odata EDM: LastChangeDateTime
lastChangeDateTime
- The lastChangeDateTime to set.public void setHandlingUnitProcessStatus(@Nullable String handlingUnitProcessStatus)
Original property name from the Odata EDM: HandlingUnitProcessStatus
handlingUnitProcessStatus
- Handling Unit Process Statuspublic void setStorageType(@Nullable String storageType)
Original property name from the Odata EDM: StorageType
A warehouse can be made up of the following storage types, for example:Goods receipt areaPicking areaHigh rack storage areaBulk storageGeneral storage areaGoods issue area
storageType
- Breakdown of a complex physical warehouse. Storage types differ in their storage techniques, their
organizational form, or their function.public void setStorageSection(@Nullable String storageSection)
Original property name from the Odata EDM: StorageSection
storageSection
- The storage section is a logical or physical subdivision of a storage type. Each section can summarize
an array of storage bins. You can specify the criteria for this to suit your requirements, for
example, fast-moving items or slow-moving items.public void setStorageBin(@Nullable String storageBin)
Original property name from the Odata EDM: StorageBin
storageBin
- The smallest spatial unit in a warehouse used to store goods.protected String getEntityCollection()
VdmEntity
getEntityCollection
in class VdmEntity<HandlingUnit>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<HandlingUnit>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<HandlingUnit>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<HandlingUnit>
@Nonnull public static <T> HandlingUnitField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType)
T
- The type of the extension field when performing value comparisons.fieldName
- The name of the extension field as returned by the OData service.fieldType
- The Java type to use for the extension field when performing value comparisons.@Nonnull public static <T,DomainT> HandlingUnitField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T,DomainT> typeConverter)
T
- The type of the extension field when performing value comparisons.DomainT
- The type of the extension field as returned by the OData service.typeConverter
- A TypeConverterfieldName
- The name of the extension field as returned by the OData service.@Nullable public HttpDestinationProperties getDestinationForFetch()
VdmEntity
getDestinationForFetch
in class VdmEntity<HandlingUnit>
protected void setServicePathForFetch(@Nullable String servicePathForFetch)
VdmEntity
Note: Use with caution, as this can easily break the fetch call on this entity. See the interface of the corresponding service for the default service path.
setServicePathForFetch
in class VdmEntity<HandlingUnit>
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination)
VdmEntity
Note: Use with caution, as this can easily break the fetch calls on this entity. See the interface of the corresponding service for the default service path.
attachToService
in class VdmEntity<HandlingUnit>
servicePath
- Optional parameter. New service path to apply to this entity and any associated entities that were
previously fetched. If a null value is provided and the service path has never been set, then the
service path will be set to the default defined in the corresponding service interface.destination
- New destination to apply to this entity and any associated entities that were previously fetched.protected String getDefaultServicePath()
VdmEntity
getDefaultServicePath
in class VdmEntity<HandlingUnit>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull protected Map<String,Object> toMapOfNavigationProperties()
toMapOfNavigationProperties
in class VdmObject<HandlingUnit>
@Nonnull public List<HandlingUnitItem> fetchHandlingUnitItem() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public List<HandlingUnitItem> getHandlingUnitItemOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_HandlingUnitItem of a queried HandlingUnit is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public io.vavr.control.Option<List<HandlingUnitItem>> getHandlingUnitItemIfPresent()
If the navigation property for an entity HandlingUnit has not been resolved yet, this method will not
query further information. Instead its Option
result state will be empty
.
Option
with result state
empty
is returned.public void setHandlingUnitItem(@Nonnull List<HandlingUnitItem> value)
If the navigation property to_HandlingUnitItem of a queried HandlingUnit is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
value
- List of HandlingUnitItem entities.public void addHandlingUnitItem(HandlingUnitItem... entity)
If the navigation property to_HandlingUnitItem of a queried HandlingUnit is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
entity
- Array of HandlingUnitItem entities.@Nonnull public static HandlingUnit.HandlingUnitBuilder builder()
@Nullable public String getHandlingUnitExternalID()
Original property name from the Odata EDM: HandlingUnitExternalID
The system automatically generates an internal number that must be unique for each system client. The system also needs external identification so that it can uniquely identify handling units.Creating a handling unit:Identifiers for handling units are determined during creation according to settings in Customizing for number assignment of the packaging material type for the packaging material that is being used. You can also assign default values for identifiers when you create handling units, although these values must correspond to the settings in Customizing.Processing a handling unitTo edit existing handling units, enter the handling unit's identification in this field.
@Nullable public String getWarehouse()
Original property name from the Odata EDM: Warehouse
All activities within a warehouse, for example, goods movements and physical inventory, are assigned to a specific warehouse number. The physical warehouse where these activities take place is identified by the warehouse number.
@Nullable public String getPackagingMaterial()
Original property name from the Odata EDM: PackagingMaterial
When you specify a packaging material for a handling unit, the system automatically proposes default data from the corresponding material master record (maximum allowed weight and volume, for example).
@Nullable public String getPackagingMaterialType()
Original property name from the Odata EDM: PackagingMaterialType
The packaging material type that you enter here is linked in Customizing to a material group for packaging materials, which you assign to a material in the material master. As you assemble the handling unit, you call up a list of packaging materials that are allowed for an item that you want to pack. This system puts together this list by matching the material group for packaging materials for that item with the appropriate packaging material types.Material group for packaging materials Packaging material types0001 Beverages 0010 Barrels0001 Beverages 0020 Bottles0002 Small parts 0030 Boxes0002 Small parts 0040 Plastic bags0003 Pallets 0050 Containers0003 Pallets 0060 TrucksDuring packing, when you call up the list of allowed packaging materials for a material defined in the material master as material group 0001 (beverages), the system lists all packaging materials of type 0010 (barrels) and 0020 (bottles). For group 0002 (small parts), packaging materials assigned to types 0030 (boxes) and 0040 (plastic bags) would be proposed and for group 0003, packaging materials of types 0050 (containers) and 0060 (trucks) would be proposed.The groupings and packaging material types are freely definable.
@Nullable public String getPlant()
Original property name from the Odata EDM: Plant
Plant to which the packing material for the handling unit belongs.
@Nullable public String getStorageLocation()
Original property name from the Odata EDM: StorageLocation
Storage location in which the packing material for the handling unit is stored for the purpose of the inventory.This storage location can be different to the real storage location of the handling unit.
@Nullable public String getShippingPoint()
Original property name from the Odata EDM: ShippingPoint
You can predefine shipping/receiving points in the system, based on different combinations ofPlantsShipping conditionsLoading groupsDuring delivery processing, the shipping/receiving point is the most important criterion that you use to select deliveries.A delivery can be shipped from only one shipping point or received at only one receiving point.If you want to provide more detailed information about a shipping point you can specify a loading point (for example, one of a number of different loading ramps).If, for example, you want to ship refrigerated goods to a certain customer by rail, the system proposes a shipping point with a suitable location and equipment for loading refrigerated goods onto rail cars.The system can propose a shipping/receiving point. If valid alternatives are predefined in your system, you can change the shipping/receiving point manually.
@Nullable public String getParentHandlingUnitNumber()
Original property name from the Odata EDM: ParentHandlingUnitNumber
The system automatically generates an internal number that must be unique for each system client. The system also needs external identification so that it can uniquely identify handling units.Creating a handling unit:Identifiers for handling units are determined during creation according to settings in Customizing for number assignment of the packaging material type for the packaging material that is being used. You can also assign default values for identifiers when you create handling units, although these values must correspond to the settings in Customizing.Processing a handling unitTo edit existing handling units, enter the handling unit's identification in this field.
@Nullable public BigDecimal getGrossWeight()
Original property name from the Odata EDM: GrossWeight
The total weight is calculated from the contents (the weight of the material items or the total weight of the lower-level handling units) plus the tare weight of the packaging material.
@Nullable public BigDecimal getNetWeight()
Original property name from the Odata EDM: NetWeight
@Nullable public BigDecimal getHandlingUnitMaxWeight()
Original property name from the Odata EDM: HandlingUnitMaxWeight
The system proposes the allowed loading weight from the material master. You can change the value manually in the handling unit.You can enter a tolerance limit for the maximum loading weight allowed for this packaging material.
@Nullable public String getWeightUnit()
Original property name from the Odata EDM: WeightUnit
If you specify a weight, you must enter the corresponding unit of weight here.
@Nullable public BigDecimal getHandlingUnitTareWeight()
Original property name from the Odata EDM: HandlingUnitTareWeight
The system automatically proposes the gross weight of the packaging material from the material master record.The tare weight of a container would be the weight of the container itself (in other words, the total weight of the load minus the weight of the container's contents).
@Nullable public String getHandlingUnitTareWeightUnit()
Original property name from the Odata EDM: HandlingUnitTareWeightUnit
If you specify a weight, you must enter the corresponding unit of weight here.
@Nullable public BigDecimal getGrossVolume()
Original property name from the Odata EDM: GrossVolume
Determination of the total volume depends on the packaging material.For open packaging materials, such as pallets, total volume is calculated from the tare volume of the packaging (=packaging materials) and the volume of the contents.For closed packaging materials, such as boxes with lids, the total volume is equal to the tare volume of the packaging.An indicator specifies whether the packaging material in question is open or closed.
@Nullable public BigDecimal getHandlingUnitNetVolume()
Original property name from the Odata EDM: HandlingUnitNetVolume
The tare volume of the handling unit (=packaging material) is excluded.
@Nullable public String getVolumeUnit()
Original property name from the Odata EDM: VolumeUnit
If you specify a volume, you have to enter the corresponding volume unit here.
@Nullable public BigDecimal getHandlingUnitTareVolume()
Original property name from the Odata EDM: HandlingUnitTareVolume
The system automatically proposes the volume of the packaging material, which is taken from the material master record.The tare volume of a container is the volume of the container itself.
@Nullable public String getHandlingUnitTareVolumeUnit()
Original property name from the Odata EDM: HandlingUnitTareVolumeUnit
If you specify a volume, you have to enter the corresponding volume unit here.
@Nullable public BigDecimal getHandlingUnitLength()
Original property name from the Odata EDM: HandlingUnitLength
@Nullable public BigDecimal getHandlingUnitWidth()
Original property name from the Odata EDM: HandlingUnitWidth
@Nullable public BigDecimal getHandlingUnitHeight()
Original property name from the Odata EDM: HandlingUnitHeight
@Nullable public String getUnitOfMeasureDimension()
Original property name from the Odata EDM: UnitOfMeasureDimension
@Nullable public String getHandlingUnitReferenceDocument()
Original property name from the Odata EDM: HandlingUnitReferenceDocument
@Nullable public String getCreatedByUser()
Original property name from the Odata EDM: CreatedByUser
@Nullable public BigDecimal getCreationDateTime()
Original property name from the Odata EDM: CreationDateTime
@Nullable public String getLastChangedByUser()
Original property name from the Odata EDM: LastChangedByUser
@Nullable public BigDecimal getLastChangeDateTime()
Original property name from the Odata EDM: LastChangeDateTime
@Nullable public String getHandlingUnitProcessStatus()
Original property name from the Odata EDM: HandlingUnitProcessStatus
@Nullable public String getStorageType()
Original property name from the Odata EDM: StorageType
A warehouse can be made up of the following storage types, for example:Goods receipt areaPicking areaHigh rack storage areaBulk storageGeneral storage areaGoods issue area
@Nullable public String getStorageSection()
Original property name from the Odata EDM: StorageSection
@Nullable public String getStorageBin()
Original property name from the Odata EDM: StorageBin
@Nonnull public String toString()
toString
in class VdmObject<HandlingUnit>
public boolean equals(@Nullable Object o)
equals
in class VdmObject<HandlingUnit>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmObject<HandlingUnit>
public int hashCode()
hashCode
in class VdmObject<HandlingUnit>
Copyright © 2021 SAP SE. All rights reserved.