|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface I_M_EDI
Generated Interface for M_EDI
| 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 |
|---|
static final String Table_Name
static final int Table_ID
static final KeyNamePair Model
static final BigDecimal accessLevel
static final String COLUMNNAME_C_BP_EDI_ID
static final String COLUMNNAME_DocumentNo
static final String COLUMNNAME_EDIStatus
static final String COLUMNNAME_Line
static final String COLUMNNAME_M_EDI_ID
static final String COLUMNNAME_M_Product_ID
static final String COLUMNNAME_M_Warehouse_ID
static final String COLUMNNAME_Processed
static final String COLUMNNAME_Reply_Price
static final String COLUMNNAME_Reply_QtyAvailable
static final String COLUMNNAME_Reply_QtyConfirmed
static final String COLUMNNAME_Reply_Received
static final String COLUMNNAME_Reply_Remarks
static final String COLUMNNAME_Reply_ShipDate
static final String COLUMNNAME_Request_Price
static final String COLUMNNAME_Request_Qty
static final String COLUMNNAME_Request_Shipdate
static final String COLUMNNAME_TrxReceived
static final String COLUMNNAME_TrxSent
static final String COLUMNNAME_TrxType
| Method Detail |
|---|
void setC_BP_EDI_ID(int C_BP_EDI_ID)
int getC_BP_EDI_ID()
I_C_BP_EDI getC_BP_EDI()
throws Exception
Exceptionvoid setDocumentNo(String DocumentNo)
String getDocumentNo()
void setEDIStatus(String EDIStatus)
String getEDIStatus()
void setLine(int Line)
int getLine()
void setM_EDI_ID(int M_EDI_ID)
int getM_EDI_ID()
void setM_Product_ID(int M_Product_ID)
int getM_Product_ID()
I_M_Product getM_Product()
throws Exception
Exceptionvoid setM_Warehouse_ID(int M_Warehouse_ID)
int getM_Warehouse_ID()
I_M_Warehouse getM_Warehouse()
throws Exception
Exceptionvoid setProcessed(boolean Processed)
boolean isProcessed()
void setReply_Price(BigDecimal Reply_Price)
BigDecimal getReply_Price()
void setReply_QtyAvailable(BigDecimal Reply_QtyAvailable)
BigDecimal getReply_QtyAvailable()
void setReply_QtyConfirmed(BigDecimal Reply_QtyConfirmed)
BigDecimal getReply_QtyConfirmed()
void setReply_Received(Timestamp Reply_Received)
Timestamp getReply_Received()
void setReply_Remarks(String Reply_Remarks)
String getReply_Remarks()
void setReply_ShipDate(Timestamp Reply_ShipDate)
Timestamp getReply_ShipDate()
void setRequest_Price(BigDecimal Request_Price)
BigDecimal getRequest_Price()
void setRequest_Qty(BigDecimal Request_Qty)
BigDecimal getRequest_Qty()
void setRequest_Shipdate(Timestamp Request_Shipdate)
Timestamp getRequest_Shipdate()
void setTrxReceived(Timestamp TrxReceived)
Timestamp getTrxReceived()
void setTrxSent(Timestamp TrxSent)
Timestamp getTrxSent()
void setTrxType(String TrxType)
String getTrxType()
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||