Adempiere 3.5.2a

org.compiere.model
Interface I_M_Requisition

All Known Implementing Classes:
MRequisition, X_M_Requisition

public interface I_M_Requisition

Generated Interface for M_Requisition

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 3 - Client - Org
static String COLUMNNAME_AD_User_ID
          Column name AD_User_ID
static String COLUMNNAME_C_DocType_ID
          Column name C_DocType_ID
static String COLUMNNAME_DateDoc
          Column name DateDoc
static String COLUMNNAME_DateRequired
          Column name DateRequired
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_DocAction
          Column name DocAction
static String COLUMNNAME_DocStatus
          Column name DocStatus
static String COLUMNNAME_DocumentNo
          Column name DocumentNo
static String COLUMNNAME_Help
          Column name Help
static String COLUMNNAME_IsApproved
          Column name IsApproved
static String COLUMNNAME_M_PriceList_ID
          Column name M_PriceList_ID
static String COLUMNNAME_M_Requisition_ID
          Column name M_Requisition_ID
static String COLUMNNAME_M_Warehouse_ID
          Column name M_Warehouse_ID
static String COLUMNNAME_Posted
          Column name Posted
static String COLUMNNAME_PriorityRule
          Column name PriorityRule
static String COLUMNNAME_Processed
          Column name Processed
static String COLUMNNAME_Processing
          Column name Processing
static String COLUMNNAME_TotalLines
          Column name TotalLines
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=702
static String Table_Name
          TableName=M_Requisition
 
Method Summary
 int getAD_User_ID()
          Get User/Contact.
 I_AD_User getAD_User()
           
 int getC_DocType_ID()
          Get Document Type.
 I_C_DocType getC_DocType()
           
 Timestamp getDateDoc()
          Get Document Date.
 Timestamp getDateRequired()
          Get Date Required.
 String getDescription()
          Get Description.
 String getDocAction()
          Get Document Action.
 String getDocStatus()
          Get Document Status.
 String getDocumentNo()
          Get Document No.
 String getHelp()
          Get Comment/Help.
 int getM_PriceList_ID()
          Get Price List.
 I_M_PriceList getM_PriceList()
           
 int getM_Requisition_ID()
          Get Requisition.
 int getM_Warehouse_ID()
          Get Warehouse.
 I_M_Warehouse getM_Warehouse()
           
 String getPriorityRule()
          Get Priority.
 BigDecimal getTotalLines()
          Get Total Lines.
 boolean isApproved()
          Get Approved.
 boolean isPosted()
          Get Posted.
 boolean isProcessed()
          Get Processed.
 boolean isProcessing()
          Get Process Now
 void setAD_User_ID(int AD_User_ID)
          Set User/Contact.
 void setC_DocType_ID(int C_DocType_ID)
          Set Document Type.
 void setDateDoc(Timestamp DateDoc)
          Set Document Date.
 void setDateRequired(Timestamp DateRequired)
          Set Date Required.
 void setDescription(String Description)
          Set Description.
 void setDocAction(String DocAction)
          Set Document Action.
 void setDocStatus(String DocStatus)
          Set Document Status.
 void setDocumentNo(String DocumentNo)
          Set Document No.
 void setHelp(String Help)
          Set Comment/Help.
 void setIsApproved(boolean IsApproved)
          Set Approved.
 void setM_PriceList_ID(int M_PriceList_ID)
          Set Price List.
 void setM_Requisition_ID(int M_Requisition_ID)
          Set Requisition.
 void setM_Warehouse_ID(int M_Warehouse_ID)
          Set Warehouse.
 void setPosted(boolean Posted)
          Set Posted.
 void setPriorityRule(String PriorityRule)
          Set Priority.
 void setProcessed(boolean Processed)
          Set Processed.
 void setProcessing(boolean Processing)
          Set Process Now
 void setTotalLines(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


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org


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_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_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_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_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
Method Detail

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 Exception
Throws:
Exception

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 Exception
Throws:
Exception

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


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 Exception
Throws:
Exception

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_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 Exception
Throws:
Exception

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


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


Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.