public class ProductStorageLocation extends VdmEntity<ProductStorageLocation>
Modifier and Type | Class and Description |
---|---|
static class |
ProductStorageLocation.ProductStorageLocationBuilder |
Modifier and Type | Field and Description |
---|---|
static EntityFieldAll<ProductStorageLocation> |
ALL_FIELDS
Selector for all available fields of ProductStorageLocation.
|
static ProductStorageLocationField<Calendar> |
CREATION_DATE
Use with available fluent helpers to apply the CreationDate field to query operations.
|
static ProductStorageLocationField<Calendar> |
DATE_OF_LAST_POSTED_CNT_UN_RSTRCD_STK
Use with available fluent helpers to apply the DateOfLastPostedCntUnRstrcdStk field to query operations.
|
static ProductStorageLocationField<String> |
FISCAL_MONTH_CURRENT_PERIOD
Use with available fluent helpers to apply the FiscalMonthCurrentPeriod field to query operations.
|
static ProductStorageLocationField<String> |
FISCAL_YEAR_CURRENT_INVTRY_PERIOD
Use with available fluent helpers to apply the FiscalYearCurrentInvtryPeriod field to query operations.
|
static ProductStorageLocationField<String> |
FISCAL_YEAR_CURRENT_PERIOD
Use with available fluent helpers to apply the FiscalYearCurrentPeriod field to query operations.
|
static ProductStorageLocationField<String> |
HAS_INVTRY_BLOCK_STOCK_PREV_PERIOD
Use with available fluent helpers to apply the HasInvtryBlockStockPrevPeriod field to query operations.
|
static ProductStorageLocationField<String> |
INVENTORY_BLOCK_STOCK_IND
Use with available fluent helpers to apply the InventoryBlockStockInd field to query operations.
|
static ProductStorageLocationField<Double> |
INVENTORY_CORRECTION_FACTOR
Use with available fluent helpers to apply the InventoryCorrectionFactor field to query operations.
|
static ProductStorageLocationField<String> |
INVENTORY_STOCK_PREV_PERIOD
Use with available fluent helpers to apply the InventoryStockPrevPeriod field to query operations.
|
static ProductStorageLocationField<String> |
INVTRY_CURRENT_YEAR_STOCK_IND
Use with available fluent helpers to apply the InvtryCurrentYearStockInd field to query operations.
|
static ProductStorageLocationField<String> |
INVTRY_QUAL_INSP_CURRENT_YR_STK_IND
Use with available fluent helpers to apply the InvtryQualInspCurrentYrStkInd field to query operations.
|
static ProductStorageLocationField<String> |
INVTRY_REST_STOCK_PREV_PERIOD_IND
Use with available fluent helpers to apply the InvtryRestStockPrevPeriodInd field to query operations.
|
static ProductStorageLocationField<String> |
INVTRY_RESTRICTED_USE_STOCK_IND
Use with available fluent helpers to apply the InvtryRestrictedUseStockInd field to query operations.
|
static ProductStorageLocationField<String> |
INVTRY_STOCK_QLTY_INSP_PREV_PERIOD
Use with available fluent helpers to apply the InvtryStockQltyInspPrevPeriod field to query operations.
|
static ProductStorageLocationField<Boolean> |
IS_MARKED_FOR_DELETION
Use with available fluent helpers to apply the IsMarkedForDeletion field to query operations.
|
static ProductStorageLocationField<String> |
MAINTENANCE_STATUS
Use with available fluent helpers to apply the MaintenanceStatus field to query operations.
|
static ProductStorageLocationField<String> |
PHYSICAL_INVENTORY_BLOCK_IND
Use with available fluent helpers to apply the PhysicalInventoryBlockInd field to query operations.
|
static ProductStorageLocationField<String> |
PLANT
Use with available fluent helpers to apply the Plant field to query operations.
|
static ProductStorageLocationField<String> |
PRODUCT
Use with available fluent helpers to apply the Product field to query operations.
|
static ProductStorageLocationField<String> |
STORAGE_LOCATION
Use with available fluent helpers to apply the StorageLocation field to query operations.
|
static ProductStorageLocationField<String> |
WAREHOUSE_STORAGE_BIN
Use with available fluent helpers to apply the WarehouseStorageBin field to query operations.
|
Constructor and Description |
---|
ProductStorageLocation() |
ProductStorageLocation(String product,
Double inventoryCorrectionFactor,
String invtryRestrictedUseStockInd,
String invtryCurrentYearStockInd,
String invtryQualInspCurrentYrStkInd,
String inventoryBlockStockInd,
String invtryRestStockPrevPeriodInd,
String inventoryStockPrevPeriod,
String invtryStockQltyInspPrevPeriod,
String hasInvtryBlockStockPrevPeriod,
String fiscalYearCurrentPeriod,
String plant,
String fiscalMonthCurrentPeriod,
String fiscalYearCurrentInvtryPeriod,
String storageLocation,
String warehouseStorageBin,
String maintenanceStatus,
String physicalInventoryBlockInd,
Calendar creationDate,
Boolean isMarkedForDeletion,
Calendar dateOfLastPostedCntUnRstrcdStk,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static ProductStorageLocation.ProductStorageLocationBuilder |
builder() |
boolean |
equals(Object o) |
static <T> ProductStorageLocationField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
Calendar |
getCreationDate()
Constraints: Not nullable, Precision: 0
|
Calendar |
getDateOfLastPostedCntUnRstrcdStk()
Constraints: Not nullable, Precision: 0
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
String |
getFiscalMonthCurrentPeriod()
Constraints: Not nullable, Maximum length: 2
|
String |
getFiscalYearCurrentInvtryPeriod()
Constraints: Not nullable, Maximum length: 4
|
String |
getFiscalYearCurrentPeriod()
Constraints: Not nullable, Maximum length: 4
|
String |
getHasInvtryBlockStockPrevPeriod()
Constraints: Not nullable, Maximum length: 3
|
String |
getInventoryBlockStockInd()
Constraints: Not nullable, Maximum length: 3
|
Double |
getInventoryCorrectionFactor()
Constraints: none
|
String |
getInventoryStockPrevPeriod()
Constraints: Not nullable, Maximum length: 3
|
String |
getInvtryCurrentYearStockInd()
Constraints: Not nullable, Maximum length: 3
|
String |
getInvtryQualInspCurrentYrStkInd()
Constraints: Not nullable, Maximum length: 3
|
String |
getInvtryRestrictedUseStockInd()
Constraints: Not nullable, Maximum length: 3
|
String |
getInvtryRestStockPrevPeriodInd()
Constraints: Not nullable, Maximum length: 3
|
String |
getInvtryStockQltyInspPrevPeriod()
Constraints: Not nullable, Maximum length: 3
|
Boolean |
getIsMarkedForDeletion()
Constraints: none
|
String |
getMaintenanceStatus()
Constraints: Not nullable, Maximum length: 15
|
String |
getPhysicalInventoryBlockInd()
Constraints: Not nullable, Maximum length: 1
|
String |
getPlant()
(Key Field) Constraints: Not nullable, Maximum length: 4
|
String |
getProduct()
(Key Field) Constraints: Not nullable, Maximum length: 40
|
String |
getStorageLocation()
(Key Field) Constraints: Not nullable, Maximum length: 4
|
Class<ProductStorageLocation> |
getType() |
String |
getWarehouseStorageBin()
Constraints: Not nullable, Maximum length: 10
|
int |
hashCode() |
void |
setCreationDate(Calendar creationDate)
Constraints: Not nullable, Precision: 0
|
void |
setDateOfLastPostedCntUnRstrcdStk(Calendar dateOfLastPostedCntUnRstrcdStk)
Constraints: Not nullable, Precision: 0
|
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
void |
setFiscalMonthCurrentPeriod(String fiscalMonthCurrentPeriod)
Constraints: Not nullable, Maximum length: 2
|
void |
setFiscalYearCurrentInvtryPeriod(String fiscalYearCurrentInvtryPeriod)
Constraints: Not nullable, Maximum length: 4
|
void |
setFiscalYearCurrentPeriod(String fiscalYearCurrentPeriod)
Constraints: Not nullable, Maximum length: 4
|
void |
setHasInvtryBlockStockPrevPeriod(String hasInvtryBlockStockPrevPeriod)
Constraints: Not nullable, Maximum length: 3
|
void |
setInventoryBlockStockInd(String inventoryBlockStockInd)
Constraints: Not nullable, Maximum length: 3
|
void |
setInventoryCorrectionFactor(Double inventoryCorrectionFactor)
Constraints: none
|
void |
setInventoryStockPrevPeriod(String inventoryStockPrevPeriod)
Constraints: Not nullable, Maximum length: 3
|
void |
setInvtryCurrentYearStockInd(String invtryCurrentYearStockInd)
Constraints: Not nullable, Maximum length: 3
|
void |
setInvtryQualInspCurrentYrStkInd(String invtryQualInspCurrentYrStkInd)
Constraints: Not nullable, Maximum length: 3
|
void |
setInvtryRestrictedUseStockInd(String invtryRestrictedUseStockInd)
Constraints: Not nullable, Maximum length: 3
|
void |
setInvtryRestStockPrevPeriodInd(String invtryRestStockPrevPeriodInd)
Constraints: Not nullable, Maximum length: 3
|
void |
setInvtryStockQltyInspPrevPeriod(String invtryStockQltyInspPrevPeriod)
Constraints: Not nullable, Maximum length: 3
|
void |
setIsMarkedForDeletion(Boolean isMarkedForDeletion)
Constraints: none
|
void |
setMaintenanceStatus(String maintenanceStatus)
Constraints: Not nullable, Maximum length: 15
|
void |
setPhysicalInventoryBlockInd(String physicalInventoryBlockInd)
Constraints: Not nullable, Maximum length: 1
|
void |
setPlant(String plant)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
void |
setProduct(String product)
(Key Field) Constraints: Not nullable, Maximum length: 40
|
void |
setStorageLocation(String storageLocation)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
void |
setWarehouseStorageBin(String warehouseStorageBin)
Constraints: Not nullable, Maximum length: 10
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final EntityFieldAll<ProductStorageLocation> ALL_FIELDS
public static final ProductStorageLocationField<String> PRODUCT
public static final ProductStorageLocationField<Double> INVENTORY_CORRECTION_FACTOR
public static final ProductStorageLocationField<String> INVTRY_RESTRICTED_USE_STOCK_IND
public static final ProductStorageLocationField<String> INVTRY_CURRENT_YEAR_STOCK_IND
public static final ProductStorageLocationField<String> INVTRY_QUAL_INSP_CURRENT_YR_STK_IND
public static final ProductStorageLocationField<String> INVENTORY_BLOCK_STOCK_IND
public static final ProductStorageLocationField<String> INVTRY_REST_STOCK_PREV_PERIOD_IND
public static final ProductStorageLocationField<String> INVENTORY_STOCK_PREV_PERIOD
public static final ProductStorageLocationField<String> INVTRY_STOCK_QLTY_INSP_PREV_PERIOD
public static final ProductStorageLocationField<String> HAS_INVTRY_BLOCK_STOCK_PREV_PERIOD
public static final ProductStorageLocationField<String> FISCAL_YEAR_CURRENT_PERIOD
public static final ProductStorageLocationField<String> PLANT
public static final ProductStorageLocationField<String> FISCAL_MONTH_CURRENT_PERIOD
public static final ProductStorageLocationField<String> FISCAL_YEAR_CURRENT_INVTRY_PERIOD
public static final ProductStorageLocationField<String> STORAGE_LOCATION
public static final ProductStorageLocationField<String> WAREHOUSE_STORAGE_BIN
public static final ProductStorageLocationField<String> MAINTENANCE_STATUS
public static final ProductStorageLocationField<String> PHYSICAL_INVENTORY_BLOCK_IND
public static final ProductStorageLocationField<Calendar> CREATION_DATE
public static final ProductStorageLocationField<Boolean> IS_MARKED_FOR_DELETION
public static final ProductStorageLocationField<Calendar> DATE_OF_LAST_POSTED_CNT_UN_RSTRCD_STK
@Generated(value="lombok") public ProductStorageLocation()
@ConstructorProperties(value={"product","inventoryCorrectionFactor","invtryRestrictedUseStockInd","invtryCurrentYearStockInd","invtryQualInspCurrentYrStkInd","inventoryBlockStockInd","invtryRestStockPrevPeriodInd","inventoryStockPrevPeriod","invtryStockQltyInspPrevPeriod","hasInvtryBlockStockPrevPeriod","fiscalYearCurrentPeriod","plant","fiscalMonthCurrentPeriod","fiscalYearCurrentInvtryPeriod","storageLocation","warehouseStorageBin","maintenanceStatus","physicalInventoryBlockInd","creationDate","isMarkedForDeletion","dateOfLastPostedCntUnRstrcdStk","erpConfigContext"}) @Generated(value="lombok") public ProductStorageLocation(@Nullable String product, @Nullable Double inventoryCorrectionFactor, @Nullable String invtryRestrictedUseStockInd, @Nullable String invtryCurrentYearStockInd, @Nullable String invtryQualInspCurrentYrStkInd, @Nullable String inventoryBlockStockInd, @Nullable String invtryRestStockPrevPeriodInd, @Nullable String inventoryStockPrevPeriod, @Nullable String invtryStockQltyInspPrevPeriod, @Nullable String hasInvtryBlockStockPrevPeriod, @Nullable String fiscalYearCurrentPeriod, @Nullable String plant, @Nullable String fiscalMonthCurrentPeriod, @Nullable String fiscalYearCurrentInvtryPeriod, @Nullable String storageLocation, @Nullable String warehouseStorageBin, @Nullable String maintenanceStatus, @Nullable String physicalInventoryBlockInd, @Nullable Calendar creationDate, @Nullable Boolean isMarkedForDeletion, @Nullable Calendar dateOfLastPostedCntUnRstrcdStk, @Nullable ErpConfigContext erpConfigContext)
public Class<ProductStorageLocation> getType()
getType
in class VdmObject<ProductStorageLocation>
public static <T> ProductStorageLocationField<T> field(String fieldName, Class<T> fieldType)
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.@Generated(value="lombok") public static ProductStorageLocation.ProductStorageLocationBuilder builder()
@Nullable @Generated(value="lombok") public String getProduct()
@Nullable @Generated(value="lombok") public Double getInventoryCorrectionFactor()
@Nullable @Generated(value="lombok") public String getInvtryRestrictedUseStockInd()
@Nullable @Generated(value="lombok") public String getInvtryCurrentYearStockInd()
@Nullable @Generated(value="lombok") public String getInvtryQualInspCurrentYrStkInd()
@Nullable @Generated(value="lombok") public String getInventoryBlockStockInd()
@Nullable @Generated(value="lombok") public String getInvtryRestStockPrevPeriodInd()
@Nullable @Generated(value="lombok") public String getInventoryStockPrevPeriod()
@Nullable @Generated(value="lombok") public String getInvtryStockQltyInspPrevPeriod()
@Nullable @Generated(value="lombok") public String getHasInvtryBlockStockPrevPeriod()
@Nullable @Generated(value="lombok") public String getFiscalYearCurrentPeriod()
@Nullable @Generated(value="lombok") public String getPlant()
@Nullable @Generated(value="lombok") public String getFiscalMonthCurrentPeriod()
@Nullable @Generated(value="lombok") public String getFiscalYearCurrentInvtryPeriod()
@Nullable @Generated(value="lombok") public String getStorageLocation()
@Nullable @Generated(value="lombok") public String getWarehouseStorageBin()
@Nullable @Generated(value="lombok") public String getMaintenanceStatus()
@Nullable @Generated(value="lombok") public String getPhysicalInventoryBlockInd()
@Nullable @Generated(value="lombok") public Calendar getCreationDate()
@Nullable @Generated(value="lombok") public Boolean getIsMarkedForDeletion()
@Nullable @Generated(value="lombok") public Calendar getDateOfLastPostedCntUnRstrcdStk()
@Nullable @Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setProduct(@Nullable String product)
product
- @Generated(value="lombok") public void setInventoryCorrectionFactor(@Nullable Double inventoryCorrectionFactor)
inventoryCorrectionFactor
- @Generated(value="lombok") public void setInvtryRestrictedUseStockInd(@Nullable String invtryRestrictedUseStockInd)
invtryRestrictedUseStockInd
- @Generated(value="lombok") public void setInvtryCurrentYearStockInd(@Nullable String invtryCurrentYearStockInd)
invtryCurrentYearStockInd
- @Generated(value="lombok") public void setInvtryQualInspCurrentYrStkInd(@Nullable String invtryQualInspCurrentYrStkInd)
invtryQualInspCurrentYrStkInd
- @Generated(value="lombok") public void setInventoryBlockStockInd(@Nullable String inventoryBlockStockInd)
inventoryBlockStockInd
- @Generated(value="lombok") public void setInvtryRestStockPrevPeriodInd(@Nullable String invtryRestStockPrevPeriodInd)
invtryRestStockPrevPeriodInd
- @Generated(value="lombok") public void setInventoryStockPrevPeriod(@Nullable String inventoryStockPrevPeriod)
inventoryStockPrevPeriod
- @Generated(value="lombok") public void setInvtryStockQltyInspPrevPeriod(@Nullable String invtryStockQltyInspPrevPeriod)
invtryStockQltyInspPrevPeriod
- @Generated(value="lombok") public void setHasInvtryBlockStockPrevPeriod(@Nullable String hasInvtryBlockStockPrevPeriod)
hasInvtryBlockStockPrevPeriod
- @Generated(value="lombok") public void setFiscalYearCurrentPeriod(@Nullable String fiscalYearCurrentPeriod)
fiscalYearCurrentPeriod
- @Generated(value="lombok") public void setPlant(@Nullable String plant)
plant
- @Generated(value="lombok") public void setFiscalMonthCurrentPeriod(@Nullable String fiscalMonthCurrentPeriod)
fiscalMonthCurrentPeriod
- @Generated(value="lombok") public void setFiscalYearCurrentInvtryPeriod(@Nullable String fiscalYearCurrentInvtryPeriod)
fiscalYearCurrentInvtryPeriod
- @Generated(value="lombok") public void setStorageLocation(@Nullable String storageLocation)
storageLocation
- @Generated(value="lombok") public void setWarehouseStorageBin(@Nullable String warehouseStorageBin)
warehouseStorageBin
- @Generated(value="lombok") public void setMaintenanceStatus(@Nullable String maintenanceStatus)
maintenanceStatus
- @Generated(value="lombok") public void setPhysicalInventoryBlockInd(@Nullable String physicalInventoryBlockInd)
physicalInventoryBlockInd
- @Generated(value="lombok") public void setCreationDate(@Nullable Calendar creationDate)
creationDate
- @Generated(value="lombok") public void setIsMarkedForDeletion(@Nullable Boolean isMarkedForDeletion)
isMarkedForDeletion
- @Generated(value="lombok") public void setDateOfLastPostedCntUnRstrcdStk(@Nullable Calendar dateOfLastPostedCntUnRstrcdStk)
dateOfLastPostedCntUnRstrcdStk
- @Generated(value="lombok") public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class VdmObject<ProductStorageLocation>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class VdmObject<ProductStorageLocation>
@Generated(value="lombok") public int hashCode()
hashCode
in class VdmObject<ProductStorageLocation>
Copyright © 2017 SAP SE. All rights reserved.