|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.model.PO
org.compiere.model.X_C_BP_Group
public class X_C_BP_Group
Generated Model for C_BP_Group
| 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 |
| 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 java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.compiere.model.I_Persistent |
|---|
save |
| Field Detail |
|---|
public static final int M_DISCOUNTSCHEMA_ID_AD_Reference_ID
public static final int PO_DISCOUNTSCHEMA_ID_AD_Reference_ID
public static final int PO_PRICELIST_ID_AD_Reference_ID
public static final int PRIORITYBASE_AD_Reference_ID
public static final String PRIORITYBASE_Same
public static final String PRIORITYBASE_Lower
public static final String PRIORITYBASE_Higher
| Constructor Detail |
|---|
public X_C_BP_Group(Properties ctx,
int C_BP_Group_ID,
String trxName)
public X_C_BP_Group(Properties ctx,
ResultSet rs,
String trxName)
| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Properties ctx)
initPO in class POctx - context
public String toString()
PO
toString in class PO
public I_AD_PrintColor getAD_PrintColor()
throws Exception
getAD_PrintColor in interface I_C_BP_GroupExceptionpublic void setAD_PrintColor_ID(int AD_PrintColor_ID)
setAD_PrintColor_ID in interface I_C_BP_GroupAD_PrintColor_ID - Color used for printing and displaypublic int getAD_PrintColor_ID()
getAD_PrintColor_ID in interface I_C_BP_Grouppublic void setC_BP_Group_ID(int C_BP_Group_ID)
setC_BP_Group_ID in interface I_C_BP_GroupC_BP_Group_ID - Business Partner Grouppublic int getC_BP_Group_ID()
getC_BP_Group_ID in interface I_C_BP_Group
public I_C_Dunning getC_Dunning()
throws Exception
getC_Dunning in interface I_C_BP_GroupExceptionpublic void setC_Dunning_ID(int C_Dunning_ID)
setC_Dunning_ID in interface I_C_BP_GroupC_Dunning_ID - Dunning Rules for overdue invoicespublic int getC_Dunning_ID()
getC_Dunning_ID in interface I_C_BP_Grouppublic void setCreditWatchPercent(BigDecimal CreditWatchPercent)
setCreditWatchPercent in interface I_C_BP_GroupCreditWatchPercent - Credit Watch - Percent of Credit Limit when OK switches to Watchpublic BigDecimal getCreditWatchPercent()
getCreditWatchPercent in interface I_C_BP_Grouppublic void setDescription(String Description)
setDescription in interface I_C_BP_GroupDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_C_BP_Grouppublic void setIsConfidentialInfo(boolean IsConfidentialInfo)
setIsConfidentialInfo in interface I_C_BP_GroupIsConfidentialInfo - Can enter confidential informationpublic boolean isConfidentialInfo()
isConfidentialInfo in interface I_C_BP_Grouppublic void setIsDefault(boolean IsDefault)
setIsDefault in interface I_C_BP_GroupIsDefault - Default valuepublic boolean isDefault()
isDefault in interface I_C_BP_Grouppublic void setM_DiscountSchema_ID(int M_DiscountSchema_ID)
setM_DiscountSchema_ID in interface I_C_BP_GroupM_DiscountSchema_ID - Schema to calculate the trade discount percentagepublic int getM_DiscountSchema_ID()
getM_DiscountSchema_ID in interface I_C_BP_Group
public I_M_PriceList getM_PriceList()
throws Exception
getM_PriceList in interface I_C_BP_GroupExceptionpublic void setM_PriceList_ID(int M_PriceList_ID)
setM_PriceList_ID in interface I_C_BP_GroupM_PriceList_ID - Unique identifier of a Price Listpublic int getM_PriceList_ID()
getM_PriceList_ID in interface I_C_BP_Grouppublic void setName(String Name)
setName in interface I_C_BP_GroupName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_C_BP_Grouppublic KeyNamePair getKeyNamePair()
public void setPO_DiscountSchema_ID(int PO_DiscountSchema_ID)
setPO_DiscountSchema_ID in interface I_C_BP_GroupPO_DiscountSchema_ID - Schema to calculate the purchase trade discount percentagepublic int getPO_DiscountSchema_ID()
getPO_DiscountSchema_ID in interface I_C_BP_Grouppublic void setPO_PriceList_ID(int PO_PriceList_ID)
setPO_PriceList_ID in interface I_C_BP_GroupPO_PriceList_ID - Price List used by this Business Partnerpublic int getPO_PriceList_ID()
getPO_PriceList_ID in interface I_C_BP_Grouppublic void setPriceMatchTolerance(BigDecimal PriceMatchTolerance)
setPriceMatchTolerance in interface I_C_BP_GroupPriceMatchTolerance - PO-Invoice Match Price Tolerance in percent of the purchase pricepublic BigDecimal getPriceMatchTolerance()
getPriceMatchTolerance in interface I_C_BP_Grouppublic void setPriorityBase(String PriorityBase)
setPriorityBase in interface I_C_BP_GroupPriorityBase - Base of Prioritypublic String getPriorityBase()
getPriorityBase in interface I_C_BP_Grouppublic void setValue(String Value)
setValue in interface I_C_BP_GroupValue - Search key for the record in the format required - must be uniquepublic String getValue()
getValue in interface I_C_BP_Group
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||