Adempiere 3.5.2a

org.compiere.model
Interface I_M_Product_Acct

All Known Implementing Classes:
X_M_Product_Acct

public interface I_M_Product_Acct

Generated Interface for M_Product_Acct

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 3 - Client - Org
static String COLUMNNAME_C_AcctSchema_ID
          Column name C_AcctSchema_ID
static String COLUMNNAME_M_Product_ID
          Column name M_Product_ID
static String COLUMNNAME_P_Asset_Acct
          Column name P_Asset_Acct
static String COLUMNNAME_P_COGS_Acct
          Column name P_COGS_Acct
static String COLUMNNAME_P_CostAdjustment_Acct
          Column name P_CostAdjustment_Acct
static String COLUMNNAME_P_Expense_Acct
          Column name P_Expense_Acct
static String COLUMNNAME_P_InventoryClearing_Acct
          Column name P_InventoryClearing_Acct
static String COLUMNNAME_P_InvoicePriceVariance_Acct
          Column name P_InvoicePriceVariance_Acct
static String COLUMNNAME_P_PurchasePriceVariance_Acct
          Column name P_PurchasePriceVariance_Acct
static String COLUMNNAME_P_Revenue_Acct
          Column name P_Revenue_Acct
static String COLUMNNAME_P_TradeDiscountGrant_Acct
          Column name P_TradeDiscountGrant_Acct
static String COLUMNNAME_P_TradeDiscountRec_Acct
          Column name P_TradeDiscountRec_Acct
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=273
static String Table_Name
          TableName=M_Product_Acct
 
Method Summary
 int getC_AcctSchema_ID()
          Get Accounting Schema.
 I_C_AcctSchema getC_AcctSchema()
           
 int getM_Product_ID()
          Get Product.
 I_M_Product getM_Product()
           
 int getP_Asset_Acct()
          Get Product Asset.
 int getP_COGS_Acct()
          Get Product COGS.
 int getP_CostAdjustment_Acct()
          Get Cost Adjustment.
 int getP_Expense_Acct()
          Get Product Expense.
 int getP_InventoryClearing_Acct()
          Get Inventory Clearing.
 int getP_InvoicePriceVariance_Acct()
          Get Invoice Price Variance.
 int getP_PurchasePriceVariance_Acct()
          Get Purchase Price Variance.
 int getP_Revenue_Acct()
          Get Product Revenue.
 int getP_TradeDiscountGrant_Acct()
          Get Trade Discount Granted.
 int getP_TradeDiscountRec_Acct()
          Get Trade Discount Received.
 void setC_AcctSchema_ID(int C_AcctSchema_ID)
          Set Accounting Schema.
 void setM_Product_ID(int M_Product_ID)
          Set Product.
 void setP_Asset_Acct(int P_Asset_Acct)
          Set Product Asset.
 void setP_COGS_Acct(int P_COGS_Acct)
          Set Product COGS.
 void setP_CostAdjustment_Acct(int P_CostAdjustment_Acct)
          Set Cost Adjustment.
 void setP_Expense_Acct(int P_Expense_Acct)
          Set Product Expense.
 void setP_InventoryClearing_Acct(int P_InventoryClearing_Acct)
          Set Inventory Clearing.
 void setP_InvoicePriceVariance_Acct(int P_InvoicePriceVariance_Acct)
          Set Invoice Price Variance.
 void setP_PurchasePriceVariance_Acct(int P_PurchasePriceVariance_Acct)
          Set Purchase Price Variance.
 void setP_Revenue_Acct(int P_Revenue_Acct)
          Set Product Revenue.
 void setP_TradeDiscountGrant_Acct(int P_TradeDiscountGrant_Acct)
          Set Trade Discount Granted.
 void setP_TradeDiscountRec_Acct(int P_TradeDiscountRec_Acct)
          Set Trade Discount Received.
 

Field Detail

Table_Name

static final String Table_Name
TableName=M_Product_Acct

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=273


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org


COLUMNNAME_C_AcctSchema_ID

static final String COLUMNNAME_C_AcctSchema_ID
Column name C_AcctSchema_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_P_Asset_Acct

static final String COLUMNNAME_P_Asset_Acct
Column name P_Asset_Acct

See Also:
Constant Field Values

COLUMNNAME_P_COGS_Acct

static final String COLUMNNAME_P_COGS_Acct
Column name P_COGS_Acct

See Also:
Constant Field Values

COLUMNNAME_P_CostAdjustment_Acct

static final String COLUMNNAME_P_CostAdjustment_Acct
Column name P_CostAdjustment_Acct

See Also:
Constant Field Values

COLUMNNAME_P_Expense_Acct

static final String COLUMNNAME_P_Expense_Acct
Column name P_Expense_Acct

See Also:
Constant Field Values

COLUMNNAME_P_InventoryClearing_Acct

static final String COLUMNNAME_P_InventoryClearing_Acct
Column name P_InventoryClearing_Acct

See Also:
Constant Field Values

COLUMNNAME_P_InvoicePriceVariance_Acct

static final String COLUMNNAME_P_InvoicePriceVariance_Acct
Column name P_InvoicePriceVariance_Acct

See Also:
Constant Field Values

COLUMNNAME_P_PurchasePriceVariance_Acct

static final String COLUMNNAME_P_PurchasePriceVariance_Acct
Column name P_PurchasePriceVariance_Acct

See Also:
Constant Field Values

COLUMNNAME_P_Revenue_Acct

static final String COLUMNNAME_P_Revenue_Acct
Column name P_Revenue_Acct

See Also:
Constant Field Values

COLUMNNAME_P_TradeDiscountGrant_Acct

static final String COLUMNNAME_P_TradeDiscountGrant_Acct
Column name P_TradeDiscountGrant_Acct

See Also:
Constant Field Values

COLUMNNAME_P_TradeDiscountRec_Acct

static final String COLUMNNAME_P_TradeDiscountRec_Acct
Column name P_TradeDiscountRec_Acct

See Also:
Constant Field Values
Method Detail

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

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

setP_Asset_Acct

void setP_Asset_Acct(int P_Asset_Acct)
Set Product Asset. Account for Product Asset (Inventory)


getP_Asset_Acct

int getP_Asset_Acct()
Get Product Asset. Account for Product Asset (Inventory)


setP_COGS_Acct

void setP_COGS_Acct(int P_COGS_Acct)
Set Product COGS. Account for Cost of Goods Sold


getP_COGS_Acct

int getP_COGS_Acct()
Get Product COGS. Account for Cost of Goods Sold


setP_CostAdjustment_Acct

void setP_CostAdjustment_Acct(int P_CostAdjustment_Acct)
Set Cost Adjustment. Product Cost Adjustment Account


getP_CostAdjustment_Acct

int getP_CostAdjustment_Acct()
Get Cost Adjustment. Product Cost Adjustment Account


setP_Expense_Acct

void setP_Expense_Acct(int P_Expense_Acct)
Set Product Expense. Account for Product Expense


getP_Expense_Acct

int getP_Expense_Acct()
Get Product Expense. Account for Product Expense


setP_InventoryClearing_Acct

void setP_InventoryClearing_Acct(int P_InventoryClearing_Acct)
Set Inventory Clearing. Product Inventory Clearing Account


getP_InventoryClearing_Acct

int getP_InventoryClearing_Acct()
Get Inventory Clearing. Product Inventory Clearing Account


setP_InvoicePriceVariance_Acct

void setP_InvoicePriceVariance_Acct(int P_InvoicePriceVariance_Acct)
Set Invoice Price Variance. Difference between Costs and Invoice Price (IPV)


getP_InvoicePriceVariance_Acct

int getP_InvoicePriceVariance_Acct()
Get Invoice Price Variance. Difference between Costs and Invoice Price (IPV)


setP_PurchasePriceVariance_Acct

void setP_PurchasePriceVariance_Acct(int P_PurchasePriceVariance_Acct)
Set Purchase Price Variance. Difference between Standard Cost and Purchase Price (PPV)


getP_PurchasePriceVariance_Acct

int getP_PurchasePriceVariance_Acct()
Get Purchase Price Variance. Difference between Standard Cost and Purchase Price (PPV)


setP_Revenue_Acct

void setP_Revenue_Acct(int P_Revenue_Acct)
Set Product Revenue. Account for Product Revenue (Sales Account)


getP_Revenue_Acct

int getP_Revenue_Acct()
Get Product Revenue. Account for Product Revenue (Sales Account)


setP_TradeDiscountGrant_Acct

void setP_TradeDiscountGrant_Acct(int P_TradeDiscountGrant_Acct)
Set Trade Discount Granted. Trade Discount Granted Account


getP_TradeDiscountGrant_Acct

int getP_TradeDiscountGrant_Acct()
Get Trade Discount Granted. Trade Discount Granted Account


setP_TradeDiscountRec_Acct

void setP_TradeDiscountRec_Acct(int P_TradeDiscountRec_Acct)
Set Trade Discount Received. Trade Discount Receivable Account


getP_TradeDiscountRec_Acct

int getP_TradeDiscountRec_Acct()
Get Trade Discount Received. Trade Discount Receivable Account


Adempiere 3.5.2a

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