Package org.compiere.model
Interface I_M_Warehouse
-
- All Known Implementing Classes:
MWarehouse
,X_M_Warehouse
public interface I_M_Warehouse
Generated Interface for M_Warehouse- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 3 - Client - Orgstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_C_Location_ID
Column name C_Location_IDstatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_Description
Column name Descriptionstatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_IsDisallowNegativeInv
Column name IsDisallowNegativeInvstatic String
COLUMNNAME_IsInTransit
Column name IsInTransitstatic String
COLUMNNAME_M_ReserveLocator_ID
Column name M_ReserveLocator_IDstatic String
COLUMNNAME_M_Warehouse_ID
Column name M_Warehouse_IDstatic String
COLUMNNAME_M_Warehouse_UU
Column name M_Warehouse_UUstatic String
COLUMNNAME_M_WarehouseSource_ID
Column name M_WarehouseSource_IDstatic String
COLUMNNAME_Name
Column name Namestatic String
COLUMNNAME_ReplenishmentClass
Column name ReplenishmentClassstatic String
COLUMNNAME_Separator
Column name Separatorstatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic String
COLUMNNAME_Value
Column name Valuestatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=190static String
Table_Name
TableName=M_Warehouse
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAD_Client_ID()
Get Client.int
getAD_Org_ID()
Get Organization.I_C_Location
getC_Location()
int
getC_Location_ID()
Get Address.Timestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.String
getDescription()
Get Description.I_M_Locator
getM_ReserveLocator()
int
getM_ReserveLocator_ID()
Get Reservation Locator.int
getM_Warehouse_ID()
Get Warehouse.String
getM_Warehouse_UU()
Get M_Warehouse_UUI_M_Warehouse
getM_WarehouseSource()
int
getM_WarehouseSource_ID()
Get Source Warehouse.String
getName()
Get Name.String
getReplenishmentClass()
Get Replenishment Class.String
getSeparator()
Get Element Separator.Timestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.String
getValue()
Get Search Key.boolean
isActive()
Get Active.boolean
isDisallowNegativeInv()
Get Disallow Negative Inventory.boolean
isInTransit()
Get In Transit.void
setAD_Org_ID(int AD_Org_ID)
Set Organization.void
setC_Location_ID(int C_Location_ID)
Set Address.void
setDescription(String Description)
Set Description.void
setIsActive(boolean IsActive)
Set Active.void
setIsDisallowNegativeInv(boolean IsDisallowNegativeInv)
Set Disallow Negative Inventory.void
setIsInTransit(boolean IsInTransit)
Set In Transit.void
setM_ReserveLocator_ID(int M_ReserveLocator_ID)
Set Reservation Locator.void
setM_Warehouse_ID(int M_Warehouse_ID)
Set Warehouse.void
setM_Warehouse_UU(String M_Warehouse_UU)
Set M_Warehouse_UUvoid
setM_WarehouseSource_ID(int M_WarehouseSource_ID)
Set Source Warehouse.void
setName(String Name)
Set Name.void
setReplenishmentClass(String ReplenishmentClass)
Set Replenishment Class.void
setSeparator(String Separator)
Set Element Separator.void
setValue(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
-
-