|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.model.PO
org.compiere.model.X_M_RMA
public class X_M_RMA
Generated Model for M_RMA
| Field Summary | |
|---|---|
static int |
C_DOCTYPE_ID_AD_Reference_ID
C_DocType_ID AD_Reference_ID=321 |
static int |
DOCACTION_AD_Reference_ID
DocAction AD_Reference_ID=135 |
static String |
DOCACTION_Approve
Approve = AP |
static String |
DOCACTION_Close
Close = CL |
static String |
DOCACTION_Complete
Complete = CO |
static String |
DOCACTION_Invalidate
Invalidate = IN |
static String |
DOCACTION_None
|
static String |
DOCACTION_Post
Post = PO |
static String |
DOCACTION_Prepare
Prepare = PR |
static String |
DOCACTION_Re_Activate
Re-activate = RE |
static String |
DOCACTION_Reject
Reject = RJ |
static String |
DOCACTION_Reverse_Accrual
Reverse - Accrual = RA |
static String |
DOCACTION_Reverse_Correct
Reverse - Correct = RC |
static String |
DOCACTION_Unlock
Unlock = XL |
static String |
DOCACTION_Void
Void = VO |
static String |
DOCACTION_WaitComplete
Wait Complete = WC |
static int |
DOCSTATUS_AD_Reference_ID
DocStatus AD_Reference_ID=131 |
static String |
DOCSTATUS_Approved
Approved = AP |
static String |
DOCSTATUS_Closed
Closed = CL |
static String |
DOCSTATUS_Completed
Completed = CO |
static String |
DOCSTATUS_Drafted
Drafted = DR |
static String |
DOCSTATUS_InProgress
In Progress = IP |
static String |
DOCSTATUS_Invalid
Invalid = IN |
static String |
DOCSTATUS_NotApproved
Not Approved = NA |
static String |
DOCSTATUS_Reversed
Reversed = RE |
static String |
DOCSTATUS_Unknown
Unknown = ?? |
static String |
DOCSTATUS_Voided
Voided = VO |
static String |
DOCSTATUS_WaitingConfirmation
Waiting Confirmation = WC |
static String |
DOCSTATUS_WaitingPayment
Waiting Payment = WP |
static int |
INOUT_ID_AD_Reference_ID
InOut_ID AD_Reference_ID=337 |
static int |
SALESREP_ID_AD_Reference_ID
SalesRep_ID AD_Reference_ID=190 |
| Fields inherited from class org.compiere.model.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_ctx, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
X_M_RMA(Properties ctx,
int M_RMA_ID,
String trxName)
Standard Constructor |
|
X_M_RMA(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
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. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
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. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
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. |
String |
toString()
String representation |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.compiere.model.I_Persistent |
|---|
save |
| Field Detail |
|---|
public static final int C_DOCTYPE_ID_AD_Reference_ID
public static final int DOCACTION_AD_Reference_ID
public static final String DOCACTION_Complete
public static final String DOCACTION_Approve
public static final String DOCACTION_Reject
public static final String DOCACTION_Post
public static final String DOCACTION_Void
public static final String DOCACTION_Close
public static final String DOCACTION_Reverse_Correct
public static final String DOCACTION_Reverse_Accrual
public static final String DOCACTION_Invalidate
public static final String DOCACTION_Re_Activate
public static final String DOCACTION_None
public static final String DOCACTION_Prepare
public static final String DOCACTION_Unlock
public static final String DOCACTION_WaitComplete
public static final int DOCSTATUS_AD_Reference_ID
public static final String DOCSTATUS_Drafted
public static final String DOCSTATUS_Completed
public static final String DOCSTATUS_Approved
public static final String DOCSTATUS_NotApproved
public static final String DOCSTATUS_Voided
public static final String DOCSTATUS_Invalid
public static final String DOCSTATUS_Reversed
public static final String DOCSTATUS_Closed
public static final String DOCSTATUS_Unknown
public static final String DOCSTATUS_InProgress
public static final String DOCSTATUS_WaitingPayment
public static final String DOCSTATUS_WaitingConfirmation
public static final int INOUT_ID_AD_Reference_ID
public static final int SALESREP_ID_AD_Reference_ID
| Constructor Detail |
|---|
public X_M_RMA(Properties ctx,
int M_RMA_ID,
String trxName)
public X_M_RMA(Properties ctx,
ResultSet rs,
String trxName)
| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Properties ctx)
initPO in class POctx - context
public String toString()
PO
toString in class POpublic void setAmt(BigDecimal Amt)
setAmt in interface I_M_RMAAmt - Amountpublic BigDecimal getAmt()
getAmt in interface I_M_RMA
public I_C_BPartner getC_BPartner()
throws Exception
getC_BPartner in interface I_M_RMAExceptionpublic void setC_BPartner_ID(int C_BPartner_ID)
setC_BPartner_ID in interface I_M_RMAC_BPartner_ID - Identifies a Business Partnerpublic int getC_BPartner_ID()
getC_BPartner_ID in interface I_M_RMA
public I_C_Currency getC_Currency()
throws Exception
getC_Currency in interface I_M_RMAExceptionpublic void setC_Currency_ID(int C_Currency_ID)
setC_Currency_ID in interface I_M_RMAC_Currency_ID - The Currency for this recordpublic int getC_Currency_ID()
getC_Currency_ID in interface I_M_RMApublic void setC_DocType_ID(int C_DocType_ID)
setC_DocType_ID in interface I_M_RMAC_DocType_ID - Document type or rulespublic int getC_DocType_ID()
getC_DocType_ID in interface I_M_RMA
public I_C_Order getC_Order()
throws Exception
getC_Order in interface I_M_RMAExceptionpublic void setC_Order_ID(int C_Order_ID)
setC_Order_ID in interface I_M_RMAC_Order_ID - Orderpublic int getC_Order_ID()
getC_Order_ID in interface I_M_RMApublic void setDescription(String Description)
setDescription in interface I_M_RMADescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_M_RMApublic void setDocAction(String DocAction)
setDocAction in interface I_M_RMADocAction - The targeted status of the documentpublic String getDocAction()
getDocAction in interface I_M_RMApublic void setDocStatus(String DocStatus)
setDocStatus in interface I_M_RMADocStatus - The current status of the documentpublic String getDocStatus()
getDocStatus in interface I_M_RMApublic void setDocumentNo(String DocumentNo)
setDocumentNo in interface I_M_RMADocumentNo - Document sequence number of the documentpublic String getDocumentNo()
getDocumentNo in interface I_M_RMApublic KeyNamePair getKeyNamePair()
public void setGenerateTo(String GenerateTo)
setGenerateTo in interface I_M_RMAGenerateTo - Generate Topublic String getGenerateTo()
getGenerateTo in interface I_M_RMApublic void setHelp(String Help)
setHelp in interface I_M_RMAHelp - Comment or Hintpublic String getHelp()
getHelp in interface I_M_RMApublic void setInOut_ID(int InOut_ID)
setInOut_ID in interface I_M_RMAInOut_ID - MaterialShipment Documentpublic int getInOut_ID()
getInOut_ID in interface I_M_RMApublic void setIsApproved(boolean IsApproved)
setIsApproved in interface I_M_RMAIsApproved - Indicates if this document requires approvalpublic boolean isApproved()
isApproved in interface I_M_RMApublic void setIsSOTrx(boolean IsSOTrx)
setIsSOTrx in interface I_M_RMAIsSOTrx - This is a Sales Transactionpublic boolean isSOTrx()
isSOTrx in interface I_M_RMApublic void setM_RMA_ID(int M_RMA_ID)
setM_RMA_ID in interface I_M_RMAM_RMA_ID - Return Material Authorizationpublic int getM_RMA_ID()
getM_RMA_ID in interface I_M_RMA
public I_M_RMAType getM_RMAType()
throws Exception
getM_RMAType in interface I_M_RMAExceptionpublic void setM_RMAType_ID(int M_RMAType_ID)
setM_RMAType_ID in interface I_M_RMAM_RMAType_ID - Return Material Authorization Typepublic int getM_RMAType_ID()
getM_RMAType_ID in interface I_M_RMApublic void setName(String Name)
setName in interface I_M_RMAName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_M_RMApublic void setProcessed(boolean Processed)
setProcessed in interface I_M_RMAProcessed - The document has been processedpublic boolean isProcessed()
isProcessed in interface I_M_RMApublic void setProcessing(boolean Processing)
setProcessing in interface I_M_RMAProcessing - Process Nowpublic boolean isProcessing()
isProcessing in interface I_M_RMApublic void setSalesRep_ID(int SalesRep_ID)
setSalesRep_ID in interface I_M_RMASalesRep_ID - Sales Representative or Company Agentpublic int getSalesRep_ID()
getSalesRep_ID in interface I_M_RMA
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||