|
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_BPartner_Location
public class X_C_BPartner_Location
Generated Model for C_BPartner_Location
| Field Summary |
|---|
| 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_BPartner_Location |
|---|
accessLevel, COLUMNNAME_C_BPartner_ID, COLUMNNAME_C_BPartner_Location_ID, COLUMNNAME_C_Location_ID, COLUMNNAME_C_SalesRegion_ID, COLUMNNAME_Fax, COLUMNNAME_IsBillTo, COLUMNNAME_ISDN, COLUMNNAME_IsPayFrom, COLUMNNAME_IsRemitTo, COLUMNNAME_IsShipTo, COLUMNNAME_Name, COLUMNNAME_Phone, COLUMNNAME_Phone2, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_C_BPartner_Location(Properties ctx,
int C_BPartner_Location_ID,
String trxName)
Standard Constructor |
|
X_C_BPartner_Location(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getC_BPartner_ID()
Get Business Partner . |
int |
getC_BPartner_Location_ID()
Get Partner Location. |
I_C_BPartner |
getC_BPartner()
|
int |
getC_Location_ID()
Get Address. |
int |
getC_SalesRegion_ID()
Get Sales Region. |
I_C_SalesRegion |
getC_SalesRegion()
|
String |
getFax()
Get Fax. |
String |
getISDN()
Get ISDN. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
String |
getName()
Get Name. |
String |
getPhone()
Get Phone. |
String |
getPhone2()
Get 2nd Phone. |
protected POInfo |
initPO(Properties 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_BPartner_ID(int C_BPartner_ID)
Set Business Partner . |
void |
setC_BPartner_Location_ID(int C_BPartner_Location_ID)
Set Partner Location. |
void |
setC_Location_ID(int C_Location_ID)
Set Address. |
void |
setC_SalesRegion_ID(int C_SalesRegion_ID)
Set Sales Region. |
void |
setFax(String Fax)
Set Fax. |
void |
setIsBillTo(boolean IsBillTo)
Set Invoice Address. |
void |
setISDN(String ISDN)
Set ISDN. |
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. |
void |
setPhone(String Phone)
Set Phone. |
void |
setPhone2(String Phone2)
Set 2nd Phone. |
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 |
| Constructor Detail |
|---|
public X_C_BPartner_Location(Properties ctx,
int C_BPartner_Location_ID,
String trxName)
public X_C_BPartner_Location(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_C_BPartner getC_BPartner()
throws Exception
getC_BPartner in interface I_C_BPartner_LocationExceptionpublic void setC_BPartner_ID(int C_BPartner_ID)
setC_BPartner_ID in interface I_C_BPartner_LocationC_BPartner_ID - Identifies a Business Partnerpublic int getC_BPartner_ID()
getC_BPartner_ID in interface I_C_BPartner_Locationpublic void setC_BPartner_Location_ID(int C_BPartner_Location_ID)
setC_BPartner_Location_ID in interface I_C_BPartner_LocationC_BPartner_Location_ID - Identifies the (ship to) address for this Business Partnerpublic int getC_BPartner_Location_ID()
getC_BPartner_Location_ID in interface I_C_BPartner_Locationpublic void setC_Location_ID(int C_Location_ID)
setC_Location_ID in interface I_C_BPartner_LocationC_Location_ID - Location or Addresspublic int getC_Location_ID()
getC_Location_ID in interface I_C_BPartner_Location
public I_C_SalesRegion getC_SalesRegion()
throws Exception
getC_SalesRegion in interface I_C_BPartner_LocationExceptionpublic void setC_SalesRegion_ID(int C_SalesRegion_ID)
setC_SalesRegion_ID in interface I_C_BPartner_LocationC_SalesRegion_ID - Sales coverage regionpublic int getC_SalesRegion_ID()
getC_SalesRegion_ID in interface I_C_BPartner_Locationpublic void setFax(String Fax)
setFax in interface I_C_BPartner_LocationFax - Facsimile numberpublic String getFax()
getFax in interface I_C_BPartner_Locationpublic void setIsBillTo(boolean IsBillTo)
setIsBillTo in interface I_C_BPartner_LocationIsBillTo - Business Partner Invoice/Bill Addresspublic boolean isBillTo()
isBillTo in interface I_C_BPartner_Locationpublic void setISDN(String ISDN)
setISDN in interface I_C_BPartner_LocationISDN - ISDN or modem linepublic String getISDN()
getISDN in interface I_C_BPartner_Locationpublic void setIsPayFrom(boolean IsPayFrom)
setIsPayFrom in interface I_C_BPartner_LocationIsPayFrom - Business Partner pays from that address and we'll send dunning letters therepublic boolean isPayFrom()
isPayFrom in interface I_C_BPartner_Locationpublic void setIsRemitTo(boolean IsRemitTo)
setIsRemitTo in interface I_C_BPartner_LocationIsRemitTo - Business Partner payment addresspublic boolean isRemitTo()
isRemitTo in interface I_C_BPartner_Locationpublic void setIsShipTo(boolean IsShipTo)
setIsShipTo in interface I_C_BPartner_LocationIsShipTo - Business Partner Shipment Addresspublic boolean isShipTo()
isShipTo in interface I_C_BPartner_Locationpublic void setName(String Name)
setName in interface I_C_BPartner_LocationName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_C_BPartner_Locationpublic KeyNamePair getKeyNamePair()
public void setPhone(String Phone)
setPhone in interface I_C_BPartner_LocationPhone - Identifies a telephone numberpublic String getPhone()
getPhone in interface I_C_BPartner_Locationpublic void setPhone2(String Phone2)
setPhone2 in interface I_C_BPartner_LocationPhone2 - Identifies an alternate telephone number.public String getPhone2()
getPhone2 in interface I_C_BPartner_Location
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||