Package org.compiere.model
Interface I_M_StorageOnHand
- All Known Implementing Classes:
MStorageOnHand
,X_M_StorageOnHand
public interface I_M_StorageOnHand
Generated Interface for M_StorageOnHand
- Version:
- Release 11
- Author:
- iDempiere (generated)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BigDecimal
AccessLevel = 3 - Client - Orgstatic final String
Column name AD_Client_IDstatic final String
Column name AD_Org_IDstatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name DateLastInventorystatic final String
Column name DateMaterialPolicystatic final String
Column name IsActivestatic final String
Column name M_AttributeSetInstance_IDstatic final String
Column name M_Locator_IDstatic final String
Column name M_Product_IDstatic final String
Column name M_StorageOnHand_UUstatic final String
Column name QtyOnHandstatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final KeyNamePair
static final int
AD_Table_ID=200026static final String
TableName=M_StorageOnHand -
Method Summary
Modifier and TypeMethodDescriptionint
Get Tenant.int
Get Organization.Get Created.int
Get Created By.Get Date Last Inventory Count.Get Date Material Policy.int
Get Attribute Set Instance.int
Get Locator.int
Get Product.Get M_StorageOnHand_UUGet On Hand Quantity.Get Updated.int
Get Updated By.boolean
isActive()
Get Active.void
setAD_Org_ID
(int AD_Org_ID) Set Organization.void
setDateLastInventory
(Timestamp DateLastInventory) Set Date Last Inventory Count.void
setDateMaterialPolicy
(Timestamp DateMaterialPolicy) Set Date Material Policy.void
setIsActive
(boolean IsActive) Set Active.void
setM_AttributeSetInstance_ID
(int M_AttributeSetInstance_ID) Set Attribute Set Instance.void
setM_Locator_ID
(int M_Locator_ID) Set Locator.void
setM_Product_ID
(int M_Product_ID) Set Product.void
setM_StorageOnHand_UU
(String M_StorageOnHand_UU) Set M_StorageOnHand_UUvoid
setQtyOnHand
(BigDecimal QtyOnHand) Set On Hand Quantity.
-
Field Details
-
Table_Name
TableName=M_StorageOnHand- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=200026- See Also:
-
Model
-
accessLevel
AccessLevel = 3 - Client - Org -
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_DateLastInventory
Column name DateLastInventory- See Also:
-
COLUMNNAME_DateMaterialPolicy
Column name DateMaterialPolicy- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_M_AttributeSetInstance_ID
Column name M_AttributeSetInstance_ID- See Also:
-
COLUMNNAME_M_Locator_ID
Column name M_Locator_ID- See Also:
-
COLUMNNAME_M_Product_ID
Column name M_Product_ID- See Also:
-
COLUMNNAME_M_StorageOnHand_UU
Column name M_StorageOnHand_UU- See Also:
-
COLUMNNAME_QtyOnHand
Column name QtyOnHand- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
-
Method Details
-
getAD_Client_ID
int getAD_Client_ID()Get Tenant. Tenant for this installation. -
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID) Set Organization. Organizational entity within tenant -
getAD_Org_ID
int getAD_Org_ID()Get Organization. Organizational entity within tenant -
getCreated
Timestamp getCreated()Get Created. Date this record was created -
getCreatedBy
int getCreatedBy()Get Created By. User who created this records -
setDateLastInventory
Set Date Last Inventory Count. Date of Last Inventory Count -
getDateLastInventory
Timestamp getDateLastInventory()Get Date Last Inventory Count. Date of Last Inventory Count -
setDateMaterialPolicy
Set Date Material Policy. Time used for LIFO and FIFO Material Policy -
getDateMaterialPolicy
Timestamp getDateMaterialPolicy()Get Date Material Policy. Time used for LIFO and FIFO Material Policy -
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 -
setM_AttributeSetInstance_ID
void setM_AttributeSetInstance_ID(int M_AttributeSetInstance_ID) Set Attribute Set Instance. Product Attribute Set Instance -
getM_AttributeSetInstance_ID
int getM_AttributeSetInstance_ID()Get Attribute Set Instance. Product Attribute Set Instance -
getM_AttributeSetInstance
- Throws:
RuntimeException
-
setM_Locator_ID
void setM_Locator_ID(int M_Locator_ID) Set Locator. Warehouse Locator -
getM_Locator_ID
int getM_Locator_ID()Get Locator. Warehouse Locator -
getM_Locator
- Throws:
RuntimeException
-
setM_Product_ID
void setM_Product_ID(int M_Product_ID) Set Product. Product, Service, Item -
getM_Product_ID
int getM_Product_ID()Get Product. Product, Service, Item -
getM_Product
- Throws:
RuntimeException
-
setM_StorageOnHand_UU
Set M_StorageOnHand_UU -
getM_StorageOnHand_UU
String getM_StorageOnHand_UU()Get M_StorageOnHand_UU -
setQtyOnHand
Set On Hand Quantity. On Hand Quantity -
getQtyOnHand
BigDecimal getQtyOnHand()Get On Hand Quantity. On Hand Quantity -
getUpdated
Timestamp getUpdated()Get Updated. Date this record was updated -
getUpdatedBy
int getUpdatedBy()Get Updated By. User who updated this records
-