Adempiere 3.5.2a

org.compiere.model
Interface I_AD_ClientInfo

All Known Implementing Classes:
MClientInfo, X_AD_ClientInfo

public interface I_AD_ClientInfo

Generated Interface for AD_ClientInfo

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 6 - System - Client
static String COLUMNNAME_AD_Tree_Activity_ID
          Column name AD_Tree_Activity_ID
static String COLUMNNAME_AD_Tree_BPartner_ID
          Column name AD_Tree_BPartner_ID
static String COLUMNNAME_AD_Tree_Campaign_ID
          Column name AD_Tree_Campaign_ID
static String COLUMNNAME_AD_Tree_Menu_ID
          Column name AD_Tree_Menu_ID
static String COLUMNNAME_AD_Tree_Org_ID
          Column name AD_Tree_Org_ID
static String COLUMNNAME_AD_Tree_Product_ID
          Column name AD_Tree_Product_ID
static String COLUMNNAME_AD_Tree_Project_ID
          Column name AD_Tree_Project_ID
static String COLUMNNAME_AD_Tree_SalesRegion_ID
          Column name AD_Tree_SalesRegion_ID
static String COLUMNNAME_C_AcctSchema1_ID
          Column name C_AcctSchema1_ID
static String COLUMNNAME_C_BPartnerCashTrx_ID
          Column name C_BPartnerCashTrx_ID
static String COLUMNNAME_C_Calendar_ID
          Column name C_Calendar_ID
static String COLUMNNAME_C_UOM_Length_ID
          Column name C_UOM_Length_ID
static String COLUMNNAME_C_UOM_Time_ID
          Column name C_UOM_Time_ID
static String COLUMNNAME_C_UOM_Volume_ID
          Column name C_UOM_Volume_ID
static String COLUMNNAME_C_UOM_Weight_ID
          Column name C_UOM_Weight_ID
static String COLUMNNAME_IsDiscountLineAmt
          Column name IsDiscountLineAmt
static String COLUMNNAME_KeepLogDays
          Column name KeepLogDays
static String COLUMNNAME_M_ProductFreight_ID
          Column name M_ProductFreight_ID
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=227
static String Table_Name
          TableName=AD_ClientInfo
 
Method Summary
 int getAD_Tree_Activity_ID()
          Get Activity Tree.
 int getAD_Tree_BPartner_ID()
          Get BPartner Tree.
 int getAD_Tree_Campaign_ID()
          Get Campaign Tree.
 int getAD_Tree_Menu_ID()
          Get Menu Tree.
 int getAD_Tree_Org_ID()
          Get Organization Tree.
 int getAD_Tree_Product_ID()
          Get Product Tree.
 int getAD_Tree_Project_ID()
          Get Project Tree.
 int getAD_Tree_SalesRegion_ID()
          Get Sales Region Tree.
 int getC_AcctSchema1_ID()
          Get Primary Accounting Schema.
 int getC_BPartnerCashTrx_ID()
          Get Template B.Partner.
 int getC_Calendar_ID()
          Get Calendar.
 I_C_Calendar getC_Calendar()
           
 int getC_UOM_Length_ID()
          Get UOM for Length.
 int getC_UOM_Time_ID()
          Get UOM for Time.
 int getC_UOM_Volume_ID()
          Get UOM for Volume.
 int getC_UOM_Weight_ID()
          Get UOM for Weight.
 int getKeepLogDays()
          Get Days to keep Log.
 int getM_ProductFreight_ID()
          Get Product for Freight
 boolean isDiscountLineAmt()
          Get Discount calculated from Line Amounts.
 void setAD_Tree_Activity_ID(int AD_Tree_Activity_ID)
          Set Activity Tree.
 void setAD_Tree_BPartner_ID(int AD_Tree_BPartner_ID)
          Set BPartner Tree.
 void setAD_Tree_Campaign_ID(int AD_Tree_Campaign_ID)
          Set Campaign Tree.
 void setAD_Tree_Menu_ID(int AD_Tree_Menu_ID)
          Set Menu Tree.
 void setAD_Tree_Org_ID(int AD_Tree_Org_ID)
          Set Organization Tree.
 void setAD_Tree_Product_ID(int AD_Tree_Product_ID)
          Set Product Tree.
 void setAD_Tree_Project_ID(int AD_Tree_Project_ID)
          Set Project Tree.
 void setAD_Tree_SalesRegion_ID(int AD_Tree_SalesRegion_ID)
          Set Sales Region Tree.
 void setC_AcctSchema1_ID(int C_AcctSchema1_ID)
          Set Primary Accounting Schema.
 void setC_BPartnerCashTrx_ID(int C_BPartnerCashTrx_ID)
          Set Template B.Partner.
 void setC_Calendar_ID(int C_Calendar_ID)
          Set Calendar.
 void setC_UOM_Length_ID(int C_UOM_Length_ID)
          Set UOM for Length.
 void setC_UOM_Time_ID(int C_UOM_Time_ID)
          Set UOM for Time.
 void setC_UOM_Volume_ID(int C_UOM_Volume_ID)
          Set UOM for Volume.
 void setC_UOM_Weight_ID(int C_UOM_Weight_ID)
          Set UOM for Weight.
 void setIsDiscountLineAmt(boolean IsDiscountLineAmt)
          Set Discount calculated from Line Amounts.
 void setKeepLogDays(int KeepLogDays)
          Set Days to keep Log.
 void setM_ProductFreight_ID(int M_ProductFreight_ID)
          Set Product for Freight
 

Field Detail

Table_Name

static final String Table_Name
TableName=AD_ClientInfo

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=227


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 6 - System - Client


COLUMNNAME_AD_Tree_Activity_ID

static final String COLUMNNAME_AD_Tree_Activity_ID
Column name AD_Tree_Activity_ID

See Also:
Constant Field Values

COLUMNNAME_AD_Tree_BPartner_ID

static final String COLUMNNAME_AD_Tree_BPartner_ID
Column name AD_Tree_BPartner_ID

See Also:
Constant Field Values

COLUMNNAME_AD_Tree_Campaign_ID

static final String COLUMNNAME_AD_Tree_Campaign_ID
Column name AD_Tree_Campaign_ID

See Also:
Constant Field Values

COLUMNNAME_AD_Tree_Menu_ID

static final String COLUMNNAME_AD_Tree_Menu_ID
Column name AD_Tree_Menu_ID

See Also:
Constant Field Values

COLUMNNAME_AD_Tree_Org_ID

static final String COLUMNNAME_AD_Tree_Org_ID
Column name AD_Tree_Org_ID

See Also:
Constant Field Values

COLUMNNAME_AD_Tree_Product_ID

static final String COLUMNNAME_AD_Tree_Product_ID
Column name AD_Tree_Product_ID

See Also:
Constant Field Values

COLUMNNAME_AD_Tree_Project_ID

static final String COLUMNNAME_AD_Tree_Project_ID
Column name AD_Tree_Project_ID

See Also:
Constant Field Values

COLUMNNAME_AD_Tree_SalesRegion_ID

static final String COLUMNNAME_AD_Tree_SalesRegion_ID
Column name AD_Tree_SalesRegion_ID

See Also:
Constant Field Values

COLUMNNAME_C_AcctSchema1_ID

static final String COLUMNNAME_C_AcctSchema1_ID
Column name C_AcctSchema1_ID

See Also:
Constant Field Values

COLUMNNAME_C_BPartnerCashTrx_ID

static final String COLUMNNAME_C_BPartnerCashTrx_ID
Column name C_BPartnerCashTrx_ID

See Also:
Constant Field Values

COLUMNNAME_C_Calendar_ID

static final String COLUMNNAME_C_Calendar_ID
Column name C_Calendar_ID

See Also:
Constant Field Values

COLUMNNAME_C_UOM_Length_ID

static final String COLUMNNAME_C_UOM_Length_ID
Column name C_UOM_Length_ID

See Also:
Constant Field Values

COLUMNNAME_C_UOM_Time_ID

static final String COLUMNNAME_C_UOM_Time_ID
Column name C_UOM_Time_ID

See Also:
Constant Field Values

COLUMNNAME_C_UOM_Volume_ID

static final String COLUMNNAME_C_UOM_Volume_ID
Column name C_UOM_Volume_ID

See Also:
Constant Field Values

COLUMNNAME_C_UOM_Weight_ID

static final String COLUMNNAME_C_UOM_Weight_ID
Column name C_UOM_Weight_ID

See Also:
Constant Field Values

COLUMNNAME_IsDiscountLineAmt

static final String COLUMNNAME_IsDiscountLineAmt
Column name IsDiscountLineAmt

See Also:
Constant Field Values

COLUMNNAME_KeepLogDays

static final String COLUMNNAME_KeepLogDays
Column name KeepLogDays

See Also:
Constant Field Values

COLUMNNAME_M_ProductFreight_ID

static final String COLUMNNAME_M_ProductFreight_ID
Column name M_ProductFreight_ID

See Also:
Constant Field Values
Method Detail

setAD_Tree_Activity_ID

void setAD_Tree_Activity_ID(int AD_Tree_Activity_ID)
Set Activity Tree. Tree to determine activity hierarchy


getAD_Tree_Activity_ID

int getAD_Tree_Activity_ID()
Get Activity Tree. Tree to determine activity hierarchy


setAD_Tree_BPartner_ID

void setAD_Tree_BPartner_ID(int AD_Tree_BPartner_ID)
Set BPartner Tree. Tree to determine business partner hierarchy


getAD_Tree_BPartner_ID

int getAD_Tree_BPartner_ID()
Get BPartner Tree. Tree to determine business partner hierarchy


setAD_Tree_Campaign_ID

void setAD_Tree_Campaign_ID(int AD_Tree_Campaign_ID)
Set Campaign Tree. Tree to determine marketing campaign hierarchy


getAD_Tree_Campaign_ID

int getAD_Tree_Campaign_ID()
Get Campaign Tree. Tree to determine marketing campaign hierarchy


setAD_Tree_Menu_ID

void setAD_Tree_Menu_ID(int AD_Tree_Menu_ID)
Set Menu Tree. Tree of the menu


getAD_Tree_Menu_ID

int getAD_Tree_Menu_ID()
Get Menu Tree. Tree of the menu


setAD_Tree_Org_ID

void setAD_Tree_Org_ID(int AD_Tree_Org_ID)
Set Organization Tree. Tree to determine organizational hierarchy


getAD_Tree_Org_ID

int getAD_Tree_Org_ID()
Get Organization Tree. Tree to determine organizational hierarchy


setAD_Tree_Product_ID

void setAD_Tree_Product_ID(int AD_Tree_Product_ID)
Set Product Tree. Tree to determine product hierarchy


getAD_Tree_Product_ID

int getAD_Tree_Product_ID()
Get Product Tree. Tree to determine product hierarchy


setAD_Tree_Project_ID

void setAD_Tree_Project_ID(int AD_Tree_Project_ID)
Set Project Tree. Tree to determine project hierarchy


getAD_Tree_Project_ID

int getAD_Tree_Project_ID()
Get Project Tree. Tree to determine project hierarchy


setAD_Tree_SalesRegion_ID

void setAD_Tree_SalesRegion_ID(int AD_Tree_SalesRegion_ID)
Set Sales Region Tree. Tree to determine sales regional hierarchy


getAD_Tree_SalesRegion_ID

int getAD_Tree_SalesRegion_ID()
Get Sales Region Tree. Tree to determine sales regional hierarchy


setC_AcctSchema1_ID

void setC_AcctSchema1_ID(int C_AcctSchema1_ID)
Set Primary Accounting Schema. Primary rules for accounting


getC_AcctSchema1_ID

int getC_AcctSchema1_ID()
Get Primary Accounting Schema. Primary rules for accounting


setC_BPartnerCashTrx_ID

void setC_BPartnerCashTrx_ID(int C_BPartnerCashTrx_ID)
Set Template B.Partner. Business Partner used for creating new Business Partners on the fly


getC_BPartnerCashTrx_ID

int getC_BPartnerCashTrx_ID()
Get Template B.Partner. Business Partner used for creating new Business Partners on the fly


setC_Calendar_ID

void setC_Calendar_ID(int C_Calendar_ID)
Set Calendar. Accounting Calendar Name


getC_Calendar_ID

int getC_Calendar_ID()
Get Calendar. Accounting Calendar Name


getC_Calendar

I_C_Calendar getC_Calendar()
                           throws Exception
Throws:
Exception

setC_UOM_Length_ID

void setC_UOM_Length_ID(int C_UOM_Length_ID)
Set UOM for Length. Standard Unit of Measure for Length


getC_UOM_Length_ID

int getC_UOM_Length_ID()
Get UOM for Length. Standard Unit of Measure for Length


setC_UOM_Time_ID

void setC_UOM_Time_ID(int C_UOM_Time_ID)
Set UOM for Time. Standard Unit of Measure for Time


getC_UOM_Time_ID

int getC_UOM_Time_ID()
Get UOM for Time. Standard Unit of Measure for Time


setC_UOM_Volume_ID

void setC_UOM_Volume_ID(int C_UOM_Volume_ID)
Set UOM for Volume. Standard Unit of Measure for Volume


getC_UOM_Volume_ID

int getC_UOM_Volume_ID()
Get UOM for Volume. Standard Unit of Measure for Volume


setC_UOM_Weight_ID

void setC_UOM_Weight_ID(int C_UOM_Weight_ID)
Set UOM for Weight. Standard Unit of Measure for Weight


getC_UOM_Weight_ID

int getC_UOM_Weight_ID()
Get UOM for Weight. Standard Unit of Measure for Weight


setIsDiscountLineAmt

void setIsDiscountLineAmt(boolean IsDiscountLineAmt)
Set Discount calculated from Line Amounts. Payment Discount calculation does not include Taxes and Charges


isDiscountLineAmt

boolean isDiscountLineAmt()
Get Discount calculated from Line Amounts. Payment Discount calculation does not include Taxes and Charges


setKeepLogDays

void setKeepLogDays(int KeepLogDays)
Set Days to keep Log. Number of days to keep the log entries


getKeepLogDays

int getKeepLogDays()
Get Days to keep Log. Number of days to keep the log entries


setM_ProductFreight_ID

void setM_ProductFreight_ID(int M_ProductFreight_ID)
Set Product for Freight


getM_ProductFreight_ID

int getM_ProductFreight_ID()
Get Product for Freight


Adempiere 3.5.2a

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