Adempiere 3.5.2a

org.compiere.model
Class X_C_BP_Group

java.lang.Object
  extended by org.compiere.model.PO
      extended by org.compiere.model.X_C_BP_Group
All Implemented Interfaces:
Serializable, Comparator, I_C_BP_Group, I_Persistent, Evaluatee
Direct Known Subclasses:
MBPGroup

public class X_C_BP_Group
extends PO
implements I_C_BP_Group, I_Persistent

Generated Model for C_BP_Group

Version:
Release 3.5.2a - $Id$
Author:
Adempiere (generated)
See Also:
Serialized Form

Field Summary
static int M_DISCOUNTSCHEMA_ID_AD_Reference_ID
          M_DiscountSchema_ID AD_Reference_ID=325
static int PO_DISCOUNTSCHEMA_ID_AD_Reference_ID
          PO_DiscountSchema_ID AD_Reference_ID=325
static int PO_PRICELIST_ID_AD_Reference_ID
          PO_PriceList_ID AD_Reference_ID=166
static int PRIORITYBASE_AD_Reference_ID
          PriorityBase AD_Reference_ID=350
static String PRIORITYBASE_Higher
          Higher = H
static String PRIORITYBASE_Lower
          Lower = L
static String PRIORITYBASE_Same
          Same = S
 
Fields inherited from class org.compiere.model.PO
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_ctx, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID
 
Fields inherited from interface org.compiere.model.I_C_BP_Group
accessLevel, COLUMNNAME_AD_PrintColor_ID, COLUMNNAME_C_BP_Group_ID, COLUMNNAME_C_Dunning_ID, COLUMNNAME_CreditWatchPercent, COLUMNNAME_Description, COLUMNNAME_IsConfidentialInfo, COLUMNNAME_IsDefault, COLUMNNAME_M_DiscountSchema_ID, COLUMNNAME_M_PriceList_ID, COLUMNNAME_Name, COLUMNNAME_PO_DiscountSchema_ID, COLUMNNAME_PO_PriceList_ID, COLUMNNAME_PriceMatchTolerance, COLUMNNAME_PriorityBase, COLUMNNAME_Value, Model, Table_ID, Table_Name
 
Constructor Summary
X_C_BP_Group(Properties ctx, int C_BP_Group_ID, String trxName)
          Standard Constructor
X_C_BP_Group(Properties ctx, ResultSet rs, String trxName)
          Load Constructor
 
Method Summary
protected  int get_AccessLevel()
          AccessLevel
 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.
 KeyNamePair getKeyNamePair()
          Get Record ID/ColumnName
 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.
protected  POInfo initPO(Properties ctx)
          Load Meta Data
 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.
 String toString()
          String representation
 
Methods inherited from class org.compiere.model.PO
afterDelete, afterSave, beforeDelete, beforeSave, compare, copyValues, copyValues, createAttachment, delete_Accounting, delete_Tree, delete, delete, deleteEx, deleteEx, dump, dump, equals, get_ColumnCount, get_ColumnDescription, get_ColumnDisplayType, get_ColumnIndex, get_ColumnLabel, get_ColumnLookup, get_ColumnName, get_DisplayValue, get_HashMap, get_ID, get_IDOld, get_KeyColumns, get_Logger, get_Table_ID, get_TableName, get_Translation, get_TrxName, get_Value, get_Value, get_ValueAsInt, get_ValueAsString, get_ValueDifference, get_ValueDifference, get_ValueE, get_ValueOfColumn, get_ValueOld, get_ValueOld, get_ValueOldAsInt, get_WhereClause, get_xmlDocument, get_xmlString, getAD_Client_ID, getAD_Org_ID, getAllIDs, getAttachment, getAttachment, getAttachmentData, getCreated, getCreatedBy, getCtx, getDoc, getFindParameter, getPdfAttachment, getUpdated, getUpdatedBy, insert_Accounting, insert_Tree, insert_Tree, is_Changed, is_new, is_ValueChanged, is_ValueChanged, isActive, isAttachment, isColumnMandatory, isColumnUpdateable, isMandatoryOK, isPdfAttachment, isReplication, load, load, load, load, loadComplete, loadDefaults, loadSpecial, lock, save, save, saveEx, saveEx, saveNew_getID, saveNewSpecial, saveReplica, saveUpdate, set_ColumnUpdateable, set_CustomColumn, set_TrxName, set_TrxName, set_Value, set_Value, set_ValueE, set_ValueNoCheck, set_ValueNoCheckE, set_ValueOfColumn, set_ValueOfColumn, setAD_Client_ID, setAD_Org_ID, setClientOrg, setClientOrg, setDoc, setDocWorkflowMgr, setIsActive, setReplication, setStandardDefaults, setUpdateable, setUpdatedBy, unlock
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.compiere.model.I_Persistent
save
 

Field Detail

M_DISCOUNTSCHEMA_ID_AD_Reference_ID

public static final int M_DISCOUNTSCHEMA_ID_AD_Reference_ID
M_DiscountSchema_ID AD_Reference_ID=325

See Also:
Constant Field Values

PO_DISCOUNTSCHEMA_ID_AD_Reference_ID

public static final int PO_DISCOUNTSCHEMA_ID_AD_Reference_ID
PO_DiscountSchema_ID AD_Reference_ID=325

See Also:
Constant Field Values

PO_PRICELIST_ID_AD_Reference_ID

public static final int PO_PRICELIST_ID_AD_Reference_ID
PO_PriceList_ID AD_Reference_ID=166

See Also:
Constant Field Values

PRIORITYBASE_AD_Reference_ID

public static final int PRIORITYBASE_AD_Reference_ID
PriorityBase AD_Reference_ID=350

See Also:
Constant Field Values

PRIORITYBASE_Same

public static final String PRIORITYBASE_Same
Same = S

See Also:
Constant Field Values

PRIORITYBASE_Lower

public static final String PRIORITYBASE_Lower
Lower = L

See Also:
Constant Field Values

PRIORITYBASE_Higher

public static final String PRIORITYBASE_Higher
Higher = H

See Also:
Constant Field Values
Constructor Detail

X_C_BP_Group

public X_C_BP_Group(Properties ctx,
                    int C_BP_Group_ID,
                    String trxName)
Standard Constructor


X_C_BP_Group

public X_C_BP_Group(Properties ctx,
                    ResultSet rs,
                    String trxName)
Load Constructor

Method Detail

get_AccessLevel

protected int get_AccessLevel()
AccessLevel

Specified by:
get_AccessLevel in class PO
Returns:
3 - Client - Org

initPO

protected POInfo initPO(Properties ctx)
Load Meta Data

Specified by:
initPO in class PO
Parameters:
ctx - context
Returns:
POInfo

toString

public String toString()
Description copied from class: PO
String representation

Overrides:
toString in class PO
Returns:
String representation

getAD_PrintColor

public I_AD_PrintColor getAD_PrintColor()
                                 throws Exception
Specified by:
getAD_PrintColor in interface I_C_BP_Group
Throws:
Exception

setAD_PrintColor_ID

public void setAD_PrintColor_ID(int AD_PrintColor_ID)
Set Print Color.

Specified by:
setAD_PrintColor_ID in interface I_C_BP_Group
Parameters:
AD_PrintColor_ID - Color used for printing and display

getAD_PrintColor_ID

public int getAD_PrintColor_ID()
Get Print Color.

Specified by:
getAD_PrintColor_ID in interface I_C_BP_Group
Returns:
Color used for printing and display

setC_BP_Group_ID

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

Specified by:
setC_BP_Group_ID in interface I_C_BP_Group
Parameters:
C_BP_Group_ID - Business Partner Group

getC_BP_Group_ID

public int getC_BP_Group_ID()
Get Business Partner Group.

Specified by:
getC_BP_Group_ID in interface I_C_BP_Group
Returns:
Business Partner Group

getC_Dunning

public I_C_Dunning getC_Dunning()
                         throws Exception
Specified by:
getC_Dunning in interface I_C_BP_Group
Throws:
Exception

setC_Dunning_ID

public void setC_Dunning_ID(int C_Dunning_ID)
Set Dunning.

Specified by:
setC_Dunning_ID in interface I_C_BP_Group
Parameters:
C_Dunning_ID - Dunning Rules for overdue invoices

getC_Dunning_ID

public int getC_Dunning_ID()
Get Dunning.

Specified by:
getC_Dunning_ID in interface I_C_BP_Group
Returns:
Dunning Rules for overdue invoices

setCreditWatchPercent

public void setCreditWatchPercent(BigDecimal CreditWatchPercent)
Set Credit Watch %.

Specified by:
setCreditWatchPercent in interface I_C_BP_Group
Parameters:
CreditWatchPercent - Credit Watch - Percent of Credit Limit when OK switches to Watch

getCreditWatchPercent

public BigDecimal getCreditWatchPercent()
Get Credit Watch %.

Specified by:
getCreditWatchPercent in interface I_C_BP_Group
Returns:
Credit Watch - Percent of Credit Limit when OK switches to Watch

setDescription

public void setDescription(String Description)
Set Description.

Specified by:
setDescription in interface I_C_BP_Group
Parameters:
Description - Optional short description of the record

getDescription

public String getDescription()
Get Description.

Specified by:
getDescription in interface I_C_BP_Group
Returns:
Optional short description of the record

setIsConfidentialInfo

public void setIsConfidentialInfo(boolean IsConfidentialInfo)
Set Confidential Info.

Specified by:
setIsConfidentialInfo in interface I_C_BP_Group
Parameters:
IsConfidentialInfo - Can enter confidential information

isConfidentialInfo

public boolean isConfidentialInfo()
Get Confidential Info.

Specified by:
isConfidentialInfo in interface I_C_BP_Group
Returns:
Can enter confidential information

setIsDefault

public void setIsDefault(boolean IsDefault)
Set Default.

Specified by:
setIsDefault in interface I_C_BP_Group
Parameters:
IsDefault - Default value

isDefault

public boolean isDefault()
Get Default.

Specified by:
isDefault in interface I_C_BP_Group
Returns:
Default value

setM_DiscountSchema_ID

public void setM_DiscountSchema_ID(int M_DiscountSchema_ID)
Set Discount Schema.

Specified by:
setM_DiscountSchema_ID in interface I_C_BP_Group
Parameters:
M_DiscountSchema_ID - Schema to calculate the trade discount percentage

getM_DiscountSchema_ID

public int getM_DiscountSchema_ID()
Get Discount Schema.

Specified by:
getM_DiscountSchema_ID in interface I_C_BP_Group
Returns:
Schema to calculate the trade discount percentage

getM_PriceList

public I_M_PriceList getM_PriceList()
                             throws Exception
Specified by:
getM_PriceList in interface I_C_BP_Group
Throws:
Exception

setM_PriceList_ID

public void setM_PriceList_ID(int M_PriceList_ID)
Set Price List.

Specified by:
setM_PriceList_ID in interface I_C_BP_Group
Parameters:
M_PriceList_ID - Unique identifier of a Price List

getM_PriceList_ID

public int getM_PriceList_ID()
Get Price List.

Specified by:
getM_PriceList_ID in interface I_C_BP_Group
Returns:
Unique identifier of a Price List

setName

public void setName(String Name)
Set Name.

Specified by:
setName in interface I_C_BP_Group
Parameters:
Name - Alphanumeric identifier of the entity

getName

public String getName()
Get Name.

Specified by:
getName in interface I_C_BP_Group
Returns:
Alphanumeric identifier of the entity

getKeyNamePair

public KeyNamePair getKeyNamePair()
Get Record ID/ColumnName

Returns:
ID/ColumnName pair

setPO_DiscountSchema_ID

public void setPO_DiscountSchema_ID(int PO_DiscountSchema_ID)
Set PO Discount Schema.

Specified by:
setPO_DiscountSchema_ID in interface I_C_BP_Group
Parameters:
PO_DiscountSchema_ID - Schema to calculate the purchase trade discount percentage

getPO_DiscountSchema_ID

public int getPO_DiscountSchema_ID()
Get PO Discount Schema.

Specified by:
getPO_DiscountSchema_ID in interface I_C_BP_Group
Returns:
Schema to calculate the purchase trade discount percentage

setPO_PriceList_ID

public void setPO_PriceList_ID(int PO_PriceList_ID)
Set Purchase Pricelist.

Specified by:
setPO_PriceList_ID in interface I_C_BP_Group
Parameters:
PO_PriceList_ID - Price List used by this Business Partner

getPO_PriceList_ID

public int getPO_PriceList_ID()
Get Purchase Pricelist.

Specified by:
getPO_PriceList_ID in interface I_C_BP_Group
Returns:
Price List used by this Business Partner

setPriceMatchTolerance

public void setPriceMatchTolerance(BigDecimal PriceMatchTolerance)
Set Price Match Tolerance.

Specified by:
setPriceMatchTolerance in interface I_C_BP_Group
Parameters:
PriceMatchTolerance - PO-Invoice Match Price Tolerance in percent of the purchase price

getPriceMatchTolerance

public BigDecimal getPriceMatchTolerance()
Get Price Match Tolerance.

Specified by:
getPriceMatchTolerance in interface I_C_BP_Group
Returns:
PO-Invoice Match Price Tolerance in percent of the purchase price

setPriorityBase

public void setPriorityBase(String PriorityBase)
Set Priority Base.

Specified by:
setPriorityBase in interface I_C_BP_Group
Parameters:
PriorityBase - Base of Priority

getPriorityBase

public String getPriorityBase()
Get Priority Base.

Specified by:
getPriorityBase in interface I_C_BP_Group
Returns:
Base of Priority

setValue

public void setValue(String Value)
Set Search Key.

Specified by:
setValue in interface I_C_BP_Group
Parameters:
Value - Search key for the record in the format required - must be unique

getValue

public String getValue()
Get Search Key.

Specified by:
getValue in interface I_C_BP_Group
Returns:
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.