|
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_I_BPartner
public class X_I_BPartner
Generated Model for I_BPartner
| 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 |
| Constructor Summary | |
|---|---|
X_I_BPartner(Properties ctx,
int I_BPartner_ID,
String trxName)
Standard Constructor |
|
X_I_BPartner(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getAD_User_ID()
Get User/Contact. |
I_AD_User |
getAD_User()
|
String |
getAddress1()
Get Address 1. |
String |
getAddress2()
Get Address 2. |
Timestamp |
getBirthday()
Get Birthday. |
String |
getBPContactGreeting()
Get BP Contact Greeting. |
int |
getC_BP_Group_ID()
Get Business Partner Group. |
I_C_BP_Group |
getC_BP_Group()
|
int |
getC_BPartner_ID()
Get Business Partner . |
int |
getC_BPartner_Location_ID()
Get Partner Location. |
I_C_BPartner_Location |
getC_BPartner_Location()
|
I_C_BPartner |
getC_BPartner()
|
int |
getC_Country_ID()
Get Country. |
I_C_Country |
getC_Country()
|
int |
getC_Greeting_ID()
Get Greeting. |
I_C_Greeting |
getC_Greeting()
|
int |
getC_Region_ID()
Get Region. |
I_C_Region |
getC_Region()
|
String |
getCity()
Get City. |
String |
getComments()
Get Comments. |
String |
getContactDescription()
Get Contact Description. |
String |
getContactName()
Get Contact Name. |
String |
getCountryCode()
Get ISO Country Code. |
String |
getDescription()
Get Description. |
String |
getDUNS()
Get D-U-N-S. |
String |
getEMail()
Get EMail Address. |
String |
getFax()
Get Fax. |
String |
getGroupValue()
Get Group Key. |
int |
getI_BPartner_ID()
Get Import Business Partner. |
String |
getI_ErrorMsg()
Get Import Error Message. |
String |
getInterestAreaName()
Get Interest Area. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
String |
getNAICS()
Get NAICS/SIC. |
String |
getName()
Get Name. |
String |
getName2()
Get Name 2. |
String |
getPassword()
Get Password. |
String |
getPhone()
Get Phone. |
String |
getPhone2()
Get 2nd Phone. |
String |
getPostal_Add()
Get -. |
String |
getPostal()
Get ZIP. |
int |
getR_InterestArea_ID()
Get Interest Area. |
I_R_InterestArea |
getR_InterestArea()
|
String |
getRegionName()
Get Region. |
String |
getTaxID()
Get Tax ID. |
String |
getTitle()
Get Title. |
String |
getValue()
Get Search Key. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
isI_IsImported()
Get Imported. |
boolean |
isProcessed()
Get Processed. |
boolean |
isProcessing()
Get Process Now. |
void |
setAD_User_ID(int AD_User_ID)
Set User/Contact. |
void |
setAddress1(String Address1)
Set Address 1. |
void |
setAddress2(String Address2)
Set Address 2. |
void |
setBirthday(Timestamp Birthday)
Set Birthday. |
void |
setBPContactGreeting(String BPContactGreeting)
Set BP Contact Greeting. |
void |
setC_BP_Group_ID(int C_BP_Group_ID)
Set Business Partner Group. |
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_Country_ID(int C_Country_ID)
Set Country. |
void |
setC_Greeting_ID(int C_Greeting_ID)
Set Greeting. |
void |
setC_Region_ID(int C_Region_ID)
Set Region. |
void |
setCity(String City)
Set City. |
void |
setComments(String Comments)
Set Comments. |
void |
setContactDescription(String ContactDescription)
Set Contact Description. |
void |
setContactName(String ContactName)
Set Contact Name. |
void |
setCountryCode(String CountryCode)
Set ISO Country Code. |
void |
setDescription(String Description)
Set Description. |
void |
setDUNS(String DUNS)
Set D-U-N-S. |
void |
setEMail(String EMail)
Set EMail Address. |
void |
setFax(String Fax)
Set Fax. |
void |
setGroupValue(String GroupValue)
Set Group Key. |
void |
setI_BPartner_ID(int I_BPartner_ID)
Set Import Business Partner. |
void |
setI_ErrorMsg(String I_ErrorMsg)
Set Import Error Message. |
void |
setI_IsImported(boolean I_IsImported)
Set Imported. |
void |
setInterestAreaName(String InterestAreaName)
Set Interest Area. |
void |
setNAICS(String NAICS)
Set NAICS/SIC. |
void |
setName(String Name)
Set Name. |
void |
setName2(String Name2)
Set Name 2. |
void |
setPassword(String Password)
Set Password. |
void |
setPhone(String Phone)
Set Phone. |
void |
setPhone2(String Phone2)
Set 2nd Phone. |
void |
setPostal_Add(String Postal_Add)
Set -. |
void |
setPostal(String Postal)
Set ZIP. |
void |
setProcessed(boolean Processed)
Set Processed. |
void |
setProcessing(boolean Processing)
Set Process Now. |
void |
setR_InterestArea_ID(int R_InterestArea_ID)
Set Interest Area. |
void |
setRegionName(String RegionName)
Set Region. |
void |
setTaxID(String TaxID)
Set Tax ID. |
void |
setTitle(String Title)
Set Title. |
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 |
| Constructor Detail |
|---|
public X_I_BPartner(Properties ctx,
int I_BPartner_ID,
String trxName)
public X_I_BPartner(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 POpublic void setAddress1(String Address1)
setAddress1 in interface I_I_BPartnerAddress1 - Address line 1 for this locationpublic String getAddress1()
getAddress1 in interface I_I_BPartnerpublic void setAddress2(String Address2)
setAddress2 in interface I_I_BPartnerAddress2 - Address line 2 for this locationpublic String getAddress2()
getAddress2 in interface I_I_BPartner
public I_AD_User getAD_User()
throws Exception
getAD_User in interface I_I_BPartnerExceptionpublic void setAD_User_ID(int AD_User_ID)
setAD_User_ID in interface I_I_BPartnerAD_User_ID - User within the system - Internal or Business Partner Contactpublic int getAD_User_ID()
getAD_User_ID in interface I_I_BPartnerpublic void setBirthday(Timestamp Birthday)
setBirthday in interface I_I_BPartnerBirthday - Birthday or Anniversary daypublic Timestamp getBirthday()
getBirthday in interface I_I_BPartnerpublic void setBPContactGreeting(String BPContactGreeting)
setBPContactGreeting in interface I_I_BPartnerBPContactGreeting - Greeting for Business Partner Contactpublic String getBPContactGreeting()
getBPContactGreeting in interface I_I_BPartner
public I_C_BPartner getC_BPartner()
throws Exception
getC_BPartner in interface I_I_BPartnerExceptionpublic void setC_BPartner_ID(int C_BPartner_ID)
setC_BPartner_ID in interface I_I_BPartnerC_BPartner_ID - Identifies a Business Partnerpublic int getC_BPartner_ID()
getC_BPartner_ID in interface I_I_BPartner
public I_C_BPartner_Location getC_BPartner_Location()
throws Exception
getC_BPartner_Location in interface I_I_BPartnerExceptionpublic void setC_BPartner_Location_ID(int C_BPartner_Location_ID)
setC_BPartner_Location_ID in interface I_I_BPartnerC_BPartner_Location_ID - Identifies the (ship to) address for this Business Partnerpublic int getC_BPartner_Location_ID()
getC_BPartner_Location_ID in interface I_I_BPartner
public I_C_BP_Group getC_BP_Group()
throws Exception
getC_BP_Group in interface I_I_BPartnerExceptionpublic void setC_BP_Group_ID(int C_BP_Group_ID)
setC_BP_Group_ID in interface I_I_BPartnerC_BP_Group_ID - Business Partner Grouppublic int getC_BP_Group_ID()
getC_BP_Group_ID in interface I_I_BPartner
public I_C_Country getC_Country()
throws Exception
getC_Country in interface I_I_BPartnerExceptionpublic void setC_Country_ID(int C_Country_ID)
setC_Country_ID in interface I_I_BPartnerC_Country_ID - Countrypublic int getC_Country_ID()
getC_Country_ID in interface I_I_BPartner
public I_C_Greeting getC_Greeting()
throws Exception
getC_Greeting in interface I_I_BPartnerExceptionpublic void setC_Greeting_ID(int C_Greeting_ID)
setC_Greeting_ID in interface I_I_BPartnerC_Greeting_ID - Greeting to print on correspondencepublic int getC_Greeting_ID()
getC_Greeting_ID in interface I_I_BPartnerpublic void setCity(String City)
setCity in interface I_I_BPartnerCity - Identifies a Citypublic String getCity()
getCity in interface I_I_BPartnerpublic void setComments(String Comments)
setComments in interface I_I_BPartnerComments - Comments or additional informationpublic String getComments()
getComments in interface I_I_BPartnerpublic void setContactDescription(String ContactDescription)
setContactDescription in interface I_I_BPartnerContactDescription - Description of Contactpublic String getContactDescription()
getContactDescription in interface I_I_BPartnerpublic void setContactName(String ContactName)
setContactName in interface I_I_BPartnerContactName - Business Partner Contact Namepublic String getContactName()
getContactName in interface I_I_BPartnerpublic void setCountryCode(String CountryCode)
setCountryCode in interface I_I_BPartnerCountryCode - Upper-case two-letter alphanumeric ISO Country code according to ISO 3166-1 - http://www.chemie.fu-berlin.de/diverse/doc/ISO_3166.htmlpublic String getCountryCode()
getCountryCode in interface I_I_BPartner
public I_C_Region getC_Region()
throws Exception
getC_Region in interface I_I_BPartnerExceptionpublic void setC_Region_ID(int C_Region_ID)
setC_Region_ID in interface I_I_BPartnerC_Region_ID - Identifies a geographical Regionpublic int getC_Region_ID()
getC_Region_ID in interface I_I_BPartnerpublic void setDescription(String Description)
setDescription in interface I_I_BPartnerDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_I_BPartnerpublic void setDUNS(String DUNS)
setDUNS in interface I_I_BPartnerDUNS - Dun & Bradstreet Numberpublic String getDUNS()
getDUNS in interface I_I_BPartnerpublic void setEMail(String EMail)
setEMail in interface I_I_BPartnerEMail - Electronic Mail Addresspublic String getEMail()
getEMail in interface I_I_BPartnerpublic void setFax(String Fax)
setFax in interface I_I_BPartnerFax - Facsimile numberpublic String getFax()
getFax in interface I_I_BPartnerpublic void setGroupValue(String GroupValue)
setGroupValue in interface I_I_BPartnerGroupValue - Business Partner Group Keypublic String getGroupValue()
getGroupValue in interface I_I_BPartnerpublic void setI_BPartner_ID(int I_BPartner_ID)
setI_BPartner_ID in interface I_I_BPartnerI_BPartner_ID - Import Business Partnerpublic int getI_BPartner_ID()
getI_BPartner_ID in interface I_I_BPartnerpublic void setI_ErrorMsg(String I_ErrorMsg)
setI_ErrorMsg in interface I_I_BPartnerI_ErrorMsg - Messages generated from import processpublic String getI_ErrorMsg()
getI_ErrorMsg in interface I_I_BPartnerpublic void setI_IsImported(boolean I_IsImported)
setI_IsImported in interface I_I_BPartnerI_IsImported - Has this import been processedpublic boolean isI_IsImported()
isI_IsImported in interface I_I_BPartnerpublic void setInterestAreaName(String InterestAreaName)
setInterestAreaName in interface I_I_BPartnerInterestAreaName - Name of the Interest Areapublic String getInterestAreaName()
getInterestAreaName in interface I_I_BPartnerpublic void setNAICS(String NAICS)
setNAICS in interface I_I_BPartnerNAICS - Standard Industry Code or its successor NAIC - http://www.osha.gov/oshstats/sicser.htmlpublic String getNAICS()
getNAICS in interface I_I_BPartnerpublic void setName(String Name)
setName in interface I_I_BPartnerName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_I_BPartnerpublic void setName2(String Name2)
setName2 in interface I_I_BPartnerName2 - Additional Namepublic String getName2()
getName2 in interface I_I_BPartnerpublic void setPassword(String Password)
setPassword in interface I_I_BPartnerPassword - Password of any length (case sensitive)public String getPassword()
getPassword in interface I_I_BPartnerpublic void setPhone(String Phone)
setPhone in interface I_I_BPartnerPhone - Identifies a telephone numberpublic String getPhone()
getPhone in interface I_I_BPartnerpublic void setPhone2(String Phone2)
setPhone2 in interface I_I_BPartnerPhone2 - Identifies an alternate telephone number.public String getPhone2()
getPhone2 in interface I_I_BPartnerpublic void setPostal(String Postal)
setPostal in interface I_I_BPartnerPostal - Postal codepublic String getPostal()
getPostal in interface I_I_BPartnerpublic void setPostal_Add(String Postal_Add)
setPostal_Add in interface I_I_BPartnerPostal_Add - Additional ZIP or Postal codepublic String getPostal_Add()
getPostal_Add in interface I_I_BPartnerpublic void setProcessed(boolean Processed)
setProcessed in interface I_I_BPartnerProcessed - The document has been processedpublic boolean isProcessed()
isProcessed in interface I_I_BPartnerpublic void setProcessing(boolean Processing)
setProcessing in interface I_I_BPartnerProcessing - Process Nowpublic boolean isProcessing()
isProcessing in interface I_I_BPartnerpublic void setRegionName(String RegionName)
setRegionName in interface I_I_BPartnerRegionName - Name of the Regionpublic String getRegionName()
getRegionName in interface I_I_BPartner
public I_R_InterestArea getR_InterestArea()
throws Exception
getR_InterestArea in interface I_I_BPartnerExceptionpublic void setR_InterestArea_ID(int R_InterestArea_ID)
setR_InterestArea_ID in interface I_I_BPartnerR_InterestArea_ID - Interest Area or Topicpublic int getR_InterestArea_ID()
getR_InterestArea_ID in interface I_I_BPartnerpublic void setTaxID(String TaxID)
setTaxID in interface I_I_BPartnerTaxID - Tax Identificationpublic String getTaxID()
getTaxID in interface I_I_BPartnerpublic void setTitle(String Title)
setTitle in interface I_I_BPartnerTitle - Name this entity is referred to aspublic String getTitle()
getTitle in interface I_I_BPartnerpublic void setValue(String Value)
setValue in interface I_I_BPartnerValue - Search key for the record in the format required - must be uniquepublic String getValue()
getValue in interface I_I_BPartnerpublic KeyNamePair getKeyNamePair()
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||