|
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_C_LandedCostAllocation
org.compiere.model.MLandedCostAllocation
public class MLandedCostAllocation
Landed Cost Allocation 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_C_LandedCostAllocation |
|---|
accessLevel, COLUMNNAME_Amt, COLUMNNAME_Base, COLUMNNAME_C_InvoiceLine_ID, COLUMNNAME_C_LandedCostAllocation_ID, COLUMNNAME_M_AttributeSetInstance_ID, COLUMNNAME_M_CostElement_ID, COLUMNNAME_M_Product_ID, COLUMNNAME_Qty, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
MLandedCostAllocation(MInvoiceLine parent,
int M_CostElement_ID)
Parent Constructor |
|
MLandedCostAllocation(Properties ctx,
int C_LandedCostAllocation_ID,
String trxName)
Standard Constructor |
|
MLandedCostAllocation(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
static MLandedCostAllocation[] |
getOfInvoiceLine(Properties ctx,
int C_InvoiceLine_ID,
String trxName)
Get Cost Allocations for invoice Line |
void |
setAmt(double Amt,
int precision)
Set Amt |
void |
setQty(BigDecimal Qty)
Set Allocation Qty (e.g. free products) |
| Methods inherited from class org.compiere.model.X_C_LandedCostAllocation |
|---|
get_AccessLevel, getAmt, getBase, getC_InvoiceLine_ID, getC_InvoiceLine, getC_LandedCostAllocation_ID, getKeyNamePair, getM_AttributeSetInstance_ID, getM_CostElement_ID, getM_CostElement, getM_Product_ID, getM_Product, getQty, initPO, setAmt, setBase, setC_InvoiceLine_ID, setC_LandedCostAllocation_ID, setM_AttributeSetInstance_ID, setM_CostElement_ID, setM_Product_ID, 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 MLandedCostAllocation(Properties ctx,
int C_LandedCostAllocation_ID,
String trxName)
ctx - contextC_LandedCostAllocation_ID - idtrxName - trx
public MLandedCostAllocation(Properties ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result nametrxName - trx
public MLandedCostAllocation(MInvoiceLine parent,
int M_CostElement_ID)
parent - parentM_CostElement_ID - cost element| Method Detail |
|---|
public static MLandedCostAllocation[] getOfInvoiceLine(Properties ctx,
int C_InvoiceLine_ID,
String trxName)
ctx - contextC_InvoiceLine_ID - invoice linetrxName - trx
public void setAmt(double Amt,
int precision)
Amt - amountprecision - precisionpublic void setQty(BigDecimal Qty)
setQty in interface I_C_LandedCostAllocationsetQty in class X_C_LandedCostAllocationQty -
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||