Adempiere 3.5.2a

org.compiere.model
Interface I_C_BP_Group

All Known Implementing Classes:
MBPGroup, X_C_BP_Group

public interface I_C_BP_Group

Generated Interface for C_BP_Group

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 3 - Client - Org
static String COLUMNNAME_AD_PrintColor_ID
          Column name AD_PrintColor_ID
static String COLUMNNAME_C_BP_Group_ID
          Column name C_BP_Group_ID
static String COLUMNNAME_C_Dunning_ID
          Column name C_Dunning_ID
static String COLUMNNAME_CreditWatchPercent
          Column name CreditWatchPercent
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_IsConfidentialInfo
          Column name IsConfidentialInfo
static String COLUMNNAME_IsDefault
          Column name IsDefault
static String COLUMNNAME_M_DiscountSchema_ID
          Column name M_DiscountSchema_ID
static String COLUMNNAME_M_PriceList_ID
          Column name M_PriceList_ID
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_PO_DiscountSchema_ID
          Column name PO_DiscountSchema_ID
static String COLUMNNAME_PO_PriceList_ID
          Column name PO_PriceList_ID
static String COLUMNNAME_PriceMatchTolerance
          Column name PriceMatchTolerance
static String COLUMNNAME_PriorityBase
          Column name PriorityBase
static String COLUMNNAME_Value
          Column name Value
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=394
static String Table_Name
          TableName=C_BP_Group
 
Method Summary
 int getAD_PrintColor_ID()
          Get Print Color.
 I_AD_PrintColor getAD_PrintColor()
           
 int getC_BP_Group_ID()
          Get Business Partner Group.
 int getC_Dunning_ID()
          Get Dunning.
 I_C_Dunning getC_Dunning()
           
 BigDecimal getCreditWatchPercent()
          Get Credit Watch %.
 String getDescription()
          Get Description.
 int getM_DiscountSchema_ID()
          Get Discount Schema.
 int getM_PriceList_ID()
          Get Price List.
 I_M_PriceList getM_PriceList()
           
 String getName()
          Get Name.
 int getPO_DiscountSchema_ID()
          Get PO Discount Schema.
 int getPO_PriceList_ID()
          Get Purchase Pricelist.
 BigDecimal getPriceMatchTolerance()
          Get Price Match Tolerance.
 String getPriorityBase()
          Get Priority Base.
 String getValue()
          Get Search Key.
 boolean isConfidentialInfo()
          Get Confidential Info.
 boolean isDefault()
          Get Default.
 void setAD_PrintColor_ID(int AD_PrintColor_ID)
          Set Print Color.
 void setC_BP_Group_ID(int C_BP_Group_ID)
          Set Business Partner Group.
 void setC_Dunning_ID(int C_Dunning_ID)
          Set Dunning.
 void setCreditWatchPercent(BigDecimal CreditWatchPercent)
          Set Credit Watch %.
 void setDescription(String Description)
          Set Description.
 void setIsConfidentialInfo(boolean IsConfidentialInfo)
          Set Confidential Info.
 void setIsDefault(boolean IsDefault)
          Set Default.
 void setM_DiscountSchema_ID(int M_DiscountSchema_ID)
          Set Discount Schema.
 void setM_PriceList_ID(int M_PriceList_ID)
          Set Price List.
 void setName(String Name)
          Set Name.
 void setPO_DiscountSchema_ID(int PO_DiscountSchema_ID)
          Set PO Discount Schema.
 void setPO_PriceList_ID(int PO_PriceList_ID)
          Set Purchase Pricelist.
 void setPriceMatchTolerance(BigDecimal PriceMatchTolerance)
          Set Price Match Tolerance.
 void setPriorityBase(String PriorityBase)
          Set Priority Base.
 void setValue(String Value)
          Set Search Key.
 

Field Detail

Table_Name

static final String Table_Name
TableName=C_BP_Group

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=394


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org


COLUMNNAME_AD_PrintColor_ID

static final String COLUMNNAME_AD_PrintColor_ID
Column name AD_PrintColor_ID

See Also:
Constant Field Values

COLUMNNAME_C_BP_Group_ID

static final String COLUMNNAME_C_BP_Group_ID
Column name C_BP_Group_ID

See Also:
Constant Field Values

COLUMNNAME_C_Dunning_ID

static final String COLUMNNAME_C_Dunning_ID
Column name C_Dunning_ID

See Also:
Constant Field Values

COLUMNNAME_CreditWatchPercent

static final String COLUMNNAME_CreditWatchPercent
Column name CreditWatchPercent

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_IsConfidentialInfo

static final String COLUMNNAME_IsConfidentialInfo
Column name IsConfidentialInfo

See Also:
Constant Field Values

COLUMNNAME_IsDefault

static final String COLUMNNAME_IsDefault
Column name IsDefault

See Also:
Constant Field Values

COLUMNNAME_M_DiscountSchema_ID

static final String COLUMNNAME_M_DiscountSchema_ID
Column name M_DiscountSchema_ID

See Also:
Constant Field Values

COLUMNNAME_M_PriceList_ID

static final String COLUMNNAME_M_PriceList_ID
Column name M_PriceList_ID

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values

COLUMNNAME_PO_DiscountSchema_ID

static final String COLUMNNAME_PO_DiscountSchema_ID
Column name PO_DiscountSchema_ID

See Also:
Constant Field Values

COLUMNNAME_PO_PriceList_ID

static final String COLUMNNAME_PO_PriceList_ID
Column name PO_PriceList_ID

See Also:
Constant Field Values

COLUMNNAME_PriceMatchTolerance

static final String COLUMNNAME_PriceMatchTolerance
Column name PriceMatchTolerance

See Also:
Constant Field Values

COLUMNNAME_PriorityBase

static final String COLUMNNAME_PriorityBase
Column name PriorityBase

See Also:
Constant Field Values

COLUMNNAME_Value

static final String COLUMNNAME_Value
Column name Value

See Also:
Constant Field Values
Method Detail

setAD_PrintColor_ID

void setAD_PrintColor_ID(int AD_PrintColor_ID)
Set Print Color. Color used for printing and display


getAD_PrintColor_ID

int getAD_PrintColor_ID()
Get Print Color. Color used for printing and display


getAD_PrintColor

I_AD_PrintColor getAD_PrintColor()
                                 throws Exception
Throws:
Exception

setC_BP_Group_ID

void setC_BP_Group_ID(int C_BP_Group_ID)
Set Business Partner Group. Business Partner Group


getC_BP_Group_ID

int getC_BP_Group_ID()
Get Business Partner Group. Business Partner Group


setC_Dunning_ID

void setC_Dunning_ID(int C_Dunning_ID)
Set Dunning. Dunning Rules for overdue invoices


getC_Dunning_ID

int getC_Dunning_ID()
Get Dunning. Dunning Rules for overdue invoices


getC_Dunning

I_C_Dunning getC_Dunning()
                         throws Exception
Throws:
Exception

setCreditWatchPercent

void setCreditWatchPercent(BigDecimal CreditWatchPercent)
Set Credit Watch %. Credit Watch - Percent of Credit Limit when OK switches to Watch


getCreditWatchPercent

BigDecimal getCreditWatchPercent()
Get Credit Watch %. Credit Watch - Percent of Credit Limit when OK switches to Watch


setDescription

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


getDescription

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


setIsConfidentialInfo

void setIsConfidentialInfo(boolean IsConfidentialInfo)
Set Confidential Info. Can enter confidential information


isConfidentialInfo

boolean isConfidentialInfo()
Get Confidential Info. Can enter confidential information


setIsDefault

void setIsDefault(boolean IsDefault)
Set Default. Default value


isDefault

boolean isDefault()
Get Default. Default value


setM_DiscountSchema_ID

void setM_DiscountSchema_ID(int M_DiscountSchema_ID)
Set Discount Schema. Schema to calculate the trade discount percentage


getM_DiscountSchema_ID

int getM_DiscountSchema_ID()
Get Discount Schema. Schema to calculate the trade discount percentage


setM_PriceList_ID

void setM_PriceList_ID(int M_PriceList_ID)
Set Price List. Unique identifier of a Price List


getM_PriceList_ID

int getM_PriceList_ID()
Get Price List. Unique identifier of a Price List


getM_PriceList

I_M_PriceList getM_PriceList()
                             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


setPO_DiscountSchema_ID

void setPO_DiscountSchema_ID(int PO_DiscountSchema_ID)
Set PO Discount Schema. Schema to calculate the purchase trade discount percentage


getPO_DiscountSchema_ID

int getPO_DiscountSchema_ID()
Get PO Discount Schema. Schema to calculate the purchase trade discount percentage


setPO_PriceList_ID

void setPO_PriceList_ID(int PO_PriceList_ID)
Set Purchase Pricelist. Price List used by this Business Partner


getPO_PriceList_ID

int getPO_PriceList_ID()
Get Purchase Pricelist. Price List used by this Business Partner


setPriceMatchTolerance

void setPriceMatchTolerance(BigDecimal PriceMatchTolerance)
Set Price Match Tolerance. PO-Invoice Match Price Tolerance in percent of the purchase price


getPriceMatchTolerance

BigDecimal getPriceMatchTolerance()
Get Price Match Tolerance. PO-Invoice Match Price Tolerance in percent of the purchase price


setPriorityBase

void setPriorityBase(String PriorityBase)
Set Priority Base. Base of Priority


getPriorityBase

String getPriorityBase()
Get Priority Base. Base of Priority


setValue

void setValue(String Value)
Set Search Key. Search key for the record in the format required - must be unique


getValue

String getValue()
Get Search Key. Search key for the record in the format required - must be unique


Adempiere 3.5.2a

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