Package org.compiere.model
Interface I_M_RMA
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimalaccessLevelAccessLevel = 1 - Orgstatic StringCOLUMNNAME_AD_Client_IDColumn name AD_Client_IDstatic StringCOLUMNNAME_AD_Org_IDColumn name AD_Org_IDstatic StringCOLUMNNAME_AmtColumn name Amtstatic StringCOLUMNNAME_C_BPartner_IDColumn name C_BPartner_IDstatic StringCOLUMNNAME_C_Currency_IDColumn name C_Currency_IDstatic StringCOLUMNNAME_C_DocType_IDColumn name C_DocType_IDstatic StringCOLUMNNAME_C_Order_IDColumn name C_Order_IDstatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_CreateFromColumn name CreateFromstatic StringCOLUMNNAME_DescriptionColumn name Descriptionstatic StringCOLUMNNAME_DocActionColumn name DocActionstatic StringCOLUMNNAME_DocStatusColumn name DocStatusstatic StringCOLUMNNAME_DocumentNoColumn name DocumentNostatic StringCOLUMNNAME_GenerateToColumn name GenerateTostatic StringCOLUMNNAME_HelpColumn name Helpstatic StringCOLUMNNAME_InOut_IDColumn name InOut_IDstatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_IsApprovedColumn name IsApprovedstatic StringCOLUMNNAME_IsSOTrxColumn name IsSOTrxstatic StringCOLUMNNAME_M_RMA_IDColumn name M_RMA_IDstatic StringCOLUMNNAME_M_RMA_UUColumn name M_RMA_UUstatic StringCOLUMNNAME_M_RMAType_IDColumn name M_RMAType_IDstatic StringCOLUMNNAME_NameColumn name Namestatic StringCOLUMNNAME_ProcessedColumn name Processedstatic StringCOLUMNNAME_ProcessingColumn name Processingstatic StringCOLUMNNAME_Ref_RMA_IDColumn name Ref_RMA_IDstatic StringCOLUMNNAME_SalesRep_IDColumn name SalesRep_IDstatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic KeyNamePairModelstatic intTable_IDAD_Table_ID=661static StringTable_NameTableName=M_RMA
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAD_Client_ID()Get Client.intgetAD_Org_ID()Get Organization.BigDecimalgetAmt()Get Amount.I_C_BPartnergetC_BPartner()intgetC_BPartner_ID()Get Business Partner.I_C_CurrencygetC_Currency()intgetC_Currency_ID()Get Currency.I_C_DocTypegetC_DocType()intgetC_DocType_ID()Get Document Type.I_C_OrdergetC_Order()intgetC_Order_ID()Get Order.TimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.StringgetCreateFrom()Get Create lines from.StringgetDescription()Get Description.StringgetDocAction()Get Document Action.StringgetDocStatus()Get Document Status.StringgetDocumentNo()Get Document No.StringgetGenerateTo()Get Generate To.StringgetHelp()Get Comment/Help.I_M_InOutgetInOut()intgetInOut_ID()Get Shipment/Receipt.intgetM_RMA_ID()Get RMA.StringgetM_RMA_UU()Get M_RMA_UUI_M_RMATypegetM_RMAType()intgetM_RMAType_ID()Get RMA Type.StringgetName()Get Name.I_M_RMAgetRef_RMA()intgetRef_RMA_ID()Get Referenced RMAI_AD_UsergetSalesRep()intgetSalesRep_ID()Get Sales Representative.TimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.booleanisActive()Get Active.booleanisApproved()Get Approved.booleanisProcessed()Get Processed.booleanisProcessing()Get Process NowbooleanisSOTrx()Get Sales Transaction.voidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetAmt(BigDecimal Amt)Set Amount.voidsetC_BPartner_ID(int C_BPartner_ID)Set Business Partner.voidsetC_Currency_ID(int C_Currency_ID)Set Currency.voidsetC_DocType_ID(int C_DocType_ID)Set Document Type.voidsetC_Order_ID(int C_Order_ID)Set Order.voidsetCreateFrom(String CreateFrom)Set Create lines from.voidsetDescription(String Description)Set Description.voidsetDocAction(String DocAction)Set Document Action.voidsetDocStatus(String DocStatus)Set Document Status.voidsetDocumentNo(String DocumentNo)Set Document No.voidsetGenerateTo(String GenerateTo)Set Generate To.voidsetHelp(String Help)Set Comment/Help.voidsetInOut_ID(int InOut_ID)Set Shipment/Receipt.voidsetIsActive(boolean IsActive)Set Active.voidsetIsApproved(boolean IsApproved)Set Approved.voidsetIsSOTrx(boolean IsSOTrx)Set Sales Transaction.voidsetM_RMA_ID(int M_RMA_ID)Set RMA.voidsetM_RMA_UU(String M_RMA_UU)Set M_RMA_UUvoidsetM_RMAType_ID(int M_RMAType_ID)Set RMA Type.voidsetName(String Name)Set Name.voidsetProcessed(boolean Processed)Set Processed.voidsetProcessing(boolean Processing)Set Process NowvoidsetRef_RMA_ID(int Ref_RMA_ID)Set Referenced RMAvoidsetSalesRep_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
-
-