Package org.compiere.model
Interface I_M_Warehouse
-
- All Known Implementing Classes:
MWarehouse,X_M_Warehouse
public interface I_M_WarehouseGenerated Interface for M_Warehouse- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimalaccessLevelAccessLevel = 3 - Client - Orgstatic StringCOLUMNNAME_AD_Client_IDColumn name AD_Client_IDstatic StringCOLUMNNAME_AD_Org_IDColumn name AD_Org_IDstatic StringCOLUMNNAME_C_Location_IDColumn name C_Location_IDstatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_DescriptionColumn name Descriptionstatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_IsDisallowNegativeInvColumn name IsDisallowNegativeInvstatic StringCOLUMNNAME_IsInTransitColumn name IsInTransitstatic StringCOLUMNNAME_M_ReserveLocator_IDColumn name M_ReserveLocator_IDstatic StringCOLUMNNAME_M_Warehouse_IDColumn name M_Warehouse_IDstatic StringCOLUMNNAME_M_Warehouse_UUColumn name M_Warehouse_UUstatic StringCOLUMNNAME_M_WarehouseSource_IDColumn name M_WarehouseSource_IDstatic StringCOLUMNNAME_NameColumn name Namestatic StringCOLUMNNAME_ReplenishmentClassColumn name ReplenishmentClassstatic StringCOLUMNNAME_SeparatorColumn name Separatorstatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic StringCOLUMNNAME_ValueColumn name Valuestatic KeyNamePairModelstatic intTable_IDAD_Table_ID=190static StringTable_NameTableName=M_Warehouse
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAD_Client_ID()Get Client.intgetAD_Org_ID()Get Organization.I_C_LocationgetC_Location()intgetC_Location_ID()Get Address.TimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.StringgetDescription()Get Description.I_M_LocatorgetM_ReserveLocator()intgetM_ReserveLocator_ID()Get Reservation Locator.intgetM_Warehouse_ID()Get Warehouse.StringgetM_Warehouse_UU()Get M_Warehouse_UUI_M_WarehousegetM_WarehouseSource()intgetM_WarehouseSource_ID()Get Source Warehouse.StringgetName()Get Name.StringgetReplenishmentClass()Get Replenishment Class.StringgetSeparator()Get Element Separator.TimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.StringgetValue()Get Search Key.booleanisActive()Get Active.booleanisDisallowNegativeInv()Get Disallow Negative Inventory.booleanisInTransit()Get In Transit.voidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetC_Location_ID(int C_Location_ID)Set Address.voidsetDescription(String Description)Set Description.voidsetIsActive(boolean IsActive)Set Active.voidsetIsDisallowNegativeInv(boolean IsDisallowNegativeInv)Set Disallow Negative Inventory.voidsetIsInTransit(boolean IsInTransit)Set In Transit.voidsetM_ReserveLocator_ID(int M_ReserveLocator_ID)Set Reservation Locator.voidsetM_Warehouse_ID(int M_Warehouse_ID)Set Warehouse.voidsetM_Warehouse_UU(String M_Warehouse_UU)Set M_Warehouse_UUvoidsetM_WarehouseSource_ID(int M_WarehouseSource_ID)Set Source Warehouse.voidsetName(String Name)Set Name.voidsetReplenishmentClass(String ReplenishmentClass)Set Replenishment Class.voidsetSeparator(String Separator)Set Element Separator.voidsetValue(String Value)Set Search Key.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=M_Warehouse- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=190- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org
-
COLUMNNAME_AD_Client_ID
static final String COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Org_ID
static final String COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_Location_ID
static final String COLUMNNAME_C_Location_ID
Column name C_Location_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Created
static final String COLUMNNAME_Created
Column name Created- See Also:
- Constant Field Values
-
COLUMNNAME_CreatedBy
static final String COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_Description
static final String COLUMNNAME_Description
Column name Description- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_IsDisallowNegativeInv
static final String COLUMNNAME_IsDisallowNegativeInv
Column name IsDisallowNegativeInv- See Also:
- Constant Field Values
-
COLUMNNAME_IsInTransit
static final String COLUMNNAME_IsInTransit
Column name IsInTransit- See Also:
- Constant Field Values
-
COLUMNNAME_M_ReserveLocator_ID
static final String COLUMNNAME_M_ReserveLocator_ID
Column name M_ReserveLocator_ID- See Also:
- Constant Field Values
-
COLUMNNAME_M_Warehouse_ID
static final String COLUMNNAME_M_Warehouse_ID
Column name M_Warehouse_ID- See Also:
- Constant Field Values
-
COLUMNNAME_M_WarehouseSource_ID
static final String COLUMNNAME_M_WarehouseSource_ID
Column name M_WarehouseSource_ID- See Also:
- Constant Field Values
-
COLUMNNAME_M_Warehouse_UU
static final String COLUMNNAME_M_Warehouse_UU
Column name M_Warehouse_UU- See Also:
- Constant Field Values
-
COLUMNNAME_Name
static final String COLUMNNAME_Name
Column name Name- See Also:
- Constant Field Values
-
COLUMNNAME_ReplenishmentClass
static final String COLUMNNAME_ReplenishmentClass
Column name ReplenishmentClass- See Also:
- Constant Field Values
-
COLUMNNAME_Separator
static final String COLUMNNAME_Separator
Column name Separator- See Also:
- Constant Field Values
-
COLUMNNAME_Updated
static final String COLUMNNAME_Updated
Column name Updated- See Also:
- Constant Field Values
-
COLUMNNAME_UpdatedBy
static final String COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_Value
static final String COLUMNNAME_Value
Column name Value- See Also:
- Constant Field Values
-
-
Method Detail
-
getAD_Client_ID
int getAD_Client_ID()
Get Client. Client/Tenant for this installation.
-
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID)
Set Organization. Organizational entity within client
-
getAD_Org_ID
int getAD_Org_ID()
Get Organization. Organizational entity within client
-
setC_Location_ID
void setC_Location_ID(int C_Location_ID)
Set Address. Location or Address
-
getC_Location_ID
int getC_Location_ID()
Get Address. Location or Address
-
getC_Location
I_C_Location getC_Location() throws RuntimeException
- Throws:
RuntimeException
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setDescription
void setDescription(String Description)
Set Description. Optional short description of the record
-
getDescription
String getDescription()
Get Description. Optional short description of the record
-
setIsActive
void setIsActive(boolean IsActive)
Set Active. The record is active in the system
-
isActive
boolean isActive()
Get Active. The record is active in the system
-
setIsDisallowNegativeInv
void setIsDisallowNegativeInv(boolean IsDisallowNegativeInv)
Set Disallow Negative Inventory. Negative Inventory is not allowed in this warehouse
-
isDisallowNegativeInv
boolean isDisallowNegativeInv()
Get Disallow Negative Inventory. Negative Inventory is not allowed in this warehouse
-
setIsInTransit
void setIsInTransit(boolean IsInTransit)
Set In Transit. Movement is in transit
-
isInTransit
boolean isInTransit()
Get In Transit. Movement is in transit
-
setM_ReserveLocator_ID
void setM_ReserveLocator_ID(int M_ReserveLocator_ID)
Set Reservation Locator. Reservation Locator (just for reporting purposes)
-
getM_ReserveLocator_ID
int getM_ReserveLocator_ID()
Get Reservation Locator. Reservation Locator (just for reporting purposes)
-
getM_ReserveLocator
I_M_Locator getM_ReserveLocator() throws RuntimeException
- Throws:
RuntimeException
-
setM_Warehouse_ID
void setM_Warehouse_ID(int M_Warehouse_ID)
Set Warehouse. Storage Warehouse and Service Point
-
getM_Warehouse_ID
int getM_Warehouse_ID()
Get Warehouse. Storage Warehouse and Service Point
-
setM_WarehouseSource_ID
void setM_WarehouseSource_ID(int M_WarehouseSource_ID)
Set Source Warehouse. Optional Warehouse to replenish from
-
getM_WarehouseSource_ID
int getM_WarehouseSource_ID()
Get Source Warehouse. Optional Warehouse to replenish from
-
getM_WarehouseSource
I_M_Warehouse getM_WarehouseSource() throws RuntimeException
- Throws:
RuntimeException
-
setM_Warehouse_UU
void setM_Warehouse_UU(String M_Warehouse_UU)
Set M_Warehouse_UU
-
getM_Warehouse_UU
String getM_Warehouse_UU()
Get M_Warehouse_UU
-
setName
void setName(String Name)
Set Name. Alphanumeric identifier of the entity
-
getName
String getName()
Get Name. Alphanumeric identifier of the entity
-
setReplenishmentClass
void setReplenishmentClass(String ReplenishmentClass)
Set Replenishment Class. Custom class to calculate Quantity to Order
-
getReplenishmentClass
String getReplenishmentClass()
Get Replenishment Class. Custom class to calculate Quantity to Order
-
setSeparator
void setSeparator(String Separator)
Set Element Separator. Element Separator
-
getSeparator
String getSeparator()
Get Element Separator. Element Separator
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
setValue
void setValue(String Value)
Set Search Key. Search key for the record in the format required - must be unique
-
getValue
String getValue()
Get Search Key. Search key for the record in the format required - must be unique
-
-