|
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
org.compiere.model.MBPartnerLocation
public class MBPartnerLocation
Partner Location Model
| 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 | |
|---|---|
MBPartnerLocation(MBPartner bp)
BP Parent Constructor |
|
MBPartnerLocation(Properties ctx,
int C_BPartner_Location_ID,
String trxName)
Default Constructor |
|
MBPartnerLocation(Properties ctx,
ResultSet rs,
String trxName)
|
|
| Method Summary | |
|---|---|
protected boolean |
beforeSave(boolean newRecord)
Before Save |
static MBPartnerLocation[] |
getForBPartner(Properties ctx,
int C_BPartner_ID)
Get Locations for BPartner |
MLocation |
getLocation(boolean requery)
Get Loaction/Address |
String |
toString()
String Representation |
| Methods inherited from class org.compiere.model.X_C_BPartner_Location |
|---|
get_AccessLevel, getC_BPartner_ID, getC_BPartner_Location_ID, getC_BPartner, getC_Location_ID, getC_SalesRegion_ID, getC_SalesRegion, getFax, getISDN, getKeyNamePair, getName, getPhone, getPhone2, initPO, isBillTo, isPayFrom, isRemitTo, isShipTo, setC_BPartner_ID, setC_BPartner_Location_ID, setC_Location_ID, setC_SalesRegion_ID, setFax, setIsBillTo, setISDN, setIsPayFrom, setIsRemitTo, setIsShipTo, setName, setPhone, setPhone2 |
| 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 MBPartnerLocation(Properties ctx,
int C_BPartner_Location_ID,
String trxName)
ctx - contextC_BPartner_Location_ID - idtrxName - transactionpublic MBPartnerLocation(MBPartner bp)
bp - partner
public MBPartnerLocation(Properties ctx,
ResultSet rs,
String trxName)
| Method Detail |
|---|
public static MBPartnerLocation[] getForBPartner(Properties ctx,
int C_BPartner_ID)
ctx - contextC_BPartner_ID - bp
public MLocation getLocation(boolean requery)
requery - requery
public String toString()
toString in class X_C_BPartner_Locationprotected boolean beforeSave(boolean newRecord)
beforeSave in class POnewRecord - new
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||