Package org.compiere.model
Interface I_M_Requisition
-
- All Known Implementing Classes:
MRequisition,X_M_Requisition
public interface I_M_RequisitionGenerated Interface for M_Requisition- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimalaccessLevelAccessLevel = 1 - Orgstatic StringCOLUMNNAME_AD_Client_IDColumn name AD_Client_IDstatic StringCOLUMNNAME_AD_Org_IDColumn name AD_Org_IDstatic StringCOLUMNNAME_AD_User_IDColumn name AD_User_IDstatic StringCOLUMNNAME_C_DocType_IDColumn name C_DocType_IDstatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_DateDocColumn name DateDocstatic StringCOLUMNNAME_DateRequiredColumn name DateRequiredstatic StringCOLUMNNAME_DescriptionColumn name Descriptionstatic StringCOLUMNNAME_DocActionColumn name DocActionstatic StringCOLUMNNAME_DocStatusColumn name DocStatusstatic StringCOLUMNNAME_DocumentNoColumn name DocumentNostatic StringCOLUMNNAME_HelpColumn name Helpstatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_IsApprovedColumn name IsApprovedstatic StringCOLUMNNAME_M_PriceList_IDColumn name M_PriceList_IDstatic StringCOLUMNNAME_M_Requisition_IDColumn name M_Requisition_IDstatic StringCOLUMNNAME_M_Requisition_UUColumn name M_Requisition_UUstatic StringCOLUMNNAME_M_Warehouse_IDColumn name M_Warehouse_IDstatic StringCOLUMNNAME_PostedColumn name Postedstatic StringCOLUMNNAME_PriorityRuleColumn name PriorityRulestatic StringCOLUMNNAME_ProcessedColumn name Processedstatic StringCOLUMNNAME_ProcessedOnColumn name ProcessedOnstatic StringCOLUMNNAME_ProcessingColumn name Processingstatic StringCOLUMNNAME_TotalLinesColumn name TotalLinesstatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic KeyNamePairModelstatic intTable_IDAD_Table_ID=702static StringTable_NameTableName=M_Requisition
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAD_Client_ID()Get Client.intgetAD_Org_ID()Get Organization.I_AD_UsergetAD_User()intgetAD_User_ID()Get User/Contact.I_C_DocTypegetC_DocType()intgetC_DocType_ID()Get Document Type.TimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.TimestampgetDateDoc()Get Document Date.TimestampgetDateRequired()Get Date Required.StringgetDescription()Get Description.StringgetDocAction()Get Document Action.StringgetDocStatus()Get Document Status.StringgetDocumentNo()Get Document No.StringgetHelp()Get Comment/Help.I_M_PriceListgetM_PriceList()intgetM_PriceList_ID()Get Price List.intgetM_Requisition_ID()Get Requisition.StringgetM_Requisition_UU()Get M_Requisition_UUI_M_WarehousegetM_Warehouse()intgetM_Warehouse_ID()Get Warehouse.StringgetPriorityRule()Get Priority.BigDecimalgetProcessedOn()Get Processed On.BigDecimalgetTotalLines()Get Total Lines.TimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.booleanisActive()Get Active.booleanisApproved()Get Approved.booleanisPosted()Get Posted.booleanisProcessed()Get Processed.booleanisProcessing()Get Process NowvoidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetAD_User_ID(int AD_User_ID)Set User/Contact.voidsetC_DocType_ID(int C_DocType_ID)Set Document Type.voidsetDateDoc(Timestamp DateDoc)Set Document Date.voidsetDateRequired(Timestamp DateRequired)Set Date Required.voidsetDescription(String Description)Set Description.voidsetDocAction(String DocAction)Set Document Action.voidsetDocStatus(String DocStatus)Set Document Status.voidsetDocumentNo(String DocumentNo)Set Document No.voidsetHelp(String Help)Set Comment/Help.voidsetIsActive(boolean IsActive)Set Active.voidsetIsApproved(boolean IsApproved)Set Approved.voidsetM_PriceList_ID(int M_PriceList_ID)Set Price List.voidsetM_Requisition_ID(int M_Requisition_ID)Set Requisition.voidsetM_Requisition_UU(String M_Requisition_UU)Set M_Requisition_UUvoidsetM_Warehouse_ID(int M_Warehouse_ID)Set Warehouse.voidsetPosted(boolean Posted)Set Posted.voidsetPriorityRule(String PriorityRule)Set Priority.voidsetProcessed(boolean Processed)Set Processed.voidsetProcessedOn(BigDecimal ProcessedOn)Set Processed On.voidsetProcessing(boolean Processing)Set Process NowvoidsetTotalLines(BigDecimal TotalLines)Set Total Lines.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=M_Requisition- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=702- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 1 - 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_AD_User_ID
static final String COLUMNNAME_AD_User_ID
Column name AD_User_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_DocType_ID
static final String COLUMNNAME_C_DocType_ID
Column name C_DocType_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_DateDoc
static final String COLUMNNAME_DateDoc
Column name DateDoc- See Also:
- Constant Field Values
-
COLUMNNAME_DateRequired
static final String COLUMNNAME_DateRequired
Column name DateRequired- See Also:
- Constant Field Values
-
COLUMNNAME_Description
static final String COLUMNNAME_Description
Column name Description- See Also:
- Constant Field Values
-
COLUMNNAME_DocAction
static final String COLUMNNAME_DocAction
Column name DocAction- See Also:
- Constant Field Values
-
COLUMNNAME_DocStatus
static final String COLUMNNAME_DocStatus
Column name DocStatus- See Also:
- Constant Field Values
-
COLUMNNAME_DocumentNo
static final String COLUMNNAME_DocumentNo
Column name DocumentNo- See Also:
- Constant Field Values
-
COLUMNNAME_Help
static final String COLUMNNAME_Help
Column name Help- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_IsApproved
static final String COLUMNNAME_IsApproved
Column name IsApproved- See Also:
- Constant Field Values
-
COLUMNNAME_M_PriceList_ID
static final String COLUMNNAME_M_PriceList_ID
Column name M_PriceList_ID- See Also:
- Constant Field Values
-
COLUMNNAME_M_Requisition_ID
static final String COLUMNNAME_M_Requisition_ID
Column name M_Requisition_ID- See Also:
- Constant Field Values
-
COLUMNNAME_M_Requisition_UU
static final String COLUMNNAME_M_Requisition_UU
Column name M_Requisition_UU- 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_Posted
static final String COLUMNNAME_Posted
Column name Posted- See Also:
- Constant Field Values
-
COLUMNNAME_PriorityRule
static final String COLUMNNAME_PriorityRule
Column name PriorityRule- See Also:
- Constant Field Values
-
COLUMNNAME_Processed
static final String COLUMNNAME_Processed
Column name Processed- See Also:
- Constant Field Values
-
COLUMNNAME_ProcessedOn
static final String COLUMNNAME_ProcessedOn
Column name ProcessedOn- See Also:
- Constant Field Values
-
COLUMNNAME_Processing
static final String COLUMNNAME_Processing
Column name Processing- See Also:
- Constant Field Values
-
COLUMNNAME_TotalLines
static final String COLUMNNAME_TotalLines
Column name TotalLines- 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
-
setAD_User_ID
void setAD_User_ID(int AD_User_ID)
Set User/Contact. User within the system - Internal or Business Partner Contact
-
getAD_User_ID
int getAD_User_ID()
Get User/Contact. User within the system - Internal or Business Partner Contact
-
getAD_User
I_AD_User getAD_User() throws RuntimeException
- Throws:
RuntimeException
-
setC_DocType_ID
void setC_DocType_ID(int C_DocType_ID)
Set Document Type. Document type or rules
-
getC_DocType_ID
int getC_DocType_ID()
Get Document Type. Document type or rules
-
getC_DocType
I_C_DocType getC_DocType() throws RuntimeException
- Throws:
RuntimeException
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setDateDoc
void setDateDoc(Timestamp DateDoc)
Set Document Date. Date of the Document
-
getDateDoc
Timestamp getDateDoc()
Get Document Date. Date of the Document
-
setDateRequired
void setDateRequired(Timestamp DateRequired)
Set Date Required. Date when required
-
getDateRequired
Timestamp getDateRequired()
Get Date Required. Date when required
-
setDescription
void setDescription(String Description)
Set Description. Optional short description of the record
-
getDescription
String getDescription()
Get Description. Optional short description of the record
-
setDocAction
void setDocAction(String DocAction)
Set Document Action. The targeted status of the document
-
getDocAction
String getDocAction()
Get Document Action. The targeted status of the document
-
setDocStatus
void setDocStatus(String DocStatus)
Set Document Status. The current status of the document
-
getDocStatus
String getDocStatus()
Get Document Status. The current status of the document
-
setDocumentNo
void setDocumentNo(String DocumentNo)
Set Document No. Document sequence number of the document
-
getDocumentNo
String getDocumentNo()
Get Document No. Document sequence number of the document
-
setHelp
void setHelp(String Help)
Set Comment/Help. Comment or Hint
-
getHelp
String getHelp()
Get Comment/Help. Comment or Hint
-
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
-
setIsApproved
void setIsApproved(boolean IsApproved)
Set Approved. Indicates if this document requires approval
-
isApproved
boolean isApproved()
Get Approved. Indicates if this document requires approval
-
setM_PriceList_ID
void setM_PriceList_ID(int M_PriceList_ID)
Set Price List. Unique identifier of a Price List
-
getM_PriceList_ID
int getM_PriceList_ID()
Get Price List. Unique identifier of a Price List
-
getM_PriceList
I_M_PriceList getM_PriceList() throws RuntimeException
- Throws:
RuntimeException
-
setM_Requisition_ID
void setM_Requisition_ID(int M_Requisition_ID)
Set Requisition. Material Requisition
-
getM_Requisition_ID
int getM_Requisition_ID()
Get Requisition. Material Requisition
-
setM_Requisition_UU
void setM_Requisition_UU(String M_Requisition_UU)
Set M_Requisition_UU
-
getM_Requisition_UU
String getM_Requisition_UU()
Get M_Requisition_UU
-
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
-
setPosted
void setPosted(boolean Posted)
Set Posted. Posting status
-
isPosted
boolean isPosted()
Get Posted. Posting status
-
setPriorityRule
void setPriorityRule(String PriorityRule)
Set Priority. Priority of a document
-
getPriorityRule
String getPriorityRule()
Get Priority. Priority of a document
-
setProcessed
void setProcessed(boolean Processed)
Set Processed. The document has been processed
-
isProcessed
boolean isProcessed()
Get Processed. The document has been processed
-
setProcessedOn
void setProcessedOn(BigDecimal ProcessedOn)
Set Processed On. The date+time (expressed in decimal format) when the document has been processed
-
getProcessedOn
BigDecimal getProcessedOn()
Get Processed On. The date+time (expressed in decimal format) when the document has been processed
-
setProcessing
void setProcessing(boolean Processing)
Set Process Now
-
isProcessing
boolean isProcessing()
Get Process Now
-
setTotalLines
void setTotalLines(BigDecimal TotalLines)
Set Total Lines. Total of all document lines
-
getTotalLines
BigDecimal getTotalLines()
Get Total Lines. Total of all document lines
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
-