Adempiere 3.5.2a

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 3.5.2a
Author:
Adempiere (generated)

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

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


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org


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_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_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_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_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_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
Method Detail

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 Exception
Throws:
Exception

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 Exception
Throws:
Exception

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 Exception
Throws:
Exception

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 Exception
Throws:
Exception

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


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


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_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 Exception
Throws:
Exception

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 Exception
Throws:
Exception

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 Exception
Throws:
Exception

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 Exception
Throws:
Exception

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 Exception
Throws:
Exception

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 Exception
Throws:
Exception

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


Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.