|
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_CostDetail
public class X_M_CostDetail
Generated Model for M_CostDetail
| 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 |
| Constructor Summary | |
|---|---|
X_M_CostDetail(Properties ctx,
int M_CostDetail_ID,
String trxName)
Standard Constructor |
|
X_M_CostDetail(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
BigDecimal |
getAmt()
Get Amount. |
int |
getC_AcctSchema_ID()
Get Accounting Schema. |
I_C_AcctSchema |
getC_AcctSchema()
|
int |
getC_InvoiceLine_ID()
Get Invoice Line. |
I_C_InvoiceLine |
getC_InvoiceLine()
|
int |
getC_OrderLine_ID()
Get Sales Order Line. |
I_C_OrderLine |
getC_OrderLine()
|
int |
getC_ProjectIssue_ID()
Get Project Issue. |
I_C_ProjectIssue |
getC_ProjectIssue()
|
BigDecimal |
getDeltaAmt()
Get Delta Amount. |
BigDecimal |
getDeltaQty()
Get Delta Quantity. |
String |
getDescription()
Get Description. |
int |
getM_AttributeSetInstance_ID()
Get Attribute Set Instance. |
int |
getM_CostDetail_ID()
Get Cost Detail. |
int |
getM_CostElement_ID()
Get Cost Element. |
I_M_CostElement |
getM_CostElement()
|
int |
getM_InOutLine_ID()
Get Shipment/Receipt Line. |
I_M_InOutLine |
getM_InOutLine()
|
int |
getM_InventoryLine_ID()
Get Phys.Inventory Line. |
I_M_InventoryLine |
getM_InventoryLine()
|
int |
getM_MovementLine_ID()
Get Move Line. |
I_M_MovementLine |
getM_MovementLine()
|
int |
getM_Product_ID()
Get Product. |
I_M_Product |
getM_Product()
|
int |
getM_ProductionLine_ID()
Get Production Line. |
I_M_ProductionLine |
getM_ProductionLine()
|
BigDecimal |
getPrice()
Get Price. |
BigDecimal |
getQty()
Get Quantity. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
isProcessed()
Get Processed. |
boolean |
isSOTrx()
Get Sales Transaction. |
void |
setAmt(BigDecimal Amt)
Set Amount. |
void |
setC_AcctSchema_ID(int C_AcctSchema_ID)
Set Accounting Schema. |
void |
setC_InvoiceLine_ID(int C_InvoiceLine_ID)
Set Invoice Line. |
void |
setC_OrderLine_ID(int C_OrderLine_ID)
Set Sales Order Line. |
void |
setC_ProjectIssue_ID(int C_ProjectIssue_ID)
Set Project Issue. |
void |
setDeltaAmt(BigDecimal DeltaAmt)
Set Delta Amount. |
void |
setDeltaQty(BigDecimal DeltaQty)
Set Delta Quantity. |
void |
setDescription(String Description)
Set Description. |
void |
setIsSOTrx(boolean IsSOTrx)
Set Sales Transaction. |
void |
setM_AttributeSetInstance_ID(int M_AttributeSetInstance_ID)
Set Attribute Set Instance. |
void |
setM_CostDetail_ID(int M_CostDetail_ID)
Set Cost Detail. |
void |
setM_CostElement_ID(int M_CostElement_ID)
Set Cost Element. |
void |
setM_InOutLine_ID(int M_InOutLine_ID)
Set Shipment/Receipt Line. |
void |
setM_InventoryLine_ID(int M_InventoryLine_ID)
Set Phys.Inventory Line. |
void |
setM_MovementLine_ID(int M_MovementLine_ID)
Set Move Line. |
void |
setM_Product_ID(int M_Product_ID)
Set Product. |
void |
setM_ProductionLine_ID(int M_ProductionLine_ID)
Set Production Line. |
void |
setPrice(BigDecimal Price)
Set Price. |
void |
setProcessed(boolean Processed)
Set Processed. |
void |
setQty(BigDecimal Qty)
Set Quantity. |
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 |
| Constructor Detail |
|---|
public X_M_CostDetail(Properties ctx,
int M_CostDetail_ID,
String trxName)
public X_M_CostDetail(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 POpublic void setAmt(BigDecimal Amt)
setAmt in interface I_M_CostDetailAmt - Amountpublic BigDecimal getAmt()
getAmt in interface I_M_CostDetail
public I_C_AcctSchema getC_AcctSchema()
throws Exception
getC_AcctSchema in interface I_M_CostDetailExceptionpublic void setC_AcctSchema_ID(int C_AcctSchema_ID)
setC_AcctSchema_ID in interface I_M_CostDetailC_AcctSchema_ID - Rules for accountingpublic int getC_AcctSchema_ID()
getC_AcctSchema_ID in interface I_M_CostDetail
public I_C_InvoiceLine getC_InvoiceLine()
throws Exception
getC_InvoiceLine in interface I_M_CostDetailExceptionpublic void setC_InvoiceLine_ID(int C_InvoiceLine_ID)
setC_InvoiceLine_ID in interface I_M_CostDetailC_InvoiceLine_ID - Invoice Detail Linepublic int getC_InvoiceLine_ID()
getC_InvoiceLine_ID in interface I_M_CostDetail
public I_C_OrderLine getC_OrderLine()
throws Exception
getC_OrderLine in interface I_M_CostDetailExceptionpublic void setC_OrderLine_ID(int C_OrderLine_ID)
setC_OrderLine_ID in interface I_M_CostDetailC_OrderLine_ID - Sales Order Linepublic int getC_OrderLine_ID()
getC_OrderLine_ID in interface I_M_CostDetail
public I_C_ProjectIssue getC_ProjectIssue()
throws Exception
getC_ProjectIssue in interface I_M_CostDetailExceptionpublic void setC_ProjectIssue_ID(int C_ProjectIssue_ID)
setC_ProjectIssue_ID in interface I_M_CostDetailC_ProjectIssue_ID - Project Issues (Material, Labor)public int getC_ProjectIssue_ID()
getC_ProjectIssue_ID in interface I_M_CostDetailpublic void setDeltaAmt(BigDecimal DeltaAmt)
setDeltaAmt in interface I_M_CostDetailDeltaAmt - Difference Amountpublic BigDecimal getDeltaAmt()
getDeltaAmt in interface I_M_CostDetailpublic void setDeltaQty(BigDecimal DeltaQty)
setDeltaQty in interface I_M_CostDetailDeltaQty - Quantity Differencepublic BigDecimal getDeltaQty()
getDeltaQty in interface I_M_CostDetailpublic void setDescription(String Description)
setDescription in interface I_M_CostDetailDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_M_CostDetailpublic void setIsSOTrx(boolean IsSOTrx)
setIsSOTrx in interface I_M_CostDetailIsSOTrx - This is a Sales Transactionpublic boolean isSOTrx()
isSOTrx in interface I_M_CostDetailpublic void setM_AttributeSetInstance_ID(int M_AttributeSetInstance_ID)
setM_AttributeSetInstance_ID in interface I_M_CostDetailM_AttributeSetInstance_ID - Product Attribute Set Instancepublic int getM_AttributeSetInstance_ID()
getM_AttributeSetInstance_ID in interface I_M_CostDetailpublic void setM_CostDetail_ID(int M_CostDetail_ID)
setM_CostDetail_ID in interface I_M_CostDetailM_CostDetail_ID - Cost Detail Informationpublic int getM_CostDetail_ID()
getM_CostDetail_ID in interface I_M_CostDetail
public I_M_CostElement getM_CostElement()
throws Exception
getM_CostElement in interface I_M_CostDetailExceptionpublic void setM_CostElement_ID(int M_CostElement_ID)
setM_CostElement_ID in interface I_M_CostDetailM_CostElement_ID - Product Cost Elementpublic int getM_CostElement_ID()
getM_CostElement_ID in interface I_M_CostDetail
public I_M_InOutLine getM_InOutLine()
throws Exception
getM_InOutLine in interface I_M_CostDetailExceptionpublic void setM_InOutLine_ID(int M_InOutLine_ID)
setM_InOutLine_ID in interface I_M_CostDetailM_InOutLine_ID - Line on Shipment or Receipt documentpublic int getM_InOutLine_ID()
getM_InOutLine_ID in interface I_M_CostDetail
public I_M_InventoryLine getM_InventoryLine()
throws Exception
getM_InventoryLine in interface I_M_CostDetailExceptionpublic void setM_InventoryLine_ID(int M_InventoryLine_ID)
setM_InventoryLine_ID in interface I_M_CostDetailM_InventoryLine_ID - Unique line in an Inventory documentpublic int getM_InventoryLine_ID()
getM_InventoryLine_ID in interface I_M_CostDetail
public I_M_MovementLine getM_MovementLine()
throws Exception
getM_MovementLine in interface I_M_CostDetailExceptionpublic void setM_MovementLine_ID(int M_MovementLine_ID)
setM_MovementLine_ID in interface I_M_CostDetailM_MovementLine_ID - Inventory Move document Linepublic int getM_MovementLine_ID()
getM_MovementLine_ID in interface I_M_CostDetail
public I_M_Product getM_Product()
throws Exception
getM_Product in interface I_M_CostDetailExceptionpublic void setM_Product_ID(int M_Product_ID)
setM_Product_ID in interface I_M_CostDetailM_Product_ID - Product, Service, Itempublic int getM_Product_ID()
getM_Product_ID in interface I_M_CostDetail
public I_M_ProductionLine getM_ProductionLine()
throws Exception
getM_ProductionLine in interface I_M_CostDetailExceptionpublic void setM_ProductionLine_ID(int M_ProductionLine_ID)
setM_ProductionLine_ID in interface I_M_CostDetailM_ProductionLine_ID - Document Line representing a productionpublic int getM_ProductionLine_ID()
getM_ProductionLine_ID in interface I_M_CostDetailpublic void setPrice(BigDecimal Price)
setPrice in interface I_M_CostDetailPrice - Pricepublic BigDecimal getPrice()
getPrice in interface I_M_CostDetailpublic void setProcessed(boolean Processed)
setProcessed in interface I_M_CostDetailProcessed - The document has been processedpublic boolean isProcessed()
isProcessed in interface I_M_CostDetailpublic void setQty(BigDecimal Qty)
setQty in interface I_M_CostDetailQty - Quantitypublic BigDecimal getQty()
getQty in interface I_M_CostDetail
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||