Package org.compiere.model
Interface I_M_CostDetail
-
- All Known Implementing Classes:
MCostDetail
,X_M_CostDetail
public interface I_M_CostDetail
Generated Interface for M_CostDetail- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 3 - Client - Orgstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_Amt
Column name Amtstatic String
COLUMNNAME_C_AcctSchema_ID
Column name C_AcctSchema_IDstatic String
COLUMNNAME_C_InvoiceLine_ID
Column name C_InvoiceLine_IDstatic String
COLUMNNAME_C_OrderLine_ID
Column name C_OrderLine_IDstatic String
COLUMNNAME_C_ProjectIssue_ID
Column name C_ProjectIssue_IDstatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_CumulatedAmt
Column name CumulatedAmtstatic String
COLUMNNAME_CumulatedQty
Column name CumulatedQtystatic String
COLUMNNAME_CurrentCostPrice
Column name CurrentCostPricestatic String
COLUMNNAME_CurrentQty
Column name CurrentQtystatic String
COLUMNNAME_DeltaAmt
Column name DeltaAmtstatic String
COLUMNNAME_DeltaQty
Column name DeltaQtystatic String
COLUMNNAME_Description
Column name Descriptionstatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_IsSOTrx
Column name IsSOTrxstatic String
COLUMNNAME_M_AttributeSetInstance_ID
Column name M_AttributeSetInstance_IDstatic String
COLUMNNAME_M_CostDetail_ID
Column name M_CostDetail_IDstatic String
COLUMNNAME_M_CostDetail_UU
Column name M_CostDetail_UUstatic String
COLUMNNAME_M_CostElement_ID
Column name M_CostElement_IDstatic String
COLUMNNAME_M_InOutLine_ID
Column name M_InOutLine_IDstatic String
COLUMNNAME_M_InventoryLine_ID
Column name M_InventoryLine_IDstatic String
COLUMNNAME_M_MatchInv_ID
Column name M_MatchInv_IDstatic String
COLUMNNAME_M_MovementLine_ID
Column name M_MovementLine_IDstatic String
COLUMNNAME_M_Product_ID
Column name M_Product_IDstatic String
COLUMNNAME_M_ProductionLine_ID
Column name M_ProductionLine_IDstatic String
COLUMNNAME_PP_Cost_Collector_ID
Column name PP_Cost_Collector_IDstatic String
COLUMNNAME_Price
Column name Pricestatic String
COLUMNNAME_Processed
Column name Processedstatic String
COLUMNNAME_Qty
Column name Qtystatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=808static String
Table_Name
TableName=M_CostDetail
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAD_Client_ID()
Get Client.int
getAD_Org_ID()
Get Organization.BigDecimal
getAmt()
Get Amount.I_C_AcctSchema
getC_AcctSchema()
int
getC_AcctSchema_ID()
Get Accounting Schema.I_C_InvoiceLine
getC_InvoiceLine()
int
getC_InvoiceLine_ID()
Get Invoice Line.I_C_OrderLine
getC_OrderLine()
int
getC_OrderLine_ID()
Get Sales Order Line.I_C_ProjectIssue
getC_ProjectIssue()
int
getC_ProjectIssue_ID()
Get Project Issue.Timestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.BigDecimal
getCumulatedAmt()
Get Accumulated Amt.BigDecimal
getCumulatedQty()
Get Accumulated Qty.BigDecimal
getCurrentCostPrice()
Get Current Cost Price.BigDecimal
getCurrentQty()
Get Current Quantity.BigDecimal
getDeltaAmt()
Get Delta Amount.BigDecimal
getDeltaQty()
Get Delta Quantity.String
getDescription()
Get Description.I_M_AttributeSetInstance
getM_AttributeSetInstance()
int
getM_AttributeSetInstance_ID()
Get Attribute Set Instance.int
getM_CostDetail_ID()
Get Cost Detail.String
getM_CostDetail_UU()
Get M_CostDetail_UUI_M_CostElement
getM_CostElement()
int
getM_CostElement_ID()
Get Cost Element.I_M_InOutLine
getM_InOutLine()
int
getM_InOutLine_ID()
Get Shipment/Receipt Line.I_M_InventoryLine
getM_InventoryLine()
int
getM_InventoryLine_ID()
Get Phys.Inventory Line.I_M_MatchInv
getM_MatchInv()
int
getM_MatchInv_ID()
Get Match Invoice.I_M_MovementLine
getM_MovementLine()
int
getM_MovementLine_ID()
Get Move Line.I_M_Product
getM_Product()
int
getM_Product_ID()
Get Product.I_M_ProductionLine
getM_ProductionLine()
int
getM_ProductionLine_ID()
Get Production Line.I_PP_Cost_Collector
getPP_Cost_Collector()
int
getPP_Cost_Collector_ID()
Get Manufacturing Cost CollectorBigDecimal
getPrice()
Get Price.BigDecimal
getQty()
Get Quantity.Timestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.boolean
isActive()
Get Active.boolean
isProcessed()
Get Processed.boolean
isSOTrx()
Get Sales Transaction.void
setAD_Org_ID(int AD_Org_ID)
Set Organization.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
setCumulatedAmt(BigDecimal CumulatedAmt)
Set Accumulated Amt.void
setCumulatedQty(BigDecimal CumulatedQty)
Set Accumulated Qty.void
setCurrentCostPrice(BigDecimal CurrentCostPrice)
Set Current Cost Price.void
setCurrentQty(BigDecimal CurrentQty)
Set Current Quantity.void
setDeltaAmt(BigDecimal DeltaAmt)
Set Delta Amount.void
setDeltaQty(BigDecimal DeltaQty)
Set Delta Quantity.void
setDescription(String Description)
Set Description.void
setIsActive(boolean IsActive)
Set Active.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_CostDetail_UU(String M_CostDetail_UU)
Set M_CostDetail_UUvoid
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_MatchInv_ID(int M_MatchInv_ID)
Set Match Invoice.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
setPP_Cost_Collector_ID(int PP_Cost_Collector_ID)
Set Manufacturing Cost Collectorvoid
setPrice(BigDecimal Price)
Set Price.void
setProcessed(boolean Processed)
Set Processed.void
setQty(BigDecimal Qty)
Set Quantity.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=M_CostDetail- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=808- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org
-
COLUMNNAME_AD_Client_ID
static final String COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Org_ID
static final String COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Amt
static final String COLUMNNAME_Amt
Column name Amt- See Also:
- Constant Field Values
-
COLUMNNAME_C_AcctSchema_ID
static final String COLUMNNAME_C_AcctSchema_ID
Column name C_AcctSchema_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_InvoiceLine_ID
static final String COLUMNNAME_C_InvoiceLine_ID
Column name C_InvoiceLine_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_OrderLine_ID
static final String COLUMNNAME_C_OrderLine_ID
Column name C_OrderLine_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_ProjectIssue_ID
static final String COLUMNNAME_C_ProjectIssue_ID
Column name C_ProjectIssue_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Created
static final String COLUMNNAME_Created
Column name Created- See Also:
- Constant Field Values
-
COLUMNNAME_CreatedBy
static final String COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_CumulatedAmt
static final String COLUMNNAME_CumulatedAmt
Column name CumulatedAmt- See Also:
- Constant Field Values
-
COLUMNNAME_CumulatedQty
static final String COLUMNNAME_CumulatedQty
Column name CumulatedQty- See Also:
- Constant Field Values
-
COLUMNNAME_CurrentCostPrice
static final String COLUMNNAME_CurrentCostPrice
Column name CurrentCostPrice- See Also:
- Constant Field Values
-
COLUMNNAME_CurrentQty
static final String COLUMNNAME_CurrentQty
Column name CurrentQty- See Also:
- Constant Field Values
-
COLUMNNAME_DeltaAmt
static final String COLUMNNAME_DeltaAmt
Column name DeltaAmt- See Also:
- Constant Field Values
-
COLUMNNAME_DeltaQty
static final String COLUMNNAME_DeltaQty
Column name DeltaQty- See Also:
- Constant Field Values
-
COLUMNNAME_Description
static final String COLUMNNAME_Description
Column name Description- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_IsSOTrx
static final String COLUMNNAME_IsSOTrx
Column name IsSOTrx- See Also:
- Constant Field Values
-
COLUMNNAME_M_AttributeSetInstance_ID
static final String COLUMNNAME_M_AttributeSetInstance_ID
Column name M_AttributeSetInstance_ID- See Also:
- Constant Field Values
-
COLUMNNAME_M_CostDetail_ID
static final String COLUMNNAME_M_CostDetail_ID
Column name M_CostDetail_ID- See Also:
- Constant Field Values
-
COLUMNNAME_M_CostDetail_UU
static final String COLUMNNAME_M_CostDetail_UU
Column name M_CostDetail_UU- See Also:
- Constant Field Values
-
COLUMNNAME_M_CostElement_ID
static final String COLUMNNAME_M_CostElement_ID
Column name M_CostElement_ID- See Also:
- Constant Field Values
-
COLUMNNAME_M_InOutLine_ID
static final String COLUMNNAME_M_InOutLine_ID
Column name M_InOutLine_ID- See Also:
- Constant Field Values
-
COLUMNNAME_M_InventoryLine_ID
static final String COLUMNNAME_M_InventoryLine_ID
Column name M_InventoryLine_ID- See Also:
- Constant Field Values
-
COLUMNNAME_M_MatchInv_ID
static final String COLUMNNAME_M_MatchInv_ID
Column name M_MatchInv_ID- See Also:
- Constant Field Values
-
COLUMNNAME_M_MovementLine_ID
static final String COLUMNNAME_M_MovementLine_ID
Column name M_MovementLine_ID- See Also:
- Constant Field Values
-
COLUMNNAME_M_Product_ID
static final String COLUMNNAME_M_Product_ID
Column name M_Product_ID- See Also:
- Constant Field Values
-
COLUMNNAME_M_ProductionLine_ID
static final String COLUMNNAME_M_ProductionLine_ID
Column name M_ProductionLine_ID- See Also:
- Constant Field Values
-
COLUMNNAME_PP_Cost_Collector_ID
static final String COLUMNNAME_PP_Cost_Collector_ID
Column name PP_Cost_Collector_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Price
static final String COLUMNNAME_Price
Column name Price- See Also:
- Constant Field Values
-
COLUMNNAME_Processed
static final String COLUMNNAME_Processed
Column name Processed- See Also:
- Constant Field Values
-
COLUMNNAME_Qty
static final String COLUMNNAME_Qty
Column name Qty- See Also:
- Constant Field Values
-
COLUMNNAME_Updated
static final String COLUMNNAME_Updated
Column name Updated- See Also:
- Constant Field Values
-
COLUMNNAME_UpdatedBy
static final String COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
- Constant Field Values
-
-
Method Detail
-
getAD_Client_ID
int getAD_Client_ID()
Get Client. Client/Tenant for this installation.
-
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID)
Set Organization. Organizational entity within client
-
getAD_Org_ID
int getAD_Org_ID()
Get Organization. Organizational entity within client
-
setAmt
void setAmt(BigDecimal Amt)
Set Amount. Amount
-
getAmt
BigDecimal getAmt()
Get Amount. Amount
-
setC_AcctSchema_ID
void setC_AcctSchema_ID(int C_AcctSchema_ID)
Set Accounting Schema. Rules for accounting
-
getC_AcctSchema_ID
int getC_AcctSchema_ID()
Get Accounting Schema. Rules for accounting
-
getC_AcctSchema
I_C_AcctSchema getC_AcctSchema() throws RuntimeException
- Throws:
RuntimeException
-
setC_InvoiceLine_ID
void setC_InvoiceLine_ID(int C_InvoiceLine_ID)
Set Invoice Line. Invoice Detail Line
-
getC_InvoiceLine_ID
int getC_InvoiceLine_ID()
Get Invoice Line. Invoice Detail Line
-
getC_InvoiceLine
I_C_InvoiceLine getC_InvoiceLine() throws RuntimeException
- Throws:
RuntimeException
-
setC_OrderLine_ID
void setC_OrderLine_ID(int C_OrderLine_ID)
Set Sales Order Line. Sales Order Line
-
getC_OrderLine_ID
int getC_OrderLine_ID()
Get Sales Order Line. Sales Order Line
-
getC_OrderLine
I_C_OrderLine getC_OrderLine() throws RuntimeException
- Throws:
RuntimeException
-
setC_ProjectIssue_ID
void setC_ProjectIssue_ID(int C_ProjectIssue_ID)
Set Project Issue. Project Issues (Material, Labor)
-
getC_ProjectIssue_ID
int getC_ProjectIssue_ID()
Get Project Issue. Project Issues (Material, Labor)
-
getC_ProjectIssue
I_C_ProjectIssue getC_ProjectIssue() throws RuntimeException
- Throws:
RuntimeException
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setCumulatedAmt
void setCumulatedAmt(BigDecimal CumulatedAmt)
Set Accumulated Amt. Total Amount
-
getCumulatedAmt
BigDecimal getCumulatedAmt()
Get Accumulated Amt. Total Amount
-
setCumulatedQty
void setCumulatedQty(BigDecimal CumulatedQty)
Set Accumulated Qty. Total Quantity
-
getCumulatedQty
BigDecimal getCumulatedQty()
Get Accumulated Qty. Total Quantity
-
setCurrentCostPrice
void setCurrentCostPrice(BigDecimal CurrentCostPrice)
Set Current Cost Price. The currently used cost price
-
getCurrentCostPrice
BigDecimal getCurrentCostPrice()
Get Current Cost Price. The currently used cost price
-
setCurrentQty
void setCurrentQty(BigDecimal CurrentQty)
Set Current Quantity. Current Quantity
-
getCurrentQty
BigDecimal getCurrentQty()
Get Current Quantity. Current Quantity
-
setDeltaAmt
void setDeltaAmt(BigDecimal DeltaAmt)
Set Delta Amount. Difference Amount
-
getDeltaAmt
BigDecimal getDeltaAmt()
Get Delta Amount. Difference Amount
-
setDeltaQty
void setDeltaQty(BigDecimal DeltaQty)
Set Delta Quantity. Quantity Difference
-
getDeltaQty
BigDecimal getDeltaQty()
Get Delta Quantity. Quantity Difference
-
setDescription
void setDescription(String Description)
Set Description. Optional short description of the record
-
getDescription
String getDescription()
Get Description. Optional short description of the record
-
setIsActive
void setIsActive(boolean IsActive)
Set Active. The record is active in the system
-
isActive
boolean isActive()
Get Active. The record is active in the system
-
setIsSOTrx
void setIsSOTrx(boolean IsSOTrx)
Set Sales Transaction. This is a Sales Transaction
-
isSOTrx
boolean isSOTrx()
Get Sales Transaction. This is a Sales Transaction
-
setM_AttributeSetInstance_ID
void setM_AttributeSetInstance_ID(int M_AttributeSetInstance_ID)
Set Attribute Set Instance. Product Attribute Set Instance
-
getM_AttributeSetInstance_ID
int getM_AttributeSetInstance_ID()
Get Attribute Set Instance. Product Attribute Set Instance
-
getM_AttributeSetInstance
I_M_AttributeSetInstance getM_AttributeSetInstance() throws RuntimeException
- Throws:
RuntimeException
-
setM_CostDetail_ID
void setM_CostDetail_ID(int M_CostDetail_ID)
Set Cost Detail. Cost Detail Information
-
getM_CostDetail_ID
int getM_CostDetail_ID()
Get Cost Detail. Cost Detail Information
-
setM_CostDetail_UU
void setM_CostDetail_UU(String M_CostDetail_UU)
Set M_CostDetail_UU
-
getM_CostDetail_UU
String getM_CostDetail_UU()
Get M_CostDetail_UU
-
setM_CostElement_ID
void setM_CostElement_ID(int M_CostElement_ID)
Set Cost Element. Product Cost Element
-
getM_CostElement_ID
int getM_CostElement_ID()
Get Cost Element. Product Cost Element
-
getM_CostElement
I_M_CostElement getM_CostElement() throws RuntimeException
- Throws:
RuntimeException
-
setM_InOutLine_ID
void setM_InOutLine_ID(int M_InOutLine_ID)
Set Shipment/Receipt Line. Line on Shipment or Receipt document
-
getM_InOutLine_ID
int getM_InOutLine_ID()
Get Shipment/Receipt Line. Line on Shipment or Receipt document
-
getM_InOutLine
I_M_InOutLine getM_InOutLine() throws RuntimeException
- Throws:
RuntimeException
-
setM_InventoryLine_ID
void setM_InventoryLine_ID(int M_InventoryLine_ID)
Set Phys.Inventory Line. Unique line in an Inventory document
-
getM_InventoryLine_ID
int getM_InventoryLine_ID()
Get Phys.Inventory Line. Unique line in an Inventory document
-
getM_InventoryLine
I_M_InventoryLine getM_InventoryLine() throws RuntimeException
- Throws:
RuntimeException
-
setM_MatchInv_ID
void setM_MatchInv_ID(int M_MatchInv_ID)
Set Match Invoice. Match Shipment/Receipt to Invoice
-
getM_MatchInv_ID
int getM_MatchInv_ID()
Get Match Invoice. Match Shipment/Receipt to Invoice
-
getM_MatchInv
I_M_MatchInv getM_MatchInv() throws RuntimeException
- Throws:
RuntimeException
-
setM_MovementLine_ID
void setM_MovementLine_ID(int M_MovementLine_ID)
Set Move Line. Inventory Move document Line
-
getM_MovementLine_ID
int getM_MovementLine_ID()
Get Move Line. Inventory Move document Line
-
getM_MovementLine
I_M_MovementLine getM_MovementLine() throws RuntimeException
- Throws:
RuntimeException
-
setM_Product_ID
void setM_Product_ID(int M_Product_ID)
Set Product. Product, Service, Item
-
getM_Product_ID
int getM_Product_ID()
Get Product. Product, Service, Item
-
getM_Product
I_M_Product getM_Product() throws RuntimeException
- Throws:
RuntimeException
-
setM_ProductionLine_ID
void setM_ProductionLine_ID(int M_ProductionLine_ID)
Set Production Line. Document Line representing a production
-
getM_ProductionLine_ID
int getM_ProductionLine_ID()
Get Production Line. Document Line representing a production
-
getM_ProductionLine
I_M_ProductionLine getM_ProductionLine() throws RuntimeException
- Throws:
RuntimeException
-
setPP_Cost_Collector_ID
void setPP_Cost_Collector_ID(int PP_Cost_Collector_ID)
Set Manufacturing Cost Collector
-
getPP_Cost_Collector_ID
int getPP_Cost_Collector_ID()
Get Manufacturing Cost Collector
-
getPP_Cost_Collector
I_PP_Cost_Collector getPP_Cost_Collector() throws RuntimeException
- Throws:
RuntimeException
-
setPrice
void setPrice(BigDecimal Price)
Set Price. Price
-
getPrice
BigDecimal getPrice()
Get Price. Price
-
setProcessed
void setProcessed(boolean Processed)
Set Processed. The document has been processed
-
isProcessed
boolean isProcessed()
Get Processed. The document has been processed
-
setQty
void setQty(BigDecimal Qty)
Set Quantity. Quantity
-
getQty
BigDecimal getQty()
Get Quantity. Quantity
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
-