Package org.compiere.model
Interface I_M_StorageOnHand
-
- All Known Implementing Classes:
MStorageOnHand,X_M_StorageOnHand
public interface I_M_StorageOnHandGenerated Interface for M_StorageOnHand- 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_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_DateLastInventoryColumn name DateLastInventorystatic StringCOLUMNNAME_DateMaterialPolicyColumn name DateMaterialPolicystatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_M_AttributeSetInstance_IDColumn name M_AttributeSetInstance_IDstatic StringCOLUMNNAME_M_Locator_IDColumn name M_Locator_IDstatic StringCOLUMNNAME_M_Product_IDColumn name M_Product_IDstatic StringCOLUMNNAME_M_StorageOnHand_UUColumn name M_StorageOnHand_UUstatic StringCOLUMNNAME_QtyOnHandColumn name QtyOnHandstatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic KeyNamePairModelstatic intTable_IDAD_Table_ID=200026static StringTable_NameTableName=M_StorageOnHand
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAD_Client_ID()Get Client.intgetAD_Org_ID()Get Organization.TimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.TimestampgetDateLastInventory()Get Date last inventory count.TimestampgetDateMaterialPolicy()Get Date Material Policy.I_M_AttributeSetInstancegetM_AttributeSetInstance()intgetM_AttributeSetInstance_ID()Get Attribute Set Instance.I_M_LocatorgetM_Locator()intgetM_Locator_ID()Get Locator.I_M_ProductgetM_Product()intgetM_Product_ID()Get Product.StringgetM_StorageOnHand_UU()Get M_StorageOnHand_UUBigDecimalgetQtyOnHand()Get On Hand Quantity.TimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.booleanisActive()Get Active.voidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetDateLastInventory(Timestamp DateLastInventory)Set Date last inventory count.voidsetDateMaterialPolicy(Timestamp DateMaterialPolicy)Set Date Material Policy.voidsetIsActive(boolean IsActive)Set Active.voidsetM_AttributeSetInstance_ID(int M_AttributeSetInstance_ID)Set Attribute Set Instance.voidsetM_Locator_ID(int M_Locator_ID)Set Locator.voidsetM_Product_ID(int M_Product_ID)Set Product.voidsetM_StorageOnHand_UU(String M_StorageOnHand_UU)Set M_StorageOnHand_UUvoidsetQtyOnHand(BigDecimal QtyOnHand)Set On Hand Quantity.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=M_StorageOnHand- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=200026- 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_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_DateLastInventory
static final String COLUMNNAME_DateLastInventory
Column name DateLastInventory- See Also:
- Constant Field Values
-
COLUMNNAME_DateMaterialPolicy
static final String COLUMNNAME_DateMaterialPolicy
Column name DateMaterialPolicy- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_M_AttributeSetInstance_ID
static final String COLUMNNAME_M_AttributeSetInstance_ID
Column name M_AttributeSetInstance_ID- See Also:
- Constant Field Values
-
COLUMNNAME_M_Locator_ID
static final String COLUMNNAME_M_Locator_ID
Column name M_Locator_ID- See Also:
- Constant Field Values
-
COLUMNNAME_M_Product_ID
static final String COLUMNNAME_M_Product_ID
Column name M_Product_ID- See Also:
- Constant Field Values
-
COLUMNNAME_M_StorageOnHand_UU
static final String COLUMNNAME_M_StorageOnHand_UU
Column name M_StorageOnHand_UU- See Also:
- Constant Field Values
-
COLUMNNAME_QtyOnHand
static final String COLUMNNAME_QtyOnHand
Column name QtyOnHand- 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
-
-
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
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setDateLastInventory
void setDateLastInventory(Timestamp DateLastInventory)
Set Date last inventory count. Date of Last Inventory Count
-
getDateLastInventory
Timestamp getDateLastInventory()
Get Date last inventory count. Date of Last Inventory Count
-
setDateMaterialPolicy
void setDateMaterialPolicy(Timestamp DateMaterialPolicy)
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
I_M_AttributeSetInstance getM_AttributeSetInstance() throws RuntimeException
- 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
I_M_Locator getM_Locator() throws RuntimeException
- 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
I_M_Product getM_Product() throws RuntimeException
- Throws:
RuntimeException
-
setM_StorageOnHand_UU
void setM_StorageOnHand_UU(String M_StorageOnHand_UU)
Set M_StorageOnHand_UU
-
getM_StorageOnHand_UU
String getM_StorageOnHand_UU()
Get M_StorageOnHand_UU
-
setQtyOnHand
void setQtyOnHand(BigDecimal QtyOnHand)
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
-
-