Package org.compiere.model
Interface I_M_RMA
public interface I_M_RMA
Generated Interface for M_RMA
- Version:
- Release 13
- Author:
- iDempiere (generated)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BigDecimalAccessLevel = 1 - Orgstatic final StringColumn name AD_Client_IDstatic final StringColumn name AD_Org_IDstatic final StringColumn name Amtstatic final StringColumn name C_BPartner_IDstatic final StringColumn name C_Currency_IDstatic final StringColumn name C_DocType_IDstatic final StringColumn name C_Order_IDstatic final StringColumn name Createdstatic final StringColumn name CreatedBystatic final StringColumn name CreateFromstatic final StringColumn name CreateLinesFromstatic final StringColumn name Descriptionstatic final StringColumn name DocActionstatic final StringColumn name DocStatusstatic final StringColumn name DocumentNostatic final StringColumn name GenerateTostatic final StringColumn name Helpstatic final StringColumn name InOut_IDstatic final StringColumn name IsActivestatic final StringColumn name IsApprovedstatic final StringColumn name IsSOTrxstatic final StringColumn name M_RMA_IDstatic final StringColumn name M_RMA_UUstatic final StringColumn name M_RMAType_IDstatic final StringColumn name Namestatic final StringColumn name Processedstatic final StringColumn name Processingstatic final StringColumn name Ref_RMA_IDstatic final StringColumn name SalesRep_IDstatic final StringColumn name Updatedstatic final StringColumn name UpdatedBystatic final KeyNamePairstatic final intAD_Table_ID=661static final StringTableName=M_RMA -
Method Summary
Modifier and TypeMethodDescriptionintGet Tenant.intGet Organization.getAmt()Get Amount.Deprecated.intGet Business Partner.Deprecated.intGet Currency.Deprecated.intGet Document Type.Deprecated.intGet Order.Get Created.intGet Created By.Get Create lines from.Get Create lines from.Get Description.Get Document Action.Get Document Status.Get Document No.Get Generate To.getHelp()Get Comment/Help.getInOut()Deprecated.intGet Shipment/Receipt.intGet RMA.Get M_RMA_UUDeprecated.intGet RMA Type.getName()Get Name.Deprecated.intGet Referenced RMADeprecated.intGet Sales Representative.Get Updated.intGet Updated By.booleanisActive()Get Active.booleanGet Approved.booleanGet Processed.booleanGet 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.voidsetCreateLinesFrom(String CreateLinesFrom) 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.voidSet 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.voidSet 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 Details
-
Table_Name
TableName=M_RMA- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=661- See Also:
-
Model
-
accessLevel
AccessLevel = 1 - Org -
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_Amt
Column name Amt- See Also:
-
COLUMNNAME_C_BPartner_ID
Column name C_BPartner_ID- See Also:
-
COLUMNNAME_C_Currency_ID
Column name C_Currency_ID- See Also:
-
COLUMNNAME_C_DocType_ID
Column name C_DocType_ID- See Also:
-
COLUMNNAME_C_Order_ID
Column name C_Order_ID- See Also:
-
COLUMNNAME_CreateFrom
Column name CreateFrom- See Also:
-
COLUMNNAME_CreateLinesFrom
Column name CreateLinesFrom- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_Description
Column name Description- See Also:
-
COLUMNNAME_DocAction
Column name DocAction- See Also:
-
COLUMNNAME_DocStatus
Column name DocStatus- See Also:
-
COLUMNNAME_DocumentNo
Column name DocumentNo- See Also:
-
COLUMNNAME_GenerateTo
Column name GenerateTo- See Also:
-
COLUMNNAME_Help
Column name Help- See Also:
-
COLUMNNAME_InOut_ID
Column name InOut_ID- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_IsApproved
Column name IsApproved- See Also:
-
COLUMNNAME_IsSOTrx
Column name IsSOTrx- See Also:
-
COLUMNNAME_M_RMAType_ID
Column name M_RMAType_ID- See Also:
-
COLUMNNAME_M_RMA_ID
Column name M_RMA_ID- See Also:
-
COLUMNNAME_M_RMA_UU
Column name M_RMA_UU- See Also:
-
COLUMNNAME_Name
Column name Name- See Also:
-
COLUMNNAME_Processed
Column name Processed- See Also:
-
COLUMNNAME_Processing
Column name Processing- See Also:
-
COLUMNNAME_Ref_RMA_ID
Column name Ref_RMA_ID- See Also:
-
COLUMNNAME_SalesRep_ID
Column name SalesRep_ID- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
-
Method Details
-
getAD_Client_ID
int getAD_Client_ID()Get Tenant. Tenant for this installation. -
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID) Set Organization. Organizational entity within tenant -
getAD_Org_ID
int getAD_Org_ID()Get Organization. Organizational entity within tenant -
setAmt
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
Deprecated.- 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
Deprecated.- 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
Deprecated.- 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
Deprecated.- Throws:
RuntimeException
-
setCreateFrom
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 -
setCreateLinesFrom
Set Create lines from. Process which will generate a new document lines based on an existing document -
getCreateLinesFrom
String getCreateLinesFrom()Get Create lines from. Process which will generate a new document lines based on an existing document -
getCreated
Timestamp getCreated()Get Created. Date this record was created -
getCreatedBy
int getCreatedBy()Get Created By. User who created this records -
setDescription
Set Description. Optional short description of the record -
getDescription
String getDescription()Get Description. Optional short description of the record -
setDocAction
Set Document Action. The targeted status of the document -
getDocAction
String getDocAction()Get Document Action. The targeted status of the document -
setDocStatus
Set Document Status. The current status of the document -
getDocStatus
String getDocStatus()Get Document Status. The current status of the document -
setDocumentNo
Set Document No. Document sequence number of the document -
getDocumentNo
String getDocumentNo()Get Document No. Document sequence number of the document -
setGenerateTo
Set Generate To. Generate To -
getGenerateTo
String getGenerateTo()Get Generate To. Generate To -
setHelp
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
Deprecated.- 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_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
Deprecated.- Throws:
RuntimeException
-
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_RMA_UU
Set M_RMA_UU -
getM_RMA_UU
String getM_RMA_UU()Get M_RMA_UU -
setName
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
Deprecated.- 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
Deprecated.- Throws:
RuntimeException
-
getUpdated
Timestamp getUpdated()Get Updated. Date this record was updated -
getUpdatedBy
int getUpdatedBy()Get Updated By. User who updated this records
-