|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.framework.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.X_C_LandedCostAllocation |
|---|
accessLevel, Model, Table_ID, Table_Name, updatedMS |
| Fields inherited from class org.compiere.framework.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_changeVO, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
MLandedCostAllocation(Ctx ctx,
int C_LandedCostAllocation_ID,
String trxName)
Standard Constructor |
|
MLandedCostAllocation(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
MLandedCostAllocation(MInvoiceLine parent,
int M_CostElement_ID)
Parent Constructor |
|
| Method Summary | |
|---|---|
static MLandedCostAllocation[] |
getOfInvoiceLine(Ctx 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_LandedCostAllocation_ID, getKeyNamePair, getM_AttributeSetInstance_ID, getM_CostElement_ID, getM_Product_ID, 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, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MLandedCostAllocation(Ctx ctx,
int C_LandedCostAllocation_ID,
String trxName)
ctx - contextC_LandedCostAllocation_ID - idtrxName - trx
public MLandedCostAllocation(Ctx 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(Ctx 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 class X_C_LandedCostAllocationQty -
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||