Package 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 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 3 - Client - Orgstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_AD_PrintColor_ID
Column name AD_PrintColor_IDstatic String
COLUMNNAME_C_BP_Group_ID
Column name C_BP_Group_IDstatic String
COLUMNNAME_C_BP_Group_UU
Column name C_BP_Group_UUstatic String
COLUMNNAME_C_Dunning_ID
Column name C_Dunning_IDstatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_CreditWatchPercent
Column name CreditWatchPercentstatic String
COLUMNNAME_Description
Column name Descriptionstatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_IsConfidentialInfo
Column name IsConfidentialInfostatic String
COLUMNNAME_IsDefault
Column name IsDefaultstatic String
COLUMNNAME_M_DiscountSchema_ID
Column name M_DiscountSchema_IDstatic String
COLUMNNAME_M_PriceList_ID
Column name M_PriceList_IDstatic String
COLUMNNAME_Name
Column name Namestatic String
COLUMNNAME_PO_DiscountSchema_ID
Column name PO_DiscountSchema_IDstatic String
COLUMNNAME_PO_PriceList_ID
Column name PO_PriceList_IDstatic String
COLUMNNAME_PriceMatchTolerance
Column name PriceMatchTolerancestatic String
COLUMNNAME_PriorityBase
Column name PriorityBasestatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic String
COLUMNNAME_Value
Column name Valuestatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=394static String
Table_Name
TableName=C_BP_Group
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAD_Client_ID()
Get Client.int
getAD_Org_ID()
Get Organization.I_AD_PrintColor
getAD_PrintColor()
int
getAD_PrintColor_ID()
Get Print Color.int
getC_BP_Group_ID()
Get Business Partner Group.String
getC_BP_Group_UU()
Get C_BP_Group_UUI_C_Dunning
getC_Dunning()
int
getC_Dunning_ID()
Get Dunning.Timestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.BigDecimal
getCreditWatchPercent()
Get Credit Watch %.String
getDescription()
Get Description.I_M_DiscountSchema
getM_DiscountSchema()
int
getM_DiscountSchema_ID()
Get Discount Schema.I_M_PriceList
getM_PriceList()
int
getM_PriceList_ID()
Get Price List.String
getName()
Get Name.I_M_DiscountSchema
getPO_DiscountSchema()
int
getPO_DiscountSchema_ID()
Get PO Discount Schema.I_M_PriceList
getPO_PriceList()
int
getPO_PriceList_ID()
Get Purchase Pricelist.BigDecimal
getPriceMatchTolerance()
Get Price Match Tolerance.String
getPriorityBase()
Get Priority Base.Timestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.String
getValue()
Get Search Key.boolean
isActive()
Get Active.boolean
isConfidentialInfo()
Get Confidential Info.boolean
isDefault()
Get Default.void
setAD_Org_ID(int AD_Org_ID)
Set Organization.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_BP_Group_UU(String C_BP_Group_UU)
Set C_BP_Group_UUvoid
setC_Dunning_ID(int C_Dunning_ID)
Set Dunning.void
setCreditWatchPercent(BigDecimal CreditWatchPercent)
Set Credit Watch %.void
setDescription(String Description)
Set Description.void
setIsActive(boolean IsActive)
Set Active.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- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org
-
COLUMNNAME_AD_Client_ID
static final String COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Org_ID
static final String COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
- Constant Field Values
-
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_BP_Group_UU
static final String COLUMNNAME_C_BP_Group_UU
Column name C_BP_Group_UU- 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_Created
static final String COLUMNNAME_Created
Column name Created- See Also:
- Constant Field Values
-
COLUMNNAME_CreatedBy
static final String COLUMNNAME_CreatedBy
Column name CreatedBy- 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_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- 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_Updated
static final String COLUMNNAME_Updated
Column name Updated- See Also:
- Constant Field Values
-
COLUMNNAME_UpdatedBy
static final String COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_Value
static final String COLUMNNAME_Value
Column name Value- See Also:
- Constant Field Values
-
-
Method Detail
-
getAD_Client_ID
int getAD_Client_ID()
Get Client. Client/Tenant for this installation.
-
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID)
Set Organization. Organizational entity within client
-
getAD_Org_ID
int getAD_Org_ID()
Get Organization. Organizational entity within client
-
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 RuntimeException
- Throws:
RuntimeException
-
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_BP_Group_UU
void setC_BP_Group_UU(String C_BP_Group_UU)
Set C_BP_Group_UU
-
getC_BP_Group_UU
String getC_BP_Group_UU()
Get C_BP_Group_UU
-
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 RuntimeException
- Throws:
RuntimeException
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
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
-
setIsActive
void setIsActive(boolean IsActive)
Set Active. The record is active in the system
-
isActive
boolean isActive()
Get Active. The record is active in the system
-
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
-
getM_DiscountSchema
I_M_DiscountSchema getM_DiscountSchema() throws RuntimeException
- Throws:
RuntimeException
-
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 RuntimeException
- Throws:
RuntimeException
-
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
-
getPO_DiscountSchema
I_M_DiscountSchema getPO_DiscountSchema() throws RuntimeException
- Throws:
RuntimeException
-
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
-
getPO_PriceList
I_M_PriceList getPO_PriceList() throws RuntimeException
- Throws:
RuntimeException
-
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
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
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
-
-