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 13
- Author:
- iDempiere (generated)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BigDecimalAccessLevel = 3 - Client - Orgstatic final StringColumn name AD_Client_IDstatic final StringColumn name AD_Org_IDstatic final StringColumn name Createdstatic final StringColumn name CreatedBystatic final StringColumn name DateLastInventorystatic final StringColumn name DateMaterialPolicystatic final StringColumn name IsActivestatic final StringColumn name M_AttributeSetInstance_IDstatic final StringColumn name M_Locator_IDstatic final StringColumn name M_Product_IDstatic final StringColumn name M_StorageOnHand_UUstatic final StringColumn name QtyOnHandstatic final StringColumn name Updatedstatic final StringColumn name UpdatedBystatic final KeyNamePairstatic final intAD_Table_ID=200026static final StringTableName=M_StorageOnHand -
Method Summary
Modifier and TypeMethodDescriptionintGet Tenant.intGet Organization.Get Created.intGet Created By.Get Date Last Inventory Count.Get Date Material Policy.Deprecated.intGet Attribute Set Instance.Deprecated.intGet Locator.Deprecated.intGet Product.Get M_StorageOnHand_UUGet On Hand Quantity.Get Updated.intGet 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 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
@Deprecated(since="13") I_M_AttributeSetInstance getM_AttributeSetInstance() throws RuntimeExceptionDeprecated.- 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
Deprecated.- 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
Deprecated.- 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
-