Package org.compiere.model
Interface I_M_PerpetualInv
- All Known Implementing Classes:
X_M_PerpetualInv
public interface I_M_PerpetualInv
Generated Interface for M_PerpetualInv
- 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 CountHighMovementstatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name DateLastRunstatic final String
Column name DateNextRunstatic final String
Column name Descriptionstatic final String
Column name IsActivestatic final String
Column name M_PerpetualInv_IDstatic final String
Column name M_PerpetualInv_UUstatic final String
Column name M_Product_Category_IDstatic final String
Column name M_Warehouse_IDstatic final String
Column name Namestatic final String
Column name NoInventoryCountstatic final String
Column name NoProductCountstatic final String
Column name NumberOfRunsstatic final String
Column name Processingstatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final KeyNamePair
static final int
AD_Table_ID=342static final String
TableName=M_PerpetualInv -
Method Summary
Modifier and TypeMethodDescriptionint
Get Tenant.int
Get Organization.Get Created.int
Get Created By.Get Date Last Run.Get Date Next Run.Get Description.int
Get Perpetual Inventory.Get M_PerpetualInv_UUint
Get Product Category.int
Get Warehouse.getName()
Get Name.int
Get Number of Inventory counts.int
Get Number of Product counts.int
Get Number of runs.Get Updated.int
Get Updated By.boolean
isActive()
Get Active.boolean
Get Count high turnover items.boolean
Get Process Nowvoid
setAD_Org_ID
(int AD_Org_ID) Set Organization.void
setCountHighMovement
(boolean CountHighMovement) Set Count high turnover items.void
setDateLastRun
(Timestamp DateLastRun) Set Date Last Run.void
setDateNextRun
(Timestamp DateNextRun) Set Date Next Run.void
setDescription
(String Description) Set Description.void
setIsActive
(boolean IsActive) Set Active.void
setM_PerpetualInv_ID
(int M_PerpetualInv_ID) Set Perpetual Inventory.void
setM_PerpetualInv_UU
(String M_PerpetualInv_UU) Set M_PerpetualInv_UUvoid
setM_Product_Category_ID
(int M_Product_Category_ID) Set Product Category.void
setM_Warehouse_ID
(int M_Warehouse_ID) Set Warehouse.void
Set Name.void
setNoInventoryCount
(int NoInventoryCount) Set Number of Inventory counts.void
setNoProductCount
(int NoProductCount) Set Number of Product counts.void
setNumberOfRuns
(int NumberOfRuns) Set Number of runs.void
setProcessing
(boolean Processing) Set Process Now
-
Field Details
-
Table_Name
TableName=M_PerpetualInv- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=342- 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_CountHighMovement
Column name CountHighMovement- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_DateLastRun
Column name DateLastRun- See Also:
-
COLUMNNAME_DateNextRun
Column name DateNextRun- See Also:
-
COLUMNNAME_Description
Column name Description- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_M_PerpetualInv_ID
Column name M_PerpetualInv_ID- See Also:
-
COLUMNNAME_M_PerpetualInv_UU
Column name M_PerpetualInv_UU- See Also:
-
COLUMNNAME_M_Product_Category_ID
Column name M_Product_Category_ID- See Also:
-
COLUMNNAME_M_Warehouse_ID
Column name M_Warehouse_ID- See Also:
-
COLUMNNAME_Name
Column name Name- See Also:
-
COLUMNNAME_NoInventoryCount
Column name NoInventoryCount- See Also:
-
COLUMNNAME_NoProductCount
Column name NoProductCount- See Also:
-
COLUMNNAME_NumberOfRuns
Column name NumberOfRuns- See Also:
-
COLUMNNAME_Processing
Column name Processing- 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 -
setCountHighMovement
void setCountHighMovement(boolean CountHighMovement) Set Count high turnover items. Count High Movement products -
isCountHighMovement
boolean isCountHighMovement()Get Count high turnover items. Count High Movement products -
getCreated
Timestamp getCreated()Get Created. Date this record was created -
getCreatedBy
int getCreatedBy()Get Created By. User who created this records -
setDateLastRun
Set Date Last Run. Date the process was last run. -
getDateLastRun
Timestamp getDateLastRun()Get Date Last Run. Date the process was last run. -
setDateNextRun
Set Date Next Run. Date the process will run next -
getDateNextRun
Timestamp getDateNextRun()Get Date Next Run. Date the process will run next -
setDescription
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 -
setM_PerpetualInv_ID
void setM_PerpetualInv_ID(int M_PerpetualInv_ID) Set Perpetual Inventory. Rules for generating physical inventory -
getM_PerpetualInv_ID
int getM_PerpetualInv_ID()Get Perpetual Inventory. Rules for generating physical inventory -
setM_PerpetualInv_UU
Set M_PerpetualInv_UU -
getM_PerpetualInv_UU
String getM_PerpetualInv_UU()Get M_PerpetualInv_UU -
setM_Product_Category_ID
void setM_Product_Category_ID(int M_Product_Category_ID) Set Product Category. Category of a Product -
getM_Product_Category_ID
int getM_Product_Category_ID()Get Product Category. Category of a Product -
getM_Product_Category
- 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 -
getM_Warehouse
- Throws:
RuntimeException
-
setName
Set Name. Alphanumeric identifier of the entity -
getName
String getName()Get Name. Alphanumeric identifier of the entity -
setNoInventoryCount
void setNoInventoryCount(int NoInventoryCount) Set Number of Inventory counts. Frequency of inventory counts per year -
getNoInventoryCount
int getNoInventoryCount()Get Number of Inventory counts. Frequency of inventory counts per year -
setNoProductCount
void setNoProductCount(int NoProductCount) Set Number of Product counts. Frequency of product counts per year -
getNoProductCount
int getNoProductCount()Get Number of Product counts. Frequency of product counts per year -
setNumberOfRuns
void setNumberOfRuns(int NumberOfRuns) Set Number of runs. Frequency of processing Perpetual Inventory -
getNumberOfRuns
int getNumberOfRuns()Get Number of runs. Frequency of processing Perpetual Inventory -
setProcessing
void setProcessing(boolean Processing) Set Process Now -
isProcessing
boolean isProcessing()Get Process Now -
getUpdated
Timestamp getUpdated()Get Updated. Date this record was updated -
getUpdatedBy
int getUpdatedBy()Get Updated By. User who updated this records
-