public class WarehouseStorageBin extends VdmEntity<WarehouseStorageBin>
Original entity name from the Odata EDM: WarehouseStorageBinType
Modifier and Type | Class and Description |
---|---|
static class |
WarehouseStorageBin.WarehouseStorageBinBuilder |
Modifier and Type | Field and Description |
---|---|
static WarehouseStorageBinSelectable |
ALL_FIELDS
Selector for all available fields of WarehouseStorageBin.
|
static WarehouseStorageBinField<String> |
STORAGE_BIN
Use with available fluent helpers to apply the StorageBin field to query operations.
|
static WarehouseStorageBinField<Boolean> |
STORAGE_BIN_IS_EMPTY
Use with available fluent helpers to apply the StorageBinIsEmpty field to query operations.
|
static WarehouseStorageBinField<Boolean> |
STORAGE_BIN_IS_FULL
Use with available fluent helpers to apply the StorageBinIsFull field to query operations.
|
static WarehouseStorageBinField<String> |
STORAGE_BIN_VERIFIED_BY_MOBILE_ID
Use with available fluent helpers to apply the StorageBinVerifiedByMobileID field to query operations.
|
static WarehouseStorageBinField<String> |
STORAGE_TYPE
Use with available fluent helpers to apply the StorageType field to query operations.
|
static WarehouseStorageBinField<String> |
WAREHOUSE
Use with available fluent helpers to apply the Warehouse field to query operations.
|
changedOriginalFields
Constructor and Description |
---|
WarehouseStorageBin() |
WarehouseStorageBin(String warehouse,
String storageBin,
String storageType,
Boolean storageBinIsEmpty,
Boolean storageBinIsFull,
String storageBinVerifiedByMobileID) |
Modifier and Type | Method and Description |
---|---|
void |
attachToService(String servicePath,
HttpDestinationProperties destination)
Sets the service path and destination for the fetch commands of this entity.
|
static WarehouseStorageBin.WarehouseStorageBinBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
static <T> WarehouseStorageBinField<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) |
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.
|
protected Map<String,Object> |
getKey() |
String |
getStorageBin()
(Key Field) Constraints: Not nullable, Maximum length: 18
|
Boolean |
getStorageBinIsEmpty()
Constraints: none
|
Boolean |
getStorageBinIsFull()
Constraints: none
|
String |
getStorageBinVerifiedByMobileID()
Constraints: Not nullable, Maximum length: 18
|
String |
getStorageType()
Constraints: Not nullable, Maximum length: 4
|
Class<WarehouseStorageBin> |
getType() |
String |
getWarehouse()
(Key Field) Constraints: Not nullable, Maximum length: 4
|
int |
hashCode() |
protected void |
setServicePathForFetch(String servicePathForFetch)
The service path only used for the fetch commands of this entity.
|
void |
setStorageBin(String storageBin)
(Key Field) Constraints: Not nullable, Maximum length: 18
|
void |
setStorageBinIsEmpty(Boolean storageBinIsEmpty)
Constraints: none
|
void |
setStorageBinIsFull(Boolean storageBinIsFull)
Constraints: none
|
void |
setStorageBinVerifiedByMobileID(String storageBinVerifiedByMobileID)
Constraints: Not nullable, Maximum length: 18
|
void |
setStorageType(String storageType)
Constraints: Not nullable, Maximum length: 4
|
void |
setWarehouse(String warehouse)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
protected Map<String,Object> |
toMapOfFields() |
String |
toString() |
getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
public static final WarehouseStorageBinSelectable ALL_FIELDS
public static final WarehouseStorageBinField<String> WAREHOUSE
public static final WarehouseStorageBinField<String> STORAGE_BIN
public static final WarehouseStorageBinField<String> STORAGE_TYPE
public static final WarehouseStorageBinField<Boolean> STORAGE_BIN_IS_EMPTY
public static final WarehouseStorageBinField<Boolean> STORAGE_BIN_IS_FULL
public static final WarehouseStorageBinField<String> STORAGE_BIN_VERIFIED_BY_MOBILE_ID
@Nonnull public Class<WarehouseStorageBin> getType()
getType
in class VdmObject<WarehouseStorageBin>
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 setStorageBin(@Nullable String storageBin)
Original property name from the Odata EDM: StorageBin
storageBin
- The smallest spatial unit in a warehouse used to store goods.public 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 setStorageBinIsEmpty(@Nullable Boolean storageBinIsEmpty)
Original property name from the Odata EDM: StorageBinIsEmpty
storageBinIsEmpty
- Indicates that there is no stock in the storage bin.public void setStorageBinIsFull(@Nullable Boolean storageBinIsFull)
Original property name from the Odata EDM: StorageBinIsFull
This field is used in strategy P where, depending on the number of bin sections, varying numbers of handling units will fit into a storage bin.
storageBinIsFull
- If this indicator is set, the capacity of the storage bin is used up.public void setStorageBinVerifiedByMobileID(@Nullable String storageBinVerifiedByMobileID)
Original property name from the Odata EDM: StorageBinVerifiedByMobileID
storageBinVerifiedByMobileID
- Verification Field for Mobile Data Entryprotected String getEntityCollection()
VdmEntity
getEntityCollection
in class VdmEntity<WarehouseStorageBin>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<WarehouseStorageBin>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<WarehouseStorageBin>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<WarehouseStorageBin>
@Nonnull public static <T> WarehouseStorageBinField<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> WarehouseStorageBinField<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<WarehouseStorageBin>
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<WarehouseStorageBin>
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<WarehouseStorageBin>
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<WarehouseStorageBin>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull public static WarehouseStorageBin.WarehouseStorageBinBuilder builder()
@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 getStorageBin()
Original property name from the Odata EDM: StorageBin
@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 Boolean getStorageBinIsEmpty()
Original property name from the Odata EDM: StorageBinIsEmpty
@Nullable public Boolean getStorageBinIsFull()
Original property name from the Odata EDM: StorageBinIsFull
This field is used in strategy P where, depending on the number of bin sections, varying numbers of handling units will fit into a storage bin.
@Nullable public String getStorageBinVerifiedByMobileID()
Original property name from the Odata EDM: StorageBinVerifiedByMobileID
@Nonnull public String toString()
toString
in class VdmObject<WarehouseStorageBin>
public boolean equals(@Nullable Object o)
equals
in class VdmObject<WarehouseStorageBin>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmObject<WarehouseStorageBin>
public int hashCode()
hashCode
in class VdmObject<WarehouseStorageBin>
Copyright © 2021 SAP SE. All rights reserved.