|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface I_M_CostDetail
Generated Interface for M_CostDetail
| Field Summary | |
|---|---|
static BigDecimal |
accessLevel
AccessLevel = 3 - Client - Org |
static String |
COLUMNNAME_Amt
Column name Amt |
static String |
COLUMNNAME_C_AcctSchema_ID
Column name C_AcctSchema_ID |
static String |
COLUMNNAME_C_InvoiceLine_ID
Column name C_InvoiceLine_ID |
static String |
COLUMNNAME_C_OrderLine_ID
Column name C_OrderLine_ID |
static String |
COLUMNNAME_C_ProjectIssue_ID
Column name C_ProjectIssue_ID |
static String |
COLUMNNAME_DeltaAmt
Column name DeltaAmt |
static String |
COLUMNNAME_DeltaQty
Column name DeltaQty |
static String |
COLUMNNAME_Description
Column name Description |
static String |
COLUMNNAME_IsSOTrx
Column name IsSOTrx |
static String |
COLUMNNAME_M_AttributeSetInstance_ID
Column name M_AttributeSetInstance_ID |
static String |
COLUMNNAME_M_CostDetail_ID
Column name M_CostDetail_ID |
static String |
COLUMNNAME_M_CostElement_ID
Column name M_CostElement_ID |
static String |
COLUMNNAME_M_InOutLine_ID
Column name M_InOutLine_ID |
static String |
COLUMNNAME_M_InventoryLine_ID
Column name M_InventoryLine_ID |
static String |
COLUMNNAME_M_MovementLine_ID
Column name M_MovementLine_ID |
static String |
COLUMNNAME_M_Product_ID
Column name M_Product_ID |
static String |
COLUMNNAME_M_ProductionLine_ID
Column name M_ProductionLine_ID |
static String |
COLUMNNAME_Price
Column name Price |
static String |
COLUMNNAME_Processed
Column name Processed |
static String |
COLUMNNAME_Qty
Column name Qty |
static KeyNamePair |
Model
|
static int |
Table_ID
AD_Table_ID=808 |
static String |
Table_Name
TableName=M_CostDetail |
| Method Summary | |
|---|---|
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. |
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. |
| Field Detail |
|---|
static final String Table_Name
static final int Table_ID
static final KeyNamePair Model
static final BigDecimal accessLevel
static final String COLUMNNAME_Amt
static final String COLUMNNAME_C_AcctSchema_ID
static final String COLUMNNAME_C_InvoiceLine_ID
static final String COLUMNNAME_C_OrderLine_ID
static final String COLUMNNAME_C_ProjectIssue_ID
static final String COLUMNNAME_DeltaAmt
static final String COLUMNNAME_DeltaQty
static final String COLUMNNAME_Description
static final String COLUMNNAME_IsSOTrx
static final String COLUMNNAME_M_AttributeSetInstance_ID
static final String COLUMNNAME_M_CostDetail_ID
static final String COLUMNNAME_M_CostElement_ID
static final String COLUMNNAME_M_InOutLine_ID
static final String COLUMNNAME_M_InventoryLine_ID
static final String COLUMNNAME_M_MovementLine_ID
static final String COLUMNNAME_M_Product_ID
static final String COLUMNNAME_M_ProductionLine_ID
static final String COLUMNNAME_Price
static final String COLUMNNAME_Processed
static final String COLUMNNAME_Qty
| Method Detail |
|---|
void setAmt(BigDecimal Amt)
BigDecimal getAmt()
void setC_AcctSchema_ID(int C_AcctSchema_ID)
int getC_AcctSchema_ID()
I_C_AcctSchema getC_AcctSchema()
throws Exception
Exceptionvoid setC_InvoiceLine_ID(int C_InvoiceLine_ID)
int getC_InvoiceLine_ID()
I_C_InvoiceLine getC_InvoiceLine()
throws Exception
Exceptionvoid setC_OrderLine_ID(int C_OrderLine_ID)
int getC_OrderLine_ID()
I_C_OrderLine getC_OrderLine()
throws Exception
Exceptionvoid setC_ProjectIssue_ID(int C_ProjectIssue_ID)
int getC_ProjectIssue_ID()
I_C_ProjectIssue getC_ProjectIssue()
throws Exception
Exceptionvoid setDeltaAmt(BigDecimal DeltaAmt)
BigDecimal getDeltaAmt()
void setDeltaQty(BigDecimal DeltaQty)
BigDecimal getDeltaQty()
void setDescription(String Description)
String getDescription()
void setIsSOTrx(boolean IsSOTrx)
boolean isSOTrx()
void setM_AttributeSetInstance_ID(int M_AttributeSetInstance_ID)
int getM_AttributeSetInstance_ID()
void setM_CostDetail_ID(int M_CostDetail_ID)
int getM_CostDetail_ID()
void setM_CostElement_ID(int M_CostElement_ID)
int getM_CostElement_ID()
I_M_CostElement getM_CostElement()
throws Exception
Exceptionvoid setM_InOutLine_ID(int M_InOutLine_ID)
int getM_InOutLine_ID()
I_M_InOutLine getM_InOutLine()
throws Exception
Exceptionvoid setM_InventoryLine_ID(int M_InventoryLine_ID)
int getM_InventoryLine_ID()
I_M_InventoryLine getM_InventoryLine()
throws Exception
Exceptionvoid setM_MovementLine_ID(int M_MovementLine_ID)
int getM_MovementLine_ID()
I_M_MovementLine getM_MovementLine()
throws Exception
Exceptionvoid setM_Product_ID(int M_Product_ID)
int getM_Product_ID()
I_M_Product getM_Product()
throws Exception
Exceptionvoid setM_ProductionLine_ID(int M_ProductionLine_ID)
int getM_ProductionLine_ID()
I_M_ProductionLine getM_ProductionLine()
throws Exception
Exceptionvoid setPrice(BigDecimal Price)
BigDecimal getPrice()
void setProcessed(boolean Processed)
boolean isProcessed()
void setQty(BigDecimal Qty)
BigDecimal getQty()
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||