|
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_RMALine
org.compiere.model.MRMALine
public class MRMALine
RMA Line Model
| Field Summary |
|---|
| 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 |
| Fields inherited from interface org.compiere.model.I_M_RMALine |
|---|
accessLevel, COLUMNNAME_Amt, COLUMNNAME_C_Charge_ID, COLUMNNAME_Description, COLUMNNAME_Line, COLUMNNAME_LineNetAmt, COLUMNNAME_M_InOutLine_ID, COLUMNNAME_M_RMA_ID, COLUMNNAME_M_RMALine_ID, COLUMNNAME_Processed, COLUMNNAME_Qty, COLUMNNAME_QtyDelivered, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
MRMALine(Properties ctx,
int M_RMALine_ID,
String trxName)
Standard Constructor |
|
MRMALine(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
void |
addDescription(String description)
Add to Description |
protected boolean |
afterSave(boolean newRecord,
boolean success)
After Save |
protected boolean |
beforeSave(boolean newRecord)
Before Save |
int |
getAD_OrgTrx_ID()
Get Org Trx |
int |
getC_Activity_ID()
Get Activity |
int |
getC_Campaign_ID()
Get Campaign |
int |
getC_Project_ID()
Get Project |
int |
getC_ProjectPhase_ID()
Get Project Phase |
int |
getC_ProjectTask_ID()
Get Project Task |
int |
getC_Tax_ID()
Get Tax |
int |
getC_UOM_ID()
Get UOM Based on Shipment line if present Default to Each (100) for charge |
int |
getM_AttributeSetInstance_ID()
Get Attribute Set Instance |
int |
getM_Locator_ID()
Get Locator |
int |
getM_Product_ID()
Get Product |
MRMA |
getParent()
Get Parent |
int |
getPrecision()
Get precision Based on Invoice if the shipment was invoiced, on Order otherwise |
MInOutLine |
getShipLine()
Get Ship Line |
BigDecimal |
getTotalAmt()
Get Total Amt for the line including tax |
BigDecimal |
getUnitAmt()
Calculates the unit amount for the product/charge |
int |
getUser1_ID()
Get User1 |
int |
getUser2_ID()
Get User2 |
boolean |
isShipLineInvoiced()
Get whether the Ship line has been invoiced |
void |
setM_InOutLine_ID(int M_InOutLine_ID)
Set M_InOutLine_ID |
| Methods inherited from class org.compiere.model.X_M_RMALine |
|---|
get_AccessLevel, getAmt, getC_Charge_ID, getC_Charge, getDescription, getKeyNamePair, getLine, getLineNetAmt, getM_InOutLine_ID, getM_InOutLine, getM_RMA_ID, getM_RMA, getM_RMALine_ID, getQty, getQtyDelivered, initPO, isProcessed, setAmt, setC_Charge_ID, setDescription, setLine, setLineNetAmt, setM_RMA_ID, setM_RMALine_ID, setProcessed, setQty, setQtyDelivered, toString |
| 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 |
| Constructor Detail |
|---|
public MRMALine(Properties ctx,
int M_RMALine_ID,
String trxName)
ctx - contextM_RMALine_ID - idtrxName - transaction
public MRMALine(Properties ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
public MRMA getParent()
public void setM_InOutLine_ID(int M_InOutLine_ID)
setM_InOutLine_ID in interface I_M_RMALinesetM_InOutLine_ID in class X_M_RMALineM_InOutLine_ID - public MInOutLine getShipLine()
public BigDecimal getUnitAmt()
public BigDecimal getTotalAmt()
public boolean isShipLineInvoiced()
protected boolean beforeSave(boolean newRecord)
beforeSave in class POnewRecord - new
protected boolean afterSave(boolean newRecord,
boolean success)
afterSave in class POnewRecord - newsuccess - success
public void addDescription(String description)
description - textpublic int getPrecision()
public int getC_UOM_ID()
public int getM_Product_ID()
public int getC_Project_ID()
public int getC_ProjectPhase_ID()
public int getC_ProjectTask_ID()
public int getC_Activity_ID()
public int getC_Campaign_ID()
public int getAD_OrgTrx_ID()
public int getUser1_ID()
public int getUser2_ID()
public int getM_AttributeSetInstance_ID()
public int getM_Locator_ID()
public int getC_Tax_ID()
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||