|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface I_M_RMA
Generated Interface for M_RMA
| Field Summary | |
|---|---|
static BigDecimal |
accessLevel
AccessLevel = 1 - Org |
static String |
COLUMNNAME_Amt
Column name Amt |
static String |
COLUMNNAME_C_BPartner_ID
Column name C_BPartner_ID |
static String |
COLUMNNAME_C_Currency_ID
Column name C_Currency_ID |
static String |
COLUMNNAME_C_DocType_ID
Column name C_DocType_ID |
static String |
COLUMNNAME_C_Order_ID
Column name C_Order_ID |
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_GenerateTo
Column name GenerateTo |
static String |
COLUMNNAME_Help
Column name Help |
static String |
COLUMNNAME_InOut_ID
Column name InOut_ID |
static String |
COLUMNNAME_IsApproved
Column name IsApproved |
static String |
COLUMNNAME_IsSOTrx
Column name IsSOTrx |
static String |
COLUMNNAME_M_RMA_ID
Column name M_RMA_ID |
static String |
COLUMNNAME_M_RMAType_ID
Column name M_RMAType_ID |
static String |
COLUMNNAME_Name
Column name Name |
static String |
COLUMNNAME_Processed
Column name Processed |
static String |
COLUMNNAME_Processing
Column name Processing |
static String |
COLUMNNAME_SalesRep_ID
Column name SalesRep_ID |
static KeyNamePair |
Model
|
static int |
Table_ID
AD_Table_ID=661 |
static String |
Table_Name
TableName=M_RMA |
| Method Summary | |
|---|---|
BigDecimal |
getAmt()
Get Amount. |
int |
getC_BPartner_ID()
Get Business Partner . |
I_C_BPartner |
getC_BPartner()
|
int |
getC_Currency_ID()
Get Currency. |
I_C_Currency |
getC_Currency()
|
int |
getC_DocType_ID()
Get Document Type. |
int |
getC_Order_ID()
Get Order. |
I_C_Order |
getC_Order()
|
String |
getDescription()
Get Description. |
String |
getDocAction()
Get Document Action. |
String |
getDocStatus()
Get Document Status. |
String |
getDocumentNo()
Get Document No. |
String |
getGenerateTo()
Get Generate To. |
String |
getHelp()
Get Comment/Help. |
int |
getInOut_ID()
Get Shipment/Receipt. |
int |
getM_RMA_ID()
Get RMA. |
int |
getM_RMAType_ID()
Get RMA Type. |
I_M_RMAType |
getM_RMAType()
|
String |
getName()
Get Name. |
int |
getSalesRep_ID()
Get Sales Representative. |
boolean |
isApproved()
Get Approved. |
boolean |
isProcessed()
Get Processed. |
boolean |
isProcessing()
Get Process Now |
boolean |
isSOTrx()
Get Sales Transaction. |
void |
setAmt(BigDecimal Amt)
Set Amount. |
void |
setC_BPartner_ID(int C_BPartner_ID)
Set Business Partner . |
void |
setC_Currency_ID(int C_Currency_ID)
Set Currency. |
void |
setC_DocType_ID(int C_DocType_ID)
Set Document Type. |
void |
setC_Order_ID(int C_Order_ID)
Set Order. |
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 |
setGenerateTo(String GenerateTo)
Set Generate To. |
void |
setHelp(String Help)
Set Comment/Help. |
void |
setInOut_ID(int InOut_ID)
Set Shipment/Receipt. |
void |
setIsApproved(boolean IsApproved)
Set Approved. |
void |
setIsSOTrx(boolean IsSOTrx)
Set Sales Transaction. |
void |
setM_RMA_ID(int M_RMA_ID)
Set RMA. |
void |
setM_RMAType_ID(int M_RMAType_ID)
Set RMA Type. |
void |
setName(String Name)
Set Name. |
void |
setProcessed(boolean Processed)
Set Processed. |
void |
setProcessing(boolean Processing)
Set Process Now |
void |
setSalesRep_ID(int SalesRep_ID)
Set Sales Representative. |
| Field Detail |
|---|
static final String Table_Name
static final int Table_ID
static final KeyNamePair Model
static final BigDecimal accessLevel
static final String COLUMNNAME_Amt
static final String COLUMNNAME_C_BPartner_ID
static final String COLUMNNAME_C_Currency_ID
static final String COLUMNNAME_C_DocType_ID
static final String COLUMNNAME_C_Order_ID
static final String COLUMNNAME_Description
static final String COLUMNNAME_DocAction
static final String COLUMNNAME_DocStatus
static final String COLUMNNAME_DocumentNo
static final String COLUMNNAME_GenerateTo
static final String COLUMNNAME_Help
static final String COLUMNNAME_InOut_ID
static final String COLUMNNAME_IsApproved
static final String COLUMNNAME_IsSOTrx
static final String COLUMNNAME_M_RMA_ID
static final String COLUMNNAME_M_RMAType_ID
static final String COLUMNNAME_Name
static final String COLUMNNAME_Processed
static final String COLUMNNAME_Processing
static final String COLUMNNAME_SalesRep_ID
| Method Detail |
|---|
void setAmt(BigDecimal Amt)
BigDecimal getAmt()
void setC_BPartner_ID(int C_BPartner_ID)
int getC_BPartner_ID()
I_C_BPartner getC_BPartner()
throws Exception
Exceptionvoid setC_Currency_ID(int C_Currency_ID)
int getC_Currency_ID()
I_C_Currency getC_Currency()
throws Exception
Exceptionvoid setC_DocType_ID(int C_DocType_ID)
int getC_DocType_ID()
void setC_Order_ID(int C_Order_ID)
int getC_Order_ID()
I_C_Order getC_Order()
throws Exception
Exceptionvoid setDescription(String Description)
String getDescription()
void setDocAction(String DocAction)
String getDocAction()
void setDocStatus(String DocStatus)
String getDocStatus()
void setDocumentNo(String DocumentNo)
String getDocumentNo()
void setGenerateTo(String GenerateTo)
String getGenerateTo()
void setHelp(String Help)
String getHelp()
void setInOut_ID(int InOut_ID)
int getInOut_ID()
void setIsApproved(boolean IsApproved)
boolean isApproved()
void setIsSOTrx(boolean IsSOTrx)
boolean isSOTrx()
void setM_RMA_ID(int M_RMA_ID)
int getM_RMA_ID()
void setM_RMAType_ID(int M_RMAType_ID)
int getM_RMAType_ID()
I_M_RMAType getM_RMAType()
throws Exception
Exceptionvoid setName(String Name)
String getName()
void setProcessed(boolean Processed)
boolean isProcessed()
void setProcessing(boolean Processing)
boolean isProcessing()
void setSalesRep_ID(int SalesRep_ID)
int getSalesRep_ID()
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||