|
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_LandedCost
public class X_C_LandedCost
Generated Model for C_LandedCost
| Field Summary | |
|---|---|
static int |
LANDEDCOSTDISTRIBUTION_AD_Reference_ID
LandedCostDistribution AD_Reference_ID=339 |
static String |
LANDEDCOSTDISTRIBUTION_Costs
Costs = C |
static String |
LANDEDCOSTDISTRIBUTION_Line
Line = L |
static String |
LANDEDCOSTDISTRIBUTION_Quantity
Quantity = Q |
static String |
LANDEDCOSTDISTRIBUTION_Volume
Volume = V |
static String |
LANDEDCOSTDISTRIBUTION_Weight
Weight = W |
| 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_LandedCost |
|---|
accessLevel, COLUMNNAME_C_InvoiceLine_ID, COLUMNNAME_C_LandedCost_ID, COLUMNNAME_Description, COLUMNNAME_LandedCostDistribution, COLUMNNAME_M_CostElement_ID, COLUMNNAME_M_InOut_ID, COLUMNNAME_M_InOutLine_ID, COLUMNNAME_M_Product_ID, COLUMNNAME_Processing, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_C_LandedCost(Properties ctx,
int C_LandedCost_ID,
String trxName)
Standard Constructor |
|
X_C_LandedCost(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getC_InvoiceLine_ID()
Get Invoice Line. |
I_C_InvoiceLine |
getC_InvoiceLine()
|
int |
getC_LandedCost_ID()
Get Landed Cost. |
String |
getDescription()
Get Description. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
String |
getLandedCostDistribution()
Get Cost Distribution. |
int |
getM_CostElement_ID()
Get Cost Element. |
I_M_CostElement |
getM_CostElement()
|
int |
getM_InOut_ID()
Get Shipment/Receipt. |
I_M_InOut |
getM_InOut()
|
int |
getM_InOutLine_ID()
Get Shipment/Receipt Line. |
I_M_InOutLine |
getM_InOutLine()
|
int |
getM_Product_ID()
Get Product. |
I_M_Product |
getM_Product()
|
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
isProcessing()
Get Process Now. |
void |
setC_InvoiceLine_ID(int C_InvoiceLine_ID)
Set Invoice Line. |
void |
setC_LandedCost_ID(int C_LandedCost_ID)
Set Landed Cost. |
void |
setDescription(String Description)
Set Description. |
void |
setLandedCostDistribution(String LandedCostDistribution)
Set Cost Distribution. |
void |
setM_CostElement_ID(int M_CostElement_ID)
Set Cost Element. |
void |
setM_InOut_ID(int M_InOut_ID)
Set Shipment/Receipt. |
void |
setM_InOutLine_ID(int M_InOutLine_ID)
Set Shipment/Receipt Line. |
void |
setM_Product_ID(int M_Product_ID)
Set Product. |
void |
setProcessing(boolean Processing)
Set Process Now. |
String |
toString()
String representation |
| 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 |
| Field Detail |
|---|
public static final int LANDEDCOSTDISTRIBUTION_AD_Reference_ID
public static final String LANDEDCOSTDISTRIBUTION_Quantity
public static final String LANDEDCOSTDISTRIBUTION_Line
public static final String LANDEDCOSTDISTRIBUTION_Volume
public static final String LANDEDCOSTDISTRIBUTION_Weight
public static final String LANDEDCOSTDISTRIBUTION_Costs
| Constructor Detail |
|---|
public X_C_LandedCost(Properties ctx,
int C_LandedCost_ID,
String trxName)
public X_C_LandedCost(Properties ctx,
ResultSet rs,
String trxName)
| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Properties ctx)
initPO in class POctx - context
public String toString()
PO
toString in class PO
public I_C_InvoiceLine getC_InvoiceLine()
throws Exception
getC_InvoiceLine in interface I_C_LandedCostExceptionpublic void setC_InvoiceLine_ID(int C_InvoiceLine_ID)
setC_InvoiceLine_ID in interface I_C_LandedCostC_InvoiceLine_ID - Invoice Detail Linepublic int getC_InvoiceLine_ID()
getC_InvoiceLine_ID in interface I_C_LandedCostpublic KeyNamePair getKeyNamePair()
public void setC_LandedCost_ID(int C_LandedCost_ID)
setC_LandedCost_ID in interface I_C_LandedCostC_LandedCost_ID - Landed cost to be allocated to material receiptspublic int getC_LandedCost_ID()
getC_LandedCost_ID in interface I_C_LandedCostpublic void setDescription(String Description)
setDescription in interface I_C_LandedCostDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_C_LandedCostpublic void setLandedCostDistribution(String LandedCostDistribution)
setLandedCostDistribution in interface I_C_LandedCostLandedCostDistribution - Landed Cost Distributionpublic String getLandedCostDistribution()
getLandedCostDistribution in interface I_C_LandedCost
public I_M_CostElement getM_CostElement()
throws Exception
getM_CostElement in interface I_C_LandedCostExceptionpublic void setM_CostElement_ID(int M_CostElement_ID)
setM_CostElement_ID in interface I_C_LandedCostM_CostElement_ID - Product Cost Elementpublic int getM_CostElement_ID()
getM_CostElement_ID in interface I_C_LandedCost
public I_M_InOut getM_InOut()
throws Exception
getM_InOut in interface I_C_LandedCostExceptionpublic void setM_InOut_ID(int M_InOut_ID)
setM_InOut_ID in interface I_C_LandedCostM_InOut_ID - Material Shipment Documentpublic int getM_InOut_ID()
getM_InOut_ID in interface I_C_LandedCost
public I_M_InOutLine getM_InOutLine()
throws Exception
getM_InOutLine in interface I_C_LandedCostExceptionpublic void setM_InOutLine_ID(int M_InOutLine_ID)
setM_InOutLine_ID in interface I_C_LandedCostM_InOutLine_ID - Line on Shipment or Receipt documentpublic int getM_InOutLine_ID()
getM_InOutLine_ID in interface I_C_LandedCost
public I_M_Product getM_Product()
throws Exception
getM_Product in interface I_C_LandedCostExceptionpublic void setM_Product_ID(int M_Product_ID)
setM_Product_ID in interface I_C_LandedCostM_Product_ID - Product, Service, Itempublic int getM_Product_ID()
getM_Product_ID in interface I_C_LandedCostpublic void setProcessing(boolean Processing)
setProcessing in interface I_C_LandedCostProcessing - Process Nowpublic boolean isProcessing()
isProcessing in interface I_C_LandedCost
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||