Adempiere 3.5.2a

org.compiere.model
Interface I_M_RMA

All Known Implementing Classes:
MRMA, X_M_RMA

public interface I_M_RMA

Generated Interface for M_RMA

Version:
Release 3.5.2a
Author:
Adempiere (generated)

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

Table_Name

static final String Table_Name
TableName=M_RMA

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=661


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 1 - Org


COLUMNNAME_Amt

static final String COLUMNNAME_Amt
Column name Amt

See Also:
Constant Field Values

COLUMNNAME_C_BPartner_ID

static final String COLUMNNAME_C_BPartner_ID
Column name C_BPartner_ID

See Also:
Constant Field Values

COLUMNNAME_C_Currency_ID

static final String COLUMNNAME_C_Currency_ID
Column name C_Currency_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_C_Order_ID

static final String COLUMNNAME_C_Order_ID
Column name C_Order_ID

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_GenerateTo

static final String COLUMNNAME_GenerateTo
Column name GenerateTo

See Also:
Constant Field Values

COLUMNNAME_Help

static final String COLUMNNAME_Help
Column name Help

See Also:
Constant Field Values

COLUMNNAME_InOut_ID

static final String COLUMNNAME_InOut_ID
Column name InOut_ID

See Also:
Constant Field Values

COLUMNNAME_IsApproved

static final String COLUMNNAME_IsApproved
Column name IsApproved

See Also:
Constant Field Values

COLUMNNAME_IsSOTrx

static final String COLUMNNAME_IsSOTrx
Column name IsSOTrx

See Also:
Constant Field Values

COLUMNNAME_M_RMA_ID

static final String COLUMNNAME_M_RMA_ID
Column name M_RMA_ID

See Also:
Constant Field Values

COLUMNNAME_M_RMAType_ID

static final String COLUMNNAME_M_RMAType_ID
Column name M_RMAType_ID

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

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_SalesRep_ID

static final String COLUMNNAME_SalesRep_ID
Column name SalesRep_ID

See Also:
Constant Field Values
Method Detail

setAmt

void setAmt(BigDecimal Amt)
Set Amount. Amount


getAmt

BigDecimal getAmt()
Get Amount. Amount


setC_BPartner_ID

void setC_BPartner_ID(int C_BPartner_ID)
Set Business Partner . Identifies a Business Partner


getC_BPartner_ID

int getC_BPartner_ID()
Get Business Partner . Identifies a Business Partner


getC_BPartner

I_C_BPartner getC_BPartner()
                           throws Exception
Throws:
Exception

setC_Currency_ID

void setC_Currency_ID(int C_Currency_ID)
Set Currency. The Currency for this record


getC_Currency_ID

int getC_Currency_ID()
Get Currency. The Currency for this record


getC_Currency

I_C_Currency getC_Currency()
                           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


setC_Order_ID

void setC_Order_ID(int C_Order_ID)
Set Order. Order


getC_Order_ID

int getC_Order_ID()
Get Order. Order


getC_Order

I_C_Order getC_Order()
                     throws Exception
Throws:
Exception

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


setGenerateTo

void setGenerateTo(String GenerateTo)
Set Generate To. Generate To


getGenerateTo

String getGenerateTo()
Get Generate To. Generate To


setHelp

void setHelp(String Help)
Set Comment/Help. Comment or Hint


getHelp

String getHelp()
Get Comment/Help. Comment or Hint


setInOut_ID

void setInOut_ID(int InOut_ID)
Set Shipment/Receipt. MaterialShipment Document


getInOut_ID

int getInOut_ID()
Get Shipment/Receipt. MaterialShipment Document


setIsApproved

void setIsApproved(boolean IsApproved)
Set Approved. Indicates if this document requires approval


isApproved

boolean isApproved()
Get Approved. Indicates if this document requires approval


setIsSOTrx

void setIsSOTrx(boolean IsSOTrx)
Set Sales Transaction. This is a Sales Transaction


isSOTrx

boolean isSOTrx()
Get Sales Transaction. This is a Sales Transaction


setM_RMA_ID

void setM_RMA_ID(int M_RMA_ID)
Set RMA. Return Material Authorization


getM_RMA_ID

int getM_RMA_ID()
Get RMA. Return Material Authorization


setM_RMAType_ID

void setM_RMAType_ID(int M_RMAType_ID)
Set RMA Type. Return Material Authorization Type


getM_RMAType_ID

int getM_RMAType_ID()
Get RMA Type. Return Material Authorization Type


getM_RMAType

I_M_RMAType getM_RMAType()
                         throws Exception
Throws:
Exception

setName

void setName(String Name)
Set Name. Alphanumeric identifier of the entity


getName

String getName()
Get Name. Alphanumeric identifier of the entity


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


setSalesRep_ID

void setSalesRep_ID(int SalesRep_ID)
Set Sales Representative. Sales Representative or Company Agent


getSalesRep_ID

int getSalesRep_ID()
Get Sales Representative. Sales Representative or Company Agent


Adempiere 3.5.2a

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