Package org.compiere.model
Interface I_M_PerpetualInv
-
- All Known Implementing Classes:
X_M_PerpetualInv
public interface I_M_PerpetualInvGenerated Interface for M_PerpetualInv- 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_CountHighMovementColumn name CountHighMovementstatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_DateLastRunColumn name DateLastRunstatic StringCOLUMNNAME_DateNextRunColumn name DateNextRunstatic StringCOLUMNNAME_DescriptionColumn name Descriptionstatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_M_PerpetualInv_IDColumn name M_PerpetualInv_IDstatic StringCOLUMNNAME_M_PerpetualInv_UUColumn name M_PerpetualInv_UUstatic StringCOLUMNNAME_M_Product_Category_IDColumn name M_Product_Category_IDstatic StringCOLUMNNAME_M_Warehouse_IDColumn name M_Warehouse_IDstatic StringCOLUMNNAME_NameColumn name Namestatic StringCOLUMNNAME_NoInventoryCountColumn name NoInventoryCountstatic StringCOLUMNNAME_NoProductCountColumn name NoProductCountstatic StringCOLUMNNAME_NumberOfRunsColumn name NumberOfRunsstatic StringCOLUMNNAME_ProcessingColumn name Processingstatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic KeyNamePairModelstatic intTable_IDAD_Table_ID=342static StringTable_NameTableName=M_PerpetualInv
-
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.TimestampgetDateLastRun()Get Date last run.TimestampgetDateNextRun()Get Date next run.StringgetDescription()Get Description.intgetM_PerpetualInv_ID()Get Perpetual Inventory.StringgetM_PerpetualInv_UU()Get M_PerpetualInv_UUI_M_Product_CategorygetM_Product_Category()intgetM_Product_Category_ID()Get Product Category.I_M_WarehousegetM_Warehouse()intgetM_Warehouse_ID()Get Warehouse.StringgetName()Get Name.intgetNoInventoryCount()Get Number of Inventory counts.intgetNoProductCount()Get Number of Product counts.intgetNumberOfRuns()Get Number of runs.TimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.booleanisActive()Get Active.booleanisCountHighMovement()Get Count high turnover items.booleanisProcessing()Get Process NowvoidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetCountHighMovement(boolean CountHighMovement)Set Count high turnover items.voidsetDateLastRun(Timestamp DateLastRun)Set Date last run.voidsetDateNextRun(Timestamp DateNextRun)Set Date next run.voidsetDescription(String Description)Set Description.voidsetIsActive(boolean IsActive)Set Active.voidsetM_PerpetualInv_ID(int M_PerpetualInv_ID)Set Perpetual Inventory.voidsetM_PerpetualInv_UU(String M_PerpetualInv_UU)Set M_PerpetualInv_UUvoidsetM_Product_Category_ID(int M_Product_Category_ID)Set Product Category.voidsetM_Warehouse_ID(int M_Warehouse_ID)Set Warehouse.voidsetName(String Name)Set Name.voidsetNoInventoryCount(int NoInventoryCount)Set Number of Inventory counts.voidsetNoProductCount(int NoProductCount)Set Number of Product counts.voidsetNumberOfRuns(int NumberOfRuns)Set Number of runs.voidsetProcessing(boolean Processing)Set Process Now
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=M_PerpetualInv- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=342- 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_CountHighMovement
static final String COLUMNNAME_CountHighMovement
Column name CountHighMovement- 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_DateLastRun
static final String COLUMNNAME_DateLastRun
Column name DateLastRun- See Also:
- Constant Field Values
-
COLUMNNAME_DateNextRun
static final String COLUMNNAME_DateNextRun
Column name DateNextRun- 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_M_PerpetualInv_ID
static final String COLUMNNAME_M_PerpetualInv_ID
Column name M_PerpetualInv_ID- See Also:
- Constant Field Values
-
COLUMNNAME_M_PerpetualInv_UU
static final String COLUMNNAME_M_PerpetualInv_UU
Column name M_PerpetualInv_UU- See Also:
- Constant Field Values
-
COLUMNNAME_M_Product_Category_ID
static final String COLUMNNAME_M_Product_Category_ID
Column name M_Product_Category_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_Name
static final String COLUMNNAME_Name
Column name Name- See Also:
- Constant Field Values
-
COLUMNNAME_NoInventoryCount
static final String COLUMNNAME_NoInventoryCount
Column name NoInventoryCount- See Also:
- Constant Field Values
-
COLUMNNAME_NoProductCount
static final String COLUMNNAME_NoProductCount
Column name NoProductCount- See Also:
- Constant Field Values
-
COLUMNNAME_NumberOfRuns
static final String COLUMNNAME_NumberOfRuns
Column name NumberOfRuns- See Also:
- Constant Field Values
-
COLUMNNAME_Processing
static final String COLUMNNAME_Processing
Column name Processing- 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
-
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
void setDateLastRun(Timestamp DateLastRun)
Set Date last run. Date the process was last run.
-
getDateLastRun
Timestamp getDateLastRun()
Get Date last run. Date the process was last run.
-
setDateNextRun
void setDateNextRun(Timestamp DateNextRun)
Set Date next run. Date the process will run next
-
getDateNextRun
Timestamp getDateNextRun()
Get Date next run. Date the process will run next
-
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
-
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
void setM_PerpetualInv_UU(String M_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
I_M_Product_Category getM_Product_Category() 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
-
getM_Warehouse
I_M_Warehouse getM_Warehouse() throws RuntimeException
- Throws:
RuntimeException
-
setName
void setName(String Name)
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
-
-