Adempiere 3.5.2a

org.compiere.model
Interface I_M_EDI

All Known Implementing Classes:
X_M_EDI

public interface I_M_EDI

Generated Interface for M_EDI

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 3 - Client - Org
static String COLUMNNAME_C_BP_EDI_ID
          Column name C_BP_EDI_ID
static String COLUMNNAME_DocumentNo
          Column name DocumentNo
static String COLUMNNAME_EDIStatus
          Column name EDIStatus
static String COLUMNNAME_Line
          Column name Line
static String COLUMNNAME_M_EDI_ID
          Column name M_EDI_ID
static String COLUMNNAME_M_Product_ID
          Column name M_Product_ID
static String COLUMNNAME_M_Warehouse_ID
          Column name M_Warehouse_ID
static String COLUMNNAME_Processed
          Column name Processed
static String COLUMNNAME_Reply_Price
          Column name Reply_Price
static String COLUMNNAME_Reply_QtyAvailable
          Column name Reply_QtyAvailable
static String COLUMNNAME_Reply_QtyConfirmed
          Column name Reply_QtyConfirmed
static String COLUMNNAME_Reply_Received
          Column name Reply_Received
static String COLUMNNAME_Reply_Remarks
          Column name Reply_Remarks
static String COLUMNNAME_Reply_ShipDate
          Column name Reply_ShipDate
static String COLUMNNAME_Request_Price
          Column name Request_Price
static String COLUMNNAME_Request_Qty
          Column name Request_Qty
static String COLUMNNAME_Request_Shipdate
          Column name Request_Shipdate
static String COLUMNNAME_TrxReceived
          Column name TrxReceived
static String COLUMNNAME_TrxSent
          Column name TrxSent
static String COLUMNNAME_TrxType
          Column name TrxType
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=367
static String Table_Name
          TableName=M_EDI
 
Method Summary
 int getC_BP_EDI_ID()
          Get EDI Definition.
 I_C_BP_EDI getC_BP_EDI()
           
 String getDocumentNo()
          Get Document No.
 String getEDIStatus()
          Get EDI Status
 int getLine()
          Get Line No.
 int getM_EDI_ID()
          Get EDI Transaction
 int getM_Product_ID()
          Get Product.
 I_M_Product getM_Product()
           
 int getM_Warehouse_ID()
          Get Warehouse.
 I_M_Warehouse getM_Warehouse()
           
 BigDecimal getReply_Price()
          Get Reply Price.
 BigDecimal getReply_QtyAvailable()
          Get Reply Qty Available
 BigDecimal getReply_QtyConfirmed()
          Get Reply Qty Confirmed
 Timestamp getReply_Received()
          Get Reply Received
 String getReply_Remarks()
          Get Reply Remarks
 Timestamp getReply_ShipDate()
          Get Reply Ship date
 BigDecimal getRequest_Price()
          Get Request Price
 BigDecimal getRequest_Qty()
          Get Request Qty
 Timestamp getRequest_Shipdate()
          Get Request Ship date
 Timestamp getTrxReceived()
          Get Transaction received
 Timestamp getTrxSent()
          Get Transaction sent
 String getTrxType()
          Get Transaction Type.
 boolean isProcessed()
          Get Processed.
 void setC_BP_EDI_ID(int C_BP_EDI_ID)
          Set EDI Definition.
 void setDocumentNo(String DocumentNo)
          Set Document No.
 void setEDIStatus(String EDIStatus)
          Set EDI Status
 void setLine(int Line)
          Set Line No.
 void setM_EDI_ID(int M_EDI_ID)
          Set EDI Transaction
 void setM_Product_ID(int M_Product_ID)
          Set Product.
 void setM_Warehouse_ID(int M_Warehouse_ID)
          Set Warehouse.
 void setProcessed(boolean Processed)
          Set Processed.
 void setReply_Price(BigDecimal Reply_Price)
          Set Reply Price.
 void setReply_QtyAvailable(BigDecimal Reply_QtyAvailable)
          Set Reply Qty Available
 void setReply_QtyConfirmed(BigDecimal Reply_QtyConfirmed)
          Set Reply Qty Confirmed
 void setReply_Received(Timestamp Reply_Received)
          Set Reply Received
 void setReply_Remarks(String Reply_Remarks)
          Set Reply Remarks
 void setReply_ShipDate(Timestamp Reply_ShipDate)
          Set Reply Ship date
 void setRequest_Price(BigDecimal Request_Price)
          Set Request Price
 void setRequest_Qty(BigDecimal Request_Qty)
          Set Request Qty
 void setRequest_Shipdate(Timestamp Request_Shipdate)
          Set Request Ship date
 void setTrxReceived(Timestamp TrxReceived)
          Set Transaction received
 void setTrxSent(Timestamp TrxSent)
          Set Transaction sent
 void setTrxType(String TrxType)
          Set Transaction Type.
 

Field Detail

Table_Name

static final String Table_Name
TableName=M_EDI

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=367


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org


COLUMNNAME_C_BP_EDI_ID

static final String COLUMNNAME_C_BP_EDI_ID
Column name C_BP_EDI_ID

See Also:
Constant Field Values

COLUMNNAME_DocumentNo

static final String COLUMNNAME_DocumentNo
Column name DocumentNo

See Also:
Constant Field Values

COLUMNNAME_EDIStatus

static final String COLUMNNAME_EDIStatus
Column name EDIStatus

See Also:
Constant Field Values

COLUMNNAME_Line

static final String COLUMNNAME_Line
Column name Line

See Also:
Constant Field Values

COLUMNNAME_M_EDI_ID

static final String COLUMNNAME_M_EDI_ID
Column name M_EDI_ID

See Also:
Constant Field Values

COLUMNNAME_M_Product_ID

static final String COLUMNNAME_M_Product_ID
Column name M_Product_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_Processed

static final String COLUMNNAME_Processed
Column name Processed

See Also:
Constant Field Values

COLUMNNAME_Reply_Price

static final String COLUMNNAME_Reply_Price
Column name Reply_Price

See Also:
Constant Field Values

COLUMNNAME_Reply_QtyAvailable

static final String COLUMNNAME_Reply_QtyAvailable
Column name Reply_QtyAvailable

See Also:
Constant Field Values

COLUMNNAME_Reply_QtyConfirmed

static final String COLUMNNAME_Reply_QtyConfirmed
Column name Reply_QtyConfirmed

See Also:
Constant Field Values

COLUMNNAME_Reply_Received

static final String COLUMNNAME_Reply_Received
Column name Reply_Received

See Also:
Constant Field Values

COLUMNNAME_Reply_Remarks

static final String COLUMNNAME_Reply_Remarks
Column name Reply_Remarks

See Also:
Constant Field Values

COLUMNNAME_Reply_ShipDate

static final String COLUMNNAME_Reply_ShipDate
Column name Reply_ShipDate

See Also:
Constant Field Values

COLUMNNAME_Request_Price

static final String COLUMNNAME_Request_Price
Column name Request_Price

See Also:
Constant Field Values

COLUMNNAME_Request_Qty

static final String COLUMNNAME_Request_Qty
Column name Request_Qty

See Also:
Constant Field Values

COLUMNNAME_Request_Shipdate

static final String COLUMNNAME_Request_Shipdate
Column name Request_Shipdate

See Also:
Constant Field Values

COLUMNNAME_TrxReceived

static final String COLUMNNAME_TrxReceived
Column name TrxReceived

See Also:
Constant Field Values

COLUMNNAME_TrxSent

static final String COLUMNNAME_TrxSent
Column name TrxSent

See Also:
Constant Field Values

COLUMNNAME_TrxType

static final String COLUMNNAME_TrxType
Column name TrxType

See Also:
Constant Field Values
Method Detail

setC_BP_EDI_ID

void setC_BP_EDI_ID(int C_BP_EDI_ID)
Set EDI Definition. Electronic Data Interchange


getC_BP_EDI_ID

int getC_BP_EDI_ID()
Get EDI Definition. Electronic Data Interchange


getC_BP_EDI

I_C_BP_EDI getC_BP_EDI()
                       throws Exception
Throws:
Exception

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


setEDIStatus

void setEDIStatus(String EDIStatus)
Set EDI Status


getEDIStatus

String getEDIStatus()
Get EDI Status


setLine

void setLine(int Line)
Set Line No. Unique line for this document


getLine

int getLine()
Get Line No. Unique line for this document


setM_EDI_ID

void setM_EDI_ID(int M_EDI_ID)
Set EDI Transaction


getM_EDI_ID

int getM_EDI_ID()
Get EDI Transaction


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

I_M_Product getM_Product()
                         throws Exception
Throws:
Exception

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

setProcessed

void setProcessed(boolean Processed)
Set Processed. The document has been processed


isProcessed

boolean isProcessed()
Get Processed. The document has been processed


setReply_Price

void setReply_Price(BigDecimal Reply_Price)
Set Reply Price. Confirmed Price from EDI Partner


getReply_Price

BigDecimal getReply_Price()
Get Reply Price. Confirmed Price from EDI Partner


setReply_QtyAvailable

void setReply_QtyAvailable(BigDecimal Reply_QtyAvailable)
Set Reply Qty Available


getReply_QtyAvailable

BigDecimal getReply_QtyAvailable()
Get Reply Qty Available


setReply_QtyConfirmed

void setReply_QtyConfirmed(BigDecimal Reply_QtyConfirmed)
Set Reply Qty Confirmed


getReply_QtyConfirmed

BigDecimal getReply_QtyConfirmed()
Get Reply Qty Confirmed


setReply_Received

void setReply_Received(Timestamp Reply_Received)
Set Reply Received


getReply_Received

Timestamp getReply_Received()
Get Reply Received


setReply_Remarks

void setReply_Remarks(String Reply_Remarks)
Set Reply Remarks


getReply_Remarks

String getReply_Remarks()
Get Reply Remarks


setReply_ShipDate

void setReply_ShipDate(Timestamp Reply_ShipDate)
Set Reply Ship date


getReply_ShipDate

Timestamp getReply_ShipDate()
Get Reply Ship date


setRequest_Price

void setRequest_Price(BigDecimal Request_Price)
Set Request Price


getRequest_Price

BigDecimal getRequest_Price()
Get Request Price


setRequest_Qty

void setRequest_Qty(BigDecimal Request_Qty)
Set Request Qty


getRequest_Qty

BigDecimal getRequest_Qty()
Get Request Qty


setRequest_Shipdate

void setRequest_Shipdate(Timestamp Request_Shipdate)
Set Request Ship date


getRequest_Shipdate

Timestamp getRequest_Shipdate()
Get Request Ship date


setTrxReceived

void setTrxReceived(Timestamp TrxReceived)
Set Transaction received


getTrxReceived

Timestamp getTrxReceived()
Get Transaction received


setTrxSent

void setTrxSent(Timestamp TrxSent)
Set Transaction sent


getTrxSent

Timestamp getTrxSent()
Get Transaction sent


setTrxType

void setTrxType(String TrxType)
Set Transaction Type. Type of credit card transaction


getTrxType

String getTrxType()
Get Transaction Type. Type of credit card transaction


Adempiere 3.5.2a

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