Adempiere 3.5.2a

org.compiere.model
Interface I_C_AcctSchema

All Known Implementing Classes:
MAcctSchema, X_C_AcctSchema

public interface I_C_AcctSchema

Generated Interface for C_AcctSchema

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 2 - Client
static String COLUMNNAME_AD_OrgOnly_ID
          Column name AD_OrgOnly_ID
static String COLUMNNAME_AutoPeriodControl
          Column name AutoPeriodControl
static String COLUMNNAME_C_AcctSchema_ID
          Column name C_AcctSchema_ID
static String COLUMNNAME_C_Currency_ID
          Column name C_Currency_ID
static String COLUMNNAME_C_Period_ID
          Column name C_Period_ID
static String COLUMNNAME_CommitmentType
          Column name CommitmentType
static String COLUMNNAME_CostingLevel
          Column name CostingLevel
static String COLUMNNAME_CostingMethod
          Column name CostingMethod
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_GAAP
          Column name GAAP
static String COLUMNNAME_HasAlias
          Column name HasAlias
static String COLUMNNAME_HasCombination
          Column name HasCombination
static String COLUMNNAME_IsAccrual
          Column name IsAccrual
static String COLUMNNAME_IsAdjustCOGS
          Column name IsAdjustCOGS
static String COLUMNNAME_IsAllowNegativePosting
          Column name IsAllowNegativePosting
static String COLUMNNAME_IsDiscountCorrectsTax
          Column name IsDiscountCorrectsTax
static String COLUMNNAME_IsExplicitCostAdjustment
          Column name IsExplicitCostAdjustment
static String COLUMNNAME_IsPostIfClearingEqual
          Column name IsPostIfClearingEqual
static String COLUMNNAME_IsPostServices
          Column name IsPostServices
static String COLUMNNAME_IsTradeDiscountPosted
          Column name IsTradeDiscountPosted
static String COLUMNNAME_M_CostType_ID
          Column name M_CostType_ID
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_Period_OpenFuture
          Column name Period_OpenFuture
static String COLUMNNAME_Period_OpenHistory
          Column name Period_OpenHistory
static String COLUMNNAME_Processing
          Column name Processing
static String COLUMNNAME_Separator
          Column name Separator
static String COLUMNNAME_TaxCorrectionType
          Column name TaxCorrectionType
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=265
static String Table_Name
          TableName=C_AcctSchema
 
Method Summary
 int getAD_OrgOnly_ID()
          Get Only Organization.
 int getC_AcctSchema_ID()
          Get Accounting Schema.
 int getC_Currency_ID()
          Get Currency.
 I_C_Currency getC_Currency()
           
 int getC_Period_ID()
          Get Period.
 I_C_Period getC_Period()
           
 String getCommitmentType()
          Get Commitment Type.
 String getCostingLevel()
          Get Costing Level.
 String getCostingMethod()
          Get Costing Method.
 String getDescription()
          Get Description.
 String getGAAP()
          Get GAAP.
 int getM_CostType_ID()
          Get Cost Type.
 I_M_CostType getM_CostType()
           
 String getName()
          Get Name.
 int getPeriod_OpenFuture()
          Get Future Days.
 int getPeriod_OpenHistory()
          Get History Days.
 String getSeparator()
          Get Element Separator.
 String getTaxCorrectionType()
          Get Tax Correction.
 boolean isAccrual()
          Get Accrual.
 boolean isAdjustCOGS()
          Get Adjust COGS.
 boolean isAllowNegativePosting()
          Get Allow Negative Posting.
 boolean isAutoPeriodControl()
          Get Automatic Period Control.
 boolean isDiscountCorrectsTax()
          Get Correct tax for Discounts/Charges.
 boolean isExplicitCostAdjustment()
          Get Explicit Cost Adjustment.
 boolean isHasAlias()
          Get Use Account Alias.
 boolean isHasCombination()
          Get Use Account Combination Control.
 boolean isPostIfClearingEqual()
          Get Post if Clearing Equal.
 boolean isPostServices()
          Get Post Services Separately.
 boolean isProcessing()
          Get Process Now
 boolean isTradeDiscountPosted()
          Get Post Trade Discount.
 void setAD_OrgOnly_ID(int AD_OrgOnly_ID)
          Set Only Organization.
 void setAutoPeriodControl(boolean AutoPeriodControl)
          Set Automatic Period Control.
 void setC_AcctSchema_ID(int C_AcctSchema_ID)
          Set Accounting Schema.
 void setC_Currency_ID(int C_Currency_ID)
          Set Currency.
 void setC_Period_ID(int C_Period_ID)
          Set Period.
 void setCommitmentType(String CommitmentType)
          Set Commitment Type.
 void setCostingLevel(String CostingLevel)
          Set Costing Level.
 void setCostingMethod(String CostingMethod)
          Set Costing Method.
 void setDescription(String Description)
          Set Description.
 void setGAAP(String GAAP)
          Set GAAP.
 void setHasAlias(boolean HasAlias)
          Set Use Account Alias.
 void setHasCombination(boolean HasCombination)
          Set Use Account Combination Control.
 void setIsAccrual(boolean IsAccrual)
          Set Accrual.
 void setIsAdjustCOGS(boolean IsAdjustCOGS)
          Set Adjust COGS.
 void setIsAllowNegativePosting(boolean IsAllowNegativePosting)
          Set Allow Negative Posting.
 void setIsDiscountCorrectsTax(boolean IsDiscountCorrectsTax)
          Set Correct tax for Discounts/Charges.
 void setIsExplicitCostAdjustment(boolean IsExplicitCostAdjustment)
          Set Explicit Cost Adjustment.
 void setIsPostIfClearingEqual(boolean IsPostIfClearingEqual)
          Set Post if Clearing Equal.
 void setIsPostServices(boolean IsPostServices)
          Set Post Services Separately.
 void setIsTradeDiscountPosted(boolean IsTradeDiscountPosted)
          Set Post Trade Discount.
 void setM_CostType_ID(int M_CostType_ID)
          Set Cost Type.
 void setName(String Name)
          Set Name.
 void setPeriod_OpenFuture(int Period_OpenFuture)
          Set Future Days.
 void setPeriod_OpenHistory(int Period_OpenHistory)
          Set History Days.
 void setProcessing(boolean Processing)
          Set Process Now
 void setSeparator(String Separator)
          Set Element Separator.
 void setTaxCorrectionType(String TaxCorrectionType)
          Set Tax Correction.
 

Field Detail

Table_Name

static final String Table_Name
TableName=C_AcctSchema

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=265


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 2 - Client


COLUMNNAME_AD_OrgOnly_ID

static final String COLUMNNAME_AD_OrgOnly_ID
Column name AD_OrgOnly_ID

See Also:
Constant Field Values

COLUMNNAME_AutoPeriodControl

static final String COLUMNNAME_AutoPeriodControl
Column name AutoPeriodControl

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_Currency_ID

static final String COLUMNNAME_C_Currency_ID
Column name C_Currency_ID

See Also:
Constant Field Values

COLUMNNAME_CommitmentType

static final String COLUMNNAME_CommitmentType
Column name CommitmentType

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_C_Period_ID

static final String COLUMNNAME_C_Period_ID
Column name C_Period_ID

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_GAAP

static final String COLUMNNAME_GAAP
Column name GAAP

See Also:
Constant Field Values

COLUMNNAME_HasAlias

static final String COLUMNNAME_HasAlias
Column name HasAlias

See Also:
Constant Field Values

COLUMNNAME_HasCombination

static final String COLUMNNAME_HasCombination
Column name HasCombination

See Also:
Constant Field Values

COLUMNNAME_IsAccrual

static final String COLUMNNAME_IsAccrual
Column name IsAccrual

See Also:
Constant Field Values

COLUMNNAME_IsAdjustCOGS

static final String COLUMNNAME_IsAdjustCOGS
Column name IsAdjustCOGS

See Also:
Constant Field Values

COLUMNNAME_IsAllowNegativePosting

static final String COLUMNNAME_IsAllowNegativePosting
Column name IsAllowNegativePosting

See Also:
Constant Field Values

COLUMNNAME_IsDiscountCorrectsTax

static final String COLUMNNAME_IsDiscountCorrectsTax
Column name IsDiscountCorrectsTax

See Also:
Constant Field Values

COLUMNNAME_IsExplicitCostAdjustment

static final String COLUMNNAME_IsExplicitCostAdjustment
Column name IsExplicitCostAdjustment

See Also:
Constant Field Values

COLUMNNAME_IsPostIfClearingEqual

static final String COLUMNNAME_IsPostIfClearingEqual
Column name IsPostIfClearingEqual

See Also:
Constant Field Values

COLUMNNAME_IsPostServices

static final String COLUMNNAME_IsPostServices
Column name IsPostServices

See Also:
Constant Field Values

COLUMNNAME_IsTradeDiscountPosted

static final String COLUMNNAME_IsTradeDiscountPosted
Column name IsTradeDiscountPosted

See Also:
Constant Field Values

COLUMNNAME_M_CostType_ID

static final String COLUMNNAME_M_CostType_ID
Column name M_CostType_ID

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values

COLUMNNAME_Period_OpenFuture

static final String COLUMNNAME_Period_OpenFuture
Column name Period_OpenFuture

See Also:
Constant Field Values

COLUMNNAME_Period_OpenHistory

static final String COLUMNNAME_Period_OpenHistory
Column name Period_OpenHistory

See Also:
Constant Field Values

COLUMNNAME_Processing

static final String COLUMNNAME_Processing
Column name Processing

See Also:
Constant Field Values

COLUMNNAME_Separator

static final String COLUMNNAME_Separator
Column name Separator

See Also:
Constant Field Values

COLUMNNAME_TaxCorrectionType

static final String COLUMNNAME_TaxCorrectionType
Column name TaxCorrectionType

See Also:
Constant Field Values
Method Detail

setAD_OrgOnly_ID

void setAD_OrgOnly_ID(int AD_OrgOnly_ID)
Set Only Organization. Create posting entries only for this organization


getAD_OrgOnly_ID

int getAD_OrgOnly_ID()
Get Only Organization. Create posting entries only for this organization


setAutoPeriodControl

void setAutoPeriodControl(boolean AutoPeriodControl)
Set Automatic Period Control. If selected, the periods are automatically opened and closed


isAutoPeriodControl

boolean isAutoPeriodControl()
Get Automatic Period Control. If selected, the periods are automatically opened and closed


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


setC_Currency_ID

void setC_Currency_ID(int C_Currency_ID)
Set Currency. The Currency for this record


getC_Currency_ID

int getC_Currency_ID()
Get Currency. The Currency for this record


getC_Currency

I_C_Currency getC_Currency()
                           throws Exception
Throws:
Exception

setCommitmentType

void setCommitmentType(String CommitmentType)
Set Commitment Type. Create Commitment and/or Reservations for Budget Control


getCommitmentType

String getCommitmentType()
Get Commitment Type. Create Commitment and/or Reservations for Budget Control


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


setC_Period_ID

void setC_Period_ID(int C_Period_ID)
Set Period. Period of the Calendar


getC_Period_ID

int getC_Period_ID()
Get Period. Period of the Calendar


getC_Period

I_C_Period getC_Period()
                       throws Exception
Throws:
Exception

setDescription

void setDescription(String Description)
Set Description. Optional short description of the record


getDescription

String getDescription()
Get Description. Optional short description of the record


setGAAP

void setGAAP(String GAAP)
Set GAAP. Generally Accepted Accounting Principles


getGAAP

String getGAAP()
Get GAAP. Generally Accepted Accounting Principles


setHasAlias

void setHasAlias(boolean HasAlias)
Set Use Account Alias. Ability to select (partial) account combinations by an Alias


isHasAlias

boolean isHasAlias()
Get Use Account Alias. Ability to select (partial) account combinations by an Alias


setHasCombination

void setHasCombination(boolean HasCombination)
Set Use Account Combination Control. Combination of account elements are checked


isHasCombination

boolean isHasCombination()
Get Use Account Combination Control. Combination of account elements are checked


setIsAccrual

void setIsAccrual(boolean IsAccrual)
Set Accrual. Indicates if Accrual or Cash Based accounting will be used


isAccrual

boolean isAccrual()
Get Accrual. Indicates if Accrual or Cash Based accounting will be used


setIsAdjustCOGS

void setIsAdjustCOGS(boolean IsAdjustCOGS)
Set Adjust COGS. Adjust Cost of Good Sold


isAdjustCOGS

boolean isAdjustCOGS()
Get Adjust COGS. Adjust Cost of Good Sold


setIsAllowNegativePosting

void setIsAllowNegativePosting(boolean IsAllowNegativePosting)
Set Allow Negative Posting. Allow to post negative accounting values


isAllowNegativePosting

boolean isAllowNegativePosting()
Get Allow Negative Posting. Allow to post negative accounting values


setIsDiscountCorrectsTax

void setIsDiscountCorrectsTax(boolean IsDiscountCorrectsTax)
Set Correct tax for Discounts/Charges. Correct the tax for payment discount and charges


isDiscountCorrectsTax

boolean isDiscountCorrectsTax()
Get Correct tax for Discounts/Charges. Correct the tax for payment discount and charges


setIsExplicitCostAdjustment

void setIsExplicitCostAdjustment(boolean IsExplicitCostAdjustment)
Set Explicit Cost Adjustment. Post the cost adjustment explicitly


isExplicitCostAdjustment

boolean isExplicitCostAdjustment()
Get Explicit Cost Adjustment. Post the cost adjustment explicitly


setIsPostIfClearingEqual

void setIsPostIfClearingEqual(boolean IsPostIfClearingEqual)
Set Post if Clearing Equal. This flag controls if Adempiere must post when clearing (transit) and final accounts are the same


isPostIfClearingEqual

boolean isPostIfClearingEqual()
Get Post if Clearing Equal. This flag controls if Adempiere must post when clearing (transit) and final accounts are the same


setIsPostServices

void setIsPostServices(boolean IsPostServices)
Set Post Services Separately. Differentiate between Services and Product Receivable/Payables


isPostServices

boolean isPostServices()
Get Post Services Separately. Differentiate between Services and Product Receivable/Payables


setIsTradeDiscountPosted

void setIsTradeDiscountPosted(boolean IsTradeDiscountPosted)
Set Post Trade Discount. Generate postings for trade discounts


isTradeDiscountPosted

boolean isTradeDiscountPosted()
Get Post Trade Discount. Generate postings for trade discounts


setM_CostType_ID

void setM_CostType_ID(int M_CostType_ID)
Set Cost Type. Type of Cost (e.g. Current, Plan, Future)


getM_CostType_ID

int getM_CostType_ID()
Get Cost Type. Type of Cost (e.g. Current, Plan, Future)


getM_CostType

I_M_CostType getM_CostType()
                           throws Exception
Throws:
Exception

setName

void setName(String Name)
Set Name. Alphanumeric identifier of the entity


getName

String getName()
Get Name. Alphanumeric identifier of the entity


setPeriod_OpenFuture

void setPeriod_OpenFuture(int Period_OpenFuture)
Set Future Days. Number of days to be able to post to a future date (based on system date)


getPeriod_OpenFuture

int getPeriod_OpenFuture()
Get Future Days. Number of days to be able to post to a future date (based on system date)


setPeriod_OpenHistory

void setPeriod_OpenHistory(int Period_OpenHistory)
Set History Days. Number of days to be able to post in the past (based on system date)


getPeriod_OpenHistory

int getPeriod_OpenHistory()
Get History Days. Number of days to be able to post in the past (based on system date)


setProcessing

void setProcessing(boolean Processing)
Set Process Now


isProcessing

boolean isProcessing()
Get Process Now


setSeparator

void setSeparator(String Separator)
Set Element Separator. Element Separator


getSeparator

String getSeparator()
Get Element Separator. Element Separator


setTaxCorrectionType

void setTaxCorrectionType(String TaxCorrectionType)
Set Tax Correction. Type of Tax Correction


getTaxCorrectionType

String getTaxCorrectionType()
Get Tax Correction. Type of Tax Correction


Adempiere 3.5.2a

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