Package org.compiere.model
Interface I_M_RMALine
-
- All Known Implementing Classes:
MRMALine
,X_M_RMALine
public interface I_M_RMALine
Generated Interface for M_RMALine- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
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_Charge_ID
Column name C_Charge_IDstatic String
COLUMNNAME_C_Tax_ID
Column name C_Tax_IDstatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_Description
Column name Descriptionstatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_Line
Column name Linestatic String
COLUMNNAME_LineNetAmt
Column name LineNetAmtstatic String
COLUMNNAME_M_InOutLine_ID
Column name M_InOutLine_IDstatic String
COLUMNNAME_M_Product_ID
Column name M_Product_IDstatic String
COLUMNNAME_M_RMA_ID
Column name M_RMA_IDstatic String
COLUMNNAME_M_RMALine_ID
Column name M_RMALine_IDstatic String
COLUMNNAME_M_RMALine_UU
Column name M_RMALine_UUstatic String
COLUMNNAME_Processed
Column name Processedstatic String
COLUMNNAME_Qty
Column name Qtystatic String
COLUMNNAME_QtyDelivered
Column name QtyDeliveredstatic String
COLUMNNAME_QtyInvoiced
Column name QtyInvoicedstatic String
COLUMNNAME_Ref_RMALine_ID
Column name Ref_RMALine_IDstatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=660static String
Table_Name
TableName=M_RMALine
-
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_Charge
getC_Charge()
int
getC_Charge_ID()
Get Charge.I_C_Tax
getC_Tax()
int
getC_Tax_ID()
Get Tax.Timestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.String
getDescription()
Get Description.int
getLine()
Get Line No.BigDecimal
getLineNetAmt()
Get Line Amount.I_M_InOutLine
getM_InOutLine()
int
getM_InOutLine_ID()
Get Shipment/Receipt Line.I_M_Product
getM_Product()
int
getM_Product_ID()
Get Product.I_M_RMA
getM_RMA()
int
getM_RMA_ID()
Get RMA.int
getM_RMALine_ID()
Get RMA Line.String
getM_RMALine_UU()
Get M_RMALine_UUBigDecimal
getQty()
Get Quantity.BigDecimal
getQtyDelivered()
Get Delivered Quantity.BigDecimal
getQtyInvoiced()
Get Quantity Invoiced.I_M_RMALine
getRef_RMALine()
int
getRef_RMALine_ID()
Get Referenced RMA LineTimestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.boolean
isActive()
Get Active.boolean
isProcessed()
Get Processed.void
setAD_Org_ID(int AD_Org_ID)
Set Organization.void
setAmt(BigDecimal Amt)
Set Amount.void
setC_Charge_ID(int C_Charge_ID)
Set Charge.void
setC_Tax_ID(int C_Tax_ID)
Set Tax.void
setDescription(String Description)
Set Description.void
setIsActive(boolean IsActive)
Set Active.void
setLine(int Line)
Set Line No.void
setLineNetAmt(BigDecimal LineNetAmt)
Set Line Amount.void
setM_InOutLine_ID(int M_InOutLine_ID)
Set Shipment/Receipt Line.void
setM_Product_ID(int M_Product_ID)
Set Product.void
setM_RMA_ID(int M_RMA_ID)
Set RMA.void
setM_RMALine_ID(int M_RMALine_ID)
Set RMA Line.void
setM_RMALine_UU(String M_RMALine_UU)
Set M_RMALine_UUvoid
setProcessed(boolean Processed)
Set Processed.void
setQty(BigDecimal Qty)
Set Quantity.void
setQtyDelivered(BigDecimal QtyDelivered)
Set Delivered Quantity.void
setQtyInvoiced(BigDecimal QtyInvoiced)
Set Quantity Invoiced.void
setRef_RMALine_ID(int Ref_RMALine_ID)
Set Referenced RMA Line
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=M_RMALine- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=660- 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_Charge_ID
static final String COLUMNNAME_C_Charge_ID
Column name C_Charge_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_C_Tax_ID
static final String COLUMNNAME_C_Tax_ID
Column name C_Tax_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Description
static final String COLUMNNAME_Description
Column name Description- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_Line
static final String COLUMNNAME_Line
Column name Line- See Also:
- Constant Field Values
-
COLUMNNAME_LineNetAmt
static final String COLUMNNAME_LineNetAmt
Column name LineNetAmt- See Also:
- Constant Field Values
-
COLUMNNAME_M_InOutLine_ID
static final String COLUMNNAME_M_InOutLine_ID
Column name M_InOutLine_ID- See Also:
- Constant Field Values
-
COLUMNNAME_M_Product_ID
static final String COLUMNNAME_M_Product_ID
Column name M_Product_ID- 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_RMALine_ID
static final String COLUMNNAME_M_RMALine_ID
Column name M_RMALine_ID- See Also:
- Constant Field Values
-
COLUMNNAME_M_RMALine_UU
static final String COLUMNNAME_M_RMALine_UU
Column name M_RMALine_UU- See Also:
- Constant Field Values
-
COLUMNNAME_Processed
static final String COLUMNNAME_Processed
Column name Processed- See Also:
- Constant Field Values
-
COLUMNNAME_Qty
static final String COLUMNNAME_Qty
Column name Qty- See Also:
- Constant Field Values
-
COLUMNNAME_QtyDelivered
static final String COLUMNNAME_QtyDelivered
Column name QtyDelivered- See Also:
- Constant Field Values
-
COLUMNNAME_QtyInvoiced
static final String COLUMNNAME_QtyInvoiced
Column name QtyInvoiced- See Also:
- Constant Field Values
-
COLUMNNAME_Ref_RMALine_ID
static final String COLUMNNAME_Ref_RMALine_ID
Column name Ref_RMALine_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_Charge_ID
void setC_Charge_ID(int C_Charge_ID)
Set Charge. Additional document charges
-
getC_Charge_ID
int getC_Charge_ID()
Get Charge. Additional document charges
-
getC_Charge
I_C_Charge getC_Charge() 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
-
setC_Tax_ID
void setC_Tax_ID(int C_Tax_ID)
Set Tax. Tax identifier
-
getC_Tax_ID
int getC_Tax_ID()
Get Tax. Tax identifier
-
getC_Tax
I_C_Tax getC_Tax() throws RuntimeException
- Throws:
RuntimeException
-
setDescription
void setDescription(String Description)
Set Description. Optional short description of the record
-
getDescription
String getDescription()
Get Description. Optional short description of the record
-
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
-
setLine
void setLine(int Line)
Set Line No. Unique line for this document
-
getLine
int getLine()
Get Line No. Unique line for this document
-
setLineNetAmt
void setLineNetAmt(BigDecimal LineNetAmt)
Set Line Amount. Line Extended Amount (Quantity * Actual Price) without Freight and Charges
-
getLineNetAmt
BigDecimal getLineNetAmt()
Get Line Amount. Line Extended Amount (Quantity * Actual Price) without Freight and Charges
-
setM_InOutLine_ID
void setM_InOutLine_ID(int M_InOutLine_ID)
Set Shipment/Receipt Line. Line on Shipment or Receipt document
-
getM_InOutLine_ID
int getM_InOutLine_ID()
Get Shipment/Receipt Line. Line on Shipment or Receipt document
-
getM_InOutLine
I_M_InOutLine getM_InOutLine() throws RuntimeException
- Throws:
RuntimeException
-
setM_Product_ID
void setM_Product_ID(int M_Product_ID)
Set Product. Product, Service, Item
-
getM_Product_ID
int getM_Product_ID()
Get Product. Product, Service, Item
-
getM_Product
I_M_Product getM_Product() throws RuntimeException
- 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
-
getM_RMA
I_M_RMA getM_RMA() throws RuntimeException
- Throws:
RuntimeException
-
setM_RMALine_ID
void setM_RMALine_ID(int M_RMALine_ID)
Set RMA Line. Return Material Authorization Line
-
getM_RMALine_ID
int getM_RMALine_ID()
Get RMA Line. Return Material Authorization Line
-
setM_RMALine_UU
void setM_RMALine_UU(String M_RMALine_UU)
Set M_RMALine_UU
-
getM_RMALine_UU
String getM_RMALine_UU()
Get M_RMALine_UU
-
setProcessed
void setProcessed(boolean Processed)
Set Processed. The document has been processed
-
isProcessed
boolean isProcessed()
Get Processed. The document has been processed
-
setQty
void setQty(BigDecimal Qty)
Set Quantity. Quantity
-
getQty
BigDecimal getQty()
Get Quantity. Quantity
-
setQtyDelivered
void setQtyDelivered(BigDecimal QtyDelivered)
Set Delivered Quantity. Delivered Quantity
-
getQtyDelivered
BigDecimal getQtyDelivered()
Get Delivered Quantity. Delivered Quantity
-
setQtyInvoiced
void setQtyInvoiced(BigDecimal QtyInvoiced)
Set Quantity Invoiced. Invoiced Quantity
-
getQtyInvoiced
BigDecimal getQtyInvoiced()
Get Quantity Invoiced. Invoiced Quantity
-
setRef_RMALine_ID
void setRef_RMALine_ID(int Ref_RMALine_ID)
Set Referenced RMA Line
-
getRef_RMALine_ID
int getRef_RMALine_ID()
Get Referenced RMA Line
-
getRef_RMALine
I_M_RMALine getRef_RMALine() 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
-
-