Package org.compiere.model
Interface I_M_RMA
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 1 - Orgstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_Amt
Column name Amtstatic String
COLUMNNAME_C_BPartner_ID
Column name C_BPartner_IDstatic String
COLUMNNAME_C_Currency_ID
Column name C_Currency_IDstatic String
COLUMNNAME_C_DocType_ID
Column name C_DocType_IDstatic String
COLUMNNAME_C_Order_ID
Column name C_Order_IDstatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_CreateFrom
Column name CreateFromstatic String
COLUMNNAME_Description
Column name Descriptionstatic String
COLUMNNAME_DocAction
Column name DocActionstatic String
COLUMNNAME_DocStatus
Column name DocStatusstatic String
COLUMNNAME_DocumentNo
Column name DocumentNostatic String
COLUMNNAME_GenerateTo
Column name GenerateTostatic String
COLUMNNAME_Help
Column name Helpstatic String
COLUMNNAME_InOut_ID
Column name InOut_IDstatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_IsApproved
Column name IsApprovedstatic String
COLUMNNAME_IsSOTrx
Column name IsSOTrxstatic String
COLUMNNAME_M_RMA_ID
Column name M_RMA_IDstatic String
COLUMNNAME_M_RMA_UU
Column name M_RMA_UUstatic String
COLUMNNAME_M_RMAType_ID
Column name M_RMAType_IDstatic String
COLUMNNAME_Name
Column name Namestatic String
COLUMNNAME_Processed
Column name Processedstatic String
COLUMNNAME_Processing
Column name Processingstatic String
COLUMNNAME_Ref_RMA_ID
Column name Ref_RMA_IDstatic String
COLUMNNAME_SalesRep_ID
Column name SalesRep_IDstatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=661static String
Table_Name
TableName=M_RMA
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAD_Client_ID()
Get Client.int
getAD_Org_ID()
Get Organization.BigDecimal
getAmt()
Get Amount.I_C_BPartner
getC_BPartner()
int
getC_BPartner_ID()
Get Business Partner.I_C_Currency
getC_Currency()
int
getC_Currency_ID()
Get Currency.I_C_DocType
getC_DocType()
int
getC_DocType_ID()
Get Document Type.I_C_Order
getC_Order()
int
getC_Order_ID()
Get Order.Timestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.String
getCreateFrom()
Get Create lines from.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.I_M_InOut
getInOut()
int
getInOut_ID()
Get Shipment/Receipt.int
getM_RMA_ID()
Get RMA.String
getM_RMA_UU()
Get M_RMA_UUI_M_RMAType
getM_RMAType()
int
getM_RMAType_ID()
Get RMA Type.String
getName()
Get Name.I_M_RMA
getRef_RMA()
int
getRef_RMA_ID()
Get Referenced RMAI_AD_User
getSalesRep()
int
getSalesRep_ID()
Get Sales Representative.Timestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.boolean
isActive()
Get Active.boolean
isApproved()
Get Approved.boolean
isProcessed()
Get Processed.boolean
isProcessing()
Get Process Nowboolean
isSOTrx()
Get Sales Transaction.void
setAD_Org_ID(int AD_Org_ID)
Set Organization.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
setCreateFrom(String CreateFrom)
Set Create lines from.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
setIsActive(boolean IsActive)
Set Active.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_RMA_UU(String M_RMA_UU)
Set M_RMA_UUvoid
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 Nowvoid
setRef_RMA_ID(int Ref_RMA_ID)
Set Referenced RMAvoid
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- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 1 - Org
-
COLUMNNAME_AD_Client_ID
static final String COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Org_ID
static final String COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
- Constant Field Values
-
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_Created
static final String COLUMNNAME_Created
Column name Created- See Also:
- Constant Field Values
-
COLUMNNAME_CreatedBy
static final String COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_CreateFrom
static final String COLUMNNAME_CreateFrom
Column name CreateFrom- 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_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- 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_M_RMA_UU
static final String COLUMNNAME_M_RMA_UU
Column name M_RMA_UU- 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_Ref_RMA_ID
static final String COLUMNNAME_Ref_RMA_ID
Column name Ref_RMA_ID- See Also:
- Constant Field Values
-
COLUMNNAME_SalesRep_ID
static final String COLUMNNAME_SalesRep_ID
Column name SalesRep_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Updated
static final String COLUMNNAME_Updated
Column name Updated- See Also:
- Constant Field Values
-
COLUMNNAME_UpdatedBy
static final String COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
- Constant Field Values
-
-
Method Detail
-
getAD_Client_ID
int getAD_Client_ID()
Get Client. Client/Tenant for this installation.
-
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID)
Set Organization. Organizational entity within client
-
getAD_Org_ID
int getAD_Org_ID()
Get Organization. Organizational entity within client
-
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 RuntimeException
- Throws:
RuntimeException
-
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 RuntimeException
- Throws:
RuntimeException
-
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
-
getC_DocType
I_C_DocType getC_DocType() throws RuntimeException
- Throws:
RuntimeException
-
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 RuntimeException
- Throws:
RuntimeException
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setCreateFrom
void setCreateFrom(String CreateFrom)
Set Create lines from. Process which will generate a new document lines based on an existing document
-
getCreateFrom
String getCreateFrom()
Get Create lines from. Process which will generate a new document lines based on an existing document
-
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
-
getInOut
I_M_InOut getInOut() throws RuntimeException
- Throws:
RuntimeException
-
setIsActive
void setIsActive(boolean IsActive)
Set Active. The record is active in the system
-
isActive
boolean isActive()
Get Active. The record is active in the system
-
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 RuntimeException
- Throws:
RuntimeException
-
setM_RMA_UU
void setM_RMA_UU(String M_RMA_UU)
Set M_RMA_UU
-
getM_RMA_UU
String getM_RMA_UU()
Get M_RMA_UU
-
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
-
setRef_RMA_ID
void setRef_RMA_ID(int Ref_RMA_ID)
Set Referenced RMA
-
getRef_RMA_ID
int getRef_RMA_ID()
Get Referenced RMA
-
getRef_RMA
I_M_RMA getRef_RMA() throws RuntimeException
- Throws:
RuntimeException
-
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
-
getSalesRep
I_AD_User getSalesRep() throws RuntimeException
- Throws:
RuntimeException
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
-