|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.framework.PO
org.compiere.model.X_C_BP_Relation
public class X_C_BP_Relation
Generated Model for C_BP_Relation
| Field Summary | |
|---|---|
protected BigDecimal |
accessLevel
|
static int |
C_BPARTNERRELATION_ID_AD_Reference_ID
C_BPartnerRelation_ID AD_Reference_ID=138 |
static int |
C_BPARTNERRELATION_LOCATION_ID_AD_Reference_ID
C_BPartnerRelation_Location_ID AD_Reference_ID=159 |
protected static KeyNamePair |
Model
|
static int |
Table_ID
AD_Table_ID=678 |
static String |
Table_Name
TableName=C_BP_Relation |
static long |
updatedMS
Last Updated Timestamp 2008-06-10 15:12:06.0 |
| Fields inherited from class org.compiere.framework.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_changeVO, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
X_C_BP_Relation(Ctx ctx,
int C_BP_Relation_ID,
String trxName)
Standard Constructor |
|
X_C_BP_Relation(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getC_BP_Relation_ID()
Get Partner Relation. |
int |
getC_BPartner_ID()
Get Business Partner. |
int |
getC_BPartner_Location_ID()
Get Partner Location. |
int |
getC_BPartnerRelation_ID()
Get Related Partner. |
int |
getC_BPartnerRelation_Location_ID()
Get Related Partner Location. |
String |
getDescription()
Get Description. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
String |
getName()
Get Name. |
protected POInfo |
initPO(Ctx ctx)
Load Meta Data |
boolean |
isBillTo()
Get Invoice Address. |
boolean |
isPayFrom()
Get Pay-From Address. |
boolean |
isRemitTo()
Get Remit-To Address. |
boolean |
isShipTo()
Get Ship Address. |
void |
setC_BP_Relation_ID(int C_BP_Relation_ID)
Set Partner Relation. |
void |
setC_BPartner_ID(int C_BPartner_ID)
Set Business Partner. |
void |
setC_BPartner_Location_ID(int C_BPartner_Location_ID)
Set Partner Location. |
void |
setC_BPartnerRelation_ID(int C_BPartnerRelation_ID)
Set Related Partner. |
void |
setC_BPartnerRelation_Location_ID(int C_BPartnerRelation_Location_ID)
Set Related Partner Location. |
void |
setDescription(String Description)
Set Description. |
void |
setIsBillTo(boolean IsBillTo)
Set Invoice Address. |
void |
setIsPayFrom(boolean IsPayFrom)
Set Pay-From Address. |
void |
setIsRemitTo(boolean IsRemitTo)
Set Remit-To Address. |
void |
setIsShipTo(boolean IsShipTo)
Set Ship Address. |
void |
setName(String Name)
Set Name. |
String |
toString()
Info |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final long updatedMS
public static final int Table_ID
public static final String Table_Name
protected static KeyNamePair Model
protected BigDecimal accessLevel
public static final int C_BPARTNERRELATION_ID_AD_Reference_ID
public static final int C_BPARTNERRELATION_LOCATION_ID_AD_Reference_ID
| Constructor Detail |
|---|
public X_C_BP_Relation(Ctx ctx,
int C_BP_Relation_ID,
String trxName)
ctx - contextC_BP_Relation_ID - idtrxName - transaction
public X_C_BP_Relation(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Ctx ctx)
initPO in class POctx - context
public String toString()
toString in class POpublic void setC_BP_Relation_ID(int C_BP_Relation_ID)
C_BP_Relation_ID - Business Partner Relationpublic int getC_BP_Relation_ID()
public void setC_BPartnerRelation_ID(int C_BPartnerRelation_ID)
C_BPartnerRelation_ID - Related Business Partnerpublic int getC_BPartnerRelation_ID()
public void setC_BPartnerRelation_Location_ID(int C_BPartnerRelation_Location_ID)
C_BPartnerRelation_Location_ID - Location of the related Business Partnerpublic int getC_BPartnerRelation_Location_ID()
public void setC_BPartner_ID(int C_BPartner_ID)
C_BPartner_ID - Identifies a Business Partnerpublic int getC_BPartner_ID()
public void setC_BPartner_Location_ID(int C_BPartner_Location_ID)
C_BPartner_Location_ID - Identifies the (ship to) address for this Business Partnerpublic int getC_BPartner_Location_ID()
public void setDescription(String Description)
Description - Optional short description of the recordpublic String getDescription()
public void setIsBillTo(boolean IsBillTo)
IsBillTo - Business Partner Invoice/Bill Addresspublic boolean isBillTo()
public void setIsPayFrom(boolean IsPayFrom)
IsPayFrom - Business Partner pays from that address and we'll send dunning letters therepublic boolean isPayFrom()
public void setIsRemitTo(boolean IsRemitTo)
IsRemitTo - Business Partner payment addresspublic boolean isRemitTo()
public void setIsShipTo(boolean IsShipTo)
IsShipTo - Business Partner Shipment Addresspublic boolean isShipTo()
public void setName(String Name)
Name - Alphanumeric identifier of the entitypublic String getName()
public KeyNamePair getKeyNamePair()
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||