Package org.compiere.model
Interface I_M_CostDetail
-
- All Known Implementing Classes:
MCostDetail,X_M_CostDetail
public interface I_M_CostDetailGenerated Interface for M_CostDetail- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimalaccessLevelAccessLevel = 3 - Client - Orgstatic StringCOLUMNNAME_AD_Client_IDColumn name AD_Client_IDstatic StringCOLUMNNAME_AD_Org_IDColumn name AD_Org_IDstatic StringCOLUMNNAME_AmtColumn name Amtstatic StringCOLUMNNAME_C_AcctSchema_IDColumn name C_AcctSchema_IDstatic StringCOLUMNNAME_C_InvoiceLine_IDColumn name C_InvoiceLine_IDstatic StringCOLUMNNAME_C_OrderLine_IDColumn name C_OrderLine_IDstatic StringCOLUMNNAME_C_ProjectIssue_IDColumn name C_ProjectIssue_IDstatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_CumulatedAmtColumn name CumulatedAmtstatic StringCOLUMNNAME_CumulatedQtyColumn name CumulatedQtystatic StringCOLUMNNAME_CurrentCostPriceColumn name CurrentCostPricestatic StringCOLUMNNAME_CurrentQtyColumn name CurrentQtystatic StringCOLUMNNAME_DeltaAmtColumn name DeltaAmtstatic StringCOLUMNNAME_DeltaQtyColumn name DeltaQtystatic StringCOLUMNNAME_DescriptionColumn name Descriptionstatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_IsSOTrxColumn name IsSOTrxstatic StringCOLUMNNAME_M_AttributeSetInstance_IDColumn name M_AttributeSetInstance_IDstatic StringCOLUMNNAME_M_CostDetail_IDColumn name M_CostDetail_IDstatic StringCOLUMNNAME_M_CostDetail_UUColumn name M_CostDetail_UUstatic StringCOLUMNNAME_M_CostElement_IDColumn name M_CostElement_IDstatic StringCOLUMNNAME_M_InOutLine_IDColumn name M_InOutLine_IDstatic StringCOLUMNNAME_M_InventoryLine_IDColumn name M_InventoryLine_IDstatic StringCOLUMNNAME_M_MatchInv_IDColumn name M_MatchInv_IDstatic StringCOLUMNNAME_M_MovementLine_IDColumn name M_MovementLine_IDstatic StringCOLUMNNAME_M_Product_IDColumn name M_Product_IDstatic StringCOLUMNNAME_M_ProductionLine_IDColumn name M_ProductionLine_IDstatic StringCOLUMNNAME_PP_Cost_Collector_IDColumn name PP_Cost_Collector_IDstatic StringCOLUMNNAME_PriceColumn name Pricestatic StringCOLUMNNAME_ProcessedColumn name Processedstatic StringCOLUMNNAME_QtyColumn name Qtystatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic KeyNamePairModelstatic intTable_IDAD_Table_ID=808static StringTable_NameTableName=M_CostDetail
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAD_Client_ID()Get Client.intgetAD_Org_ID()Get Organization.BigDecimalgetAmt()Get Amount.I_C_AcctSchemagetC_AcctSchema()intgetC_AcctSchema_ID()Get Accounting Schema.I_C_InvoiceLinegetC_InvoiceLine()intgetC_InvoiceLine_ID()Get Invoice Line.I_C_OrderLinegetC_OrderLine()intgetC_OrderLine_ID()Get Sales Order Line.I_C_ProjectIssuegetC_ProjectIssue()intgetC_ProjectIssue_ID()Get Project Issue.TimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.BigDecimalgetCumulatedAmt()Get Accumulated Amt.BigDecimalgetCumulatedQty()Get Accumulated Qty.BigDecimalgetCurrentCostPrice()Get Current Cost Price.BigDecimalgetCurrentQty()Get Current Quantity.BigDecimalgetDeltaAmt()Get Delta Amount.BigDecimalgetDeltaQty()Get Delta Quantity.StringgetDescription()Get Description.I_M_AttributeSetInstancegetM_AttributeSetInstance()intgetM_AttributeSetInstance_ID()Get Attribute Set Instance.intgetM_CostDetail_ID()Get Cost Detail.StringgetM_CostDetail_UU()Get M_CostDetail_UUI_M_CostElementgetM_CostElement()intgetM_CostElement_ID()Get Cost Element.I_M_InOutLinegetM_InOutLine()intgetM_InOutLine_ID()Get Shipment/Receipt Line.I_M_InventoryLinegetM_InventoryLine()intgetM_InventoryLine_ID()Get Phys.Inventory Line.I_M_MatchInvgetM_MatchInv()intgetM_MatchInv_ID()Get Match Invoice.I_M_MovementLinegetM_MovementLine()intgetM_MovementLine_ID()Get Move Line.I_M_ProductgetM_Product()intgetM_Product_ID()Get Product.I_M_ProductionLinegetM_ProductionLine()intgetM_ProductionLine_ID()Get Production Line.I_PP_Cost_CollectorgetPP_Cost_Collector()intgetPP_Cost_Collector_ID()Get Manufacturing Cost CollectorBigDecimalgetPrice()Get Price.BigDecimalgetQty()Get Quantity.TimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.booleanisActive()Get Active.booleanisProcessed()Get Processed.booleanisSOTrx()Get Sales Transaction.voidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetAmt(BigDecimal Amt)Set Amount.voidsetC_AcctSchema_ID(int C_AcctSchema_ID)Set Accounting Schema.voidsetC_InvoiceLine_ID(int C_InvoiceLine_ID)Set Invoice Line.voidsetC_OrderLine_ID(int C_OrderLine_ID)Set Sales Order Line.voidsetC_ProjectIssue_ID(int C_ProjectIssue_ID)Set Project Issue.voidsetCumulatedAmt(BigDecimal CumulatedAmt)Set Accumulated Amt.voidsetCumulatedQty(BigDecimal CumulatedQty)Set Accumulated Qty.voidsetCurrentCostPrice(BigDecimal CurrentCostPrice)Set Current Cost Price.voidsetCurrentQty(BigDecimal CurrentQty)Set Current Quantity.voidsetDeltaAmt(BigDecimal DeltaAmt)Set Delta Amount.voidsetDeltaQty(BigDecimal DeltaQty)Set Delta Quantity.voidsetDescription(String Description)Set Description.voidsetIsActive(boolean IsActive)Set Active.voidsetIsSOTrx(boolean IsSOTrx)Set Sales Transaction.voidsetM_AttributeSetInstance_ID(int M_AttributeSetInstance_ID)Set Attribute Set Instance.voidsetM_CostDetail_ID(int M_CostDetail_ID)Set Cost Detail.voidsetM_CostDetail_UU(String M_CostDetail_UU)Set M_CostDetail_UUvoidsetM_CostElement_ID(int M_CostElement_ID)Set Cost Element.voidsetM_InOutLine_ID(int M_InOutLine_ID)Set Shipment/Receipt Line.voidsetM_InventoryLine_ID(int M_InventoryLine_ID)Set Phys.Inventory Line.voidsetM_MatchInv_ID(int M_MatchInv_ID)Set Match Invoice.voidsetM_MovementLine_ID(int M_MovementLine_ID)Set Move Line.voidsetM_Product_ID(int M_Product_ID)Set Product.voidsetM_ProductionLine_ID(int M_ProductionLine_ID)Set Production Line.voidsetPP_Cost_Collector_ID(int PP_Cost_Collector_ID)Set Manufacturing Cost CollectorvoidsetPrice(BigDecimal Price)Set Price.voidsetProcessed(boolean Processed)Set Processed.voidsetQty(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
-
-