Adempiere 3.5.2a

org.compiere.model
Interface I_M_Product_Category_Acct

All Known Implementing Classes:
MProductCategoryAcct, X_M_Product_Category_Acct

public interface I_M_Product_Category_Acct

Generated Interface for M_Product_Category_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_CostingLevel
          Column name CostingLevel
static String COLUMNNAME_CostingMethod
          Column name CostingMethod
static String COLUMNNAME_M_Product_Category_ID
          Column name M_Product_Category_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 String COLUMNNAME_Processing
          Column name Processing
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=401
static String Table_Name
          TableName=M_Product_Category_Acct
 
Method Summary
 int getC_AcctSchema_ID()
          Get Accounting Schema.
 I_C_AcctSchema getC_AcctSchema()
           
 String getCostingLevel()
          Get Costing Level.
 String getCostingMethod()
          Get Costing Method.
 int getM_Product_Category_ID()
          Get Product Category.
 I_M_Product_Category getM_Product_Category()
           
 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.
 boolean isProcessing()
          Get Process Now
 void setC_AcctSchema_ID(int C_AcctSchema_ID)
          Set Accounting Schema.
 void setCostingLevel(String CostingLevel)
          Set Costing Level.
 void setCostingMethod(String CostingMethod)
          Set Costing Method.
 void setM_Product_Category_ID(int M_Product_Category_ID)
          Set Product Category.
 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.
 void setProcessing(boolean Processing)
          Set Process Now
 

Field Detail

Table_Name

static final String Table_Name
TableName=M_Product_Category_Acct

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=401


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_CostingLevel

static final String COLUMNNAME_CostingLevel
Column name CostingLevel

See Also:
Constant Field Values

COLUMNNAME_CostingMethod

static final String COLUMNNAME_CostingMethod
Column name CostingMethod

See Also:
Constant Field Values

COLUMNNAME_M_Product_Category_ID

static final String COLUMNNAME_M_Product_Category_ID
Column name M_Product_Category_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_Processing

static final String COLUMNNAME_Processing
Column name Processing

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

setCostingLevel

void setCostingLevel(String CostingLevel)
Set Costing Level. The lowest level to accumulate Costing Information


getCostingLevel

String getCostingLevel()
Get Costing Level. The lowest level to accumulate Costing Information


setCostingMethod

void setCostingMethod(String CostingMethod)
Set Costing Method. Indicates how Costs will be calculated


getCostingMethod

String getCostingMethod()
Get Costing Method. Indicates how Costs will be calculated


setM_Product_Category_ID

void setM_Product_Category_ID(int M_Product_Category_ID)
Set Product Category. Category of a Product


getM_Product_Category_ID

int getM_Product_Category_ID()
Get Product Category. Category of a Product


getM_Product_Category

I_M_Product_Category getM_Product_Category()
                                           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)


setProcessing

void setProcessing(boolean Processing)
Set Process Now


isProcessing

boolean isProcessing()
Get Process Now


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.