Package org.compiere.model
Interface I_I_BPartner
- All Known Implementing Classes:
X_I_BPartner
public interface I_I_BPartner
Generated Interface for I_BPartner
- Version:
- Release 11
- Author:
- iDempiere (generated)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BigDecimal
AccessLevel = 2 - Clientstatic final String
Column name AD_Client_IDstatic final String
Column name AD_Org_IDstatic final String
Column name AD_User_IDstatic final String
Column name Address1static final String
Column name Address2static final String
Column name Birthdaystatic final String
Column name BPContactGreetingstatic final String
Column name C_BP_Group_IDstatic final String
Column name C_BPartner_IDstatic final String
Column name C_BPartner_Location_IDstatic final String
Column name C_Country_IDstatic final String
Column name C_Greeting_IDstatic final String
Column name C_Region_IDstatic final String
Column name Citystatic final String
Column name Commentsstatic final String
Column name ContactDescriptionstatic final String
Column name ContactNamestatic final String
Column name CountryCodestatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name Descriptionstatic final String
Column name DUNSstatic final String
Column name EMailstatic final String
Column name Faxstatic final String
Column name GroupValuestatic final String
Column name I_BPartner_IDstatic final String
Column name I_BPartner_UUstatic final String
Column name I_ErrorMsgstatic final String
Column name I_IsImportedstatic final String
Column name InterestAreaNamestatic final String
Column name IsActivestatic final String
Column name IsCustomerstatic final String
Column name IsEmployeestatic final String
Column name IsVendorstatic final String
Column name NAICSstatic final String
Column name Namestatic final String
Column name Name2static final String
Column name Passwordstatic final String
Column name Phonestatic final String
Column name Phone2static final String
Column name Postalstatic final String
Column name Postal_Addstatic final String
Column name Processedstatic final String
Column name Processingstatic final String
Column name R_InterestArea_IDstatic final String
Column name RegionNamestatic final String
Column name TaxIDstatic final String
Column name Titlestatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final String
Column name Valuestatic final KeyNamePair
static final int
AD_Table_ID=533static final String
TableName=I_BPartner -
Method Summary
Modifier and TypeMethodDescriptionint
Get Tenant.int
Get Organization.int
Get User/Contact.Get Address 1.Get Address 2.Get Birthday.Get BP Contact Greeting.int
Get Business Partner Group.int
Get Business Partner.int
Get Partner Location.int
Get Country.int
Get Greeting.int
Get Region.getCity()
Get City.Get Comments.Get Contact Description.Get Contact Name.Get ISO Country Code.Get Created.int
Get Created By.Get Description.getDUNS()
Get D-U-N-S.getEMail()
Get EMail Address.getFax()
Get Fax.Get Group Key.int
Get Import Business PartnerGet I_BPartner_UUGet Import Error Message.Get Interest Area.getNAICS()
Get NAICS/SIC.getName()
Get Name.getName2()
Get Name 2.Get Password.getPhone()
Get Phone.Get 2nd Phone.Get ZIP.Get Additional Zip.int
Get Interest Area.Get Region.getTaxID()
Get Tax ID.getTitle()
Get Title.Get Updated.int
Get Updated By.getValue()
Get Search Key.boolean
isActive()
Get Active.boolean
Get Customer.boolean
Get Employee.boolean
Get Imported.boolean
Get Processed.boolean
Get Process Nowboolean
isVendor()
Get Vendor.void
setAD_Org_ID
(int AD_Org_ID) Set Organization.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
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
Set D-U-N-S.void
Set EMail Address.void
Set Fax.void
setGroupValue
(String GroupValue) Set Group Key.void
setI_BPartner_ID
(int I_BPartner_ID) Set Import Business Partnervoid
setI_BPartner_UU
(String I_BPartner_UU) Set I_BPartner_UUvoid
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
setIsActive
(boolean IsActive) Set Active.void
setIsCustomer
(boolean IsCustomer) Set Customer.void
setIsEmployee
(boolean IsEmployee) Set Employee.void
setIsVendor
(boolean IsVendor) Set Vendor.void
Set NAICS/SIC.void
Set Name.void
Set Name 2.void
setPassword
(String Password) Set Password.void
Set Phone.void
Set 2nd Phone.void
Set ZIP.void
setPostal_Add
(String Postal_Add) Set Additional Zip.void
setProcessed
(boolean Processed) Set Processed.void
setProcessing
(boolean Processing) Set Process Nowvoid
setR_InterestArea_ID
(int R_InterestArea_ID) Set Interest Area.void
setRegionName
(String RegionName) Set Region.void
Set Tax ID.void
Set Title.void
Set Search Key.
-
Field Details
-
Table_Name
TableName=I_BPartner- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=533- See Also:
-
Model
-
accessLevel
AccessLevel = 2 - Client -
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_Address1
Column name Address1- See Also:
-
COLUMNNAME_Address2
Column name Address2- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_AD_User_ID
Column name AD_User_ID- See Also:
-
COLUMNNAME_Birthday
Column name Birthday- See Also:
-
COLUMNNAME_BPContactGreeting
Column name BPContactGreeting- See Also:
-
COLUMNNAME_C_BPartner_ID
Column name C_BPartner_ID- See Also:
-
COLUMNNAME_C_BPartner_Location_ID
Column name C_BPartner_Location_ID- See Also:
-
COLUMNNAME_C_BP_Group_ID
Column name C_BP_Group_ID- See Also:
-
COLUMNNAME_C_Country_ID
Column name C_Country_ID- See Also:
-
COLUMNNAME_C_Greeting_ID
Column name C_Greeting_ID- See Also:
-
COLUMNNAME_City
Column name City- See Also:
-
COLUMNNAME_Comments
Column name Comments- See Also:
-
COLUMNNAME_ContactDescription
Column name ContactDescription- See Also:
-
COLUMNNAME_ContactName
Column name ContactName- See Also:
-
COLUMNNAME_CountryCode
Column name CountryCode- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_C_Region_ID
Column name C_Region_ID- See Also:
-
COLUMNNAME_Description
Column name Description- See Also:
-
COLUMNNAME_DUNS
Column name DUNS- See Also:
-
COLUMNNAME_EMail
Column name EMail- See Also:
-
COLUMNNAME_Fax
Column name Fax- See Also:
-
COLUMNNAME_GroupValue
Column name GroupValue- See Also:
-
COLUMNNAME_I_BPartner_ID
Column name I_BPartner_ID- See Also:
-
COLUMNNAME_I_BPartner_UU
Column name I_BPartner_UU- See Also:
-
COLUMNNAME_I_ErrorMsg
Column name I_ErrorMsg- See Also:
-
COLUMNNAME_I_IsImported
Column name I_IsImported- See Also:
-
COLUMNNAME_InterestAreaName
Column name InterestAreaName- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_IsCustomer
Column name IsCustomer- See Also:
-
COLUMNNAME_IsEmployee
Column name IsEmployee- See Also:
-
COLUMNNAME_IsVendor
Column name IsVendor- See Also:
-
COLUMNNAME_NAICS
Column name NAICS- See Also:
-
COLUMNNAME_Name
Column name Name- See Also:
-
COLUMNNAME_Name2
Column name Name2- See Also:
-
COLUMNNAME_Password
Column name Password- See Also:
-
COLUMNNAME_Phone
Column name Phone- See Also:
-
COLUMNNAME_Phone2
Column name Phone2- See Also:
-
COLUMNNAME_Postal
Column name Postal- See Also:
-
COLUMNNAME_Postal_Add
Column name Postal_Add- See Also:
-
COLUMNNAME_Processed
Column name Processed- See Also:
-
COLUMNNAME_Processing
Column name Processing- See Also:
-
COLUMNNAME_RegionName
Column name RegionName- See Also:
-
COLUMNNAME_R_InterestArea_ID
Column name R_InterestArea_ID- See Also:
-
COLUMNNAME_TaxID
Column name TaxID- See Also:
-
COLUMNNAME_Title
Column name Title- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
COLUMNNAME_Value
Column name Value- See Also:
-
-
Method Details
-
getAD_Client_ID
int getAD_Client_ID()Get Tenant. Tenant for this installation. -
setAddress1
Set Address 1. Address line 1 for this location -
getAddress1
String getAddress1()Get Address 1. Address line 1 for this location -
setAddress2
Set Address 2. Address line 2 for this location -
getAddress2
String getAddress2()Get Address 2. Address line 2 for this location -
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID) Set Organization. Organizational entity within tenant -
getAD_Org_ID
int getAD_Org_ID()Get Organization. Organizational entity within tenant -
setAD_User_ID
void setAD_User_ID(int AD_User_ID) Set User/Contact. User within the system - Internal or Business Partner Contact -
getAD_User_ID
int getAD_User_ID()Get User/Contact. User within the system - Internal or Business Partner Contact -
getAD_User
- Throws:
RuntimeException
-
setBirthday
Set Birthday. Birthday or Anniversary day -
getBirthday
Timestamp getBirthday()Get Birthday. Birthday or Anniversary day -
setBPContactGreeting
Set BP Contact Greeting. Greeting for Business Partner Contact -
getBPContactGreeting
String getBPContactGreeting()Get BP Contact Greeting. Greeting for Business Partner Contact -
setC_BPartner_ID
void setC_BPartner_ID(int C_BPartner_ID) Set Business Partner. Identifies a Business Partner -
getC_BPartner_ID
int getC_BPartner_ID()Get Business Partner. Identifies a Business Partner -
getC_BPartner
- Throws:
RuntimeException
-
setC_BPartner_Location_ID
void setC_BPartner_Location_ID(int C_BPartner_Location_ID) Set Partner Location. Identifies the (ship to) address for this Business Partner -
getC_BPartner_Location_ID
int getC_BPartner_Location_ID()Get Partner Location. Identifies the (ship to) address for this Business Partner -
getC_BPartner_Location
- Throws:
RuntimeException
-
setC_BP_Group_ID
void setC_BP_Group_ID(int C_BP_Group_ID) Set Business Partner Group. Business Partner Group -
getC_BP_Group_ID
int getC_BP_Group_ID()Get Business Partner Group. Business Partner Group -
getC_BP_Group
- Throws:
RuntimeException
-
setC_Country_ID
void setC_Country_ID(int C_Country_ID) Set Country. Country -
getC_Country_ID
int getC_Country_ID()Get Country. Country -
getC_Country
- Throws:
RuntimeException
-
setC_Greeting_ID
void setC_Greeting_ID(int C_Greeting_ID) Set Greeting. Greeting to print on correspondence -
getC_Greeting_ID
int getC_Greeting_ID()Get Greeting. Greeting to print on correspondence -
getC_Greeting
- Throws:
RuntimeException
-
setCity
Set City. Identifies a City -
getCity
String getCity()Get City. Identifies a City -
setComments
Set Comments. Comments or additional information -
getComments
String getComments()Get Comments. Comments or additional information -
setContactDescription
Set Contact Description. Description of Contact -
getContactDescription
String getContactDescription()Get Contact Description. Description of Contact -
setContactName
Set Contact Name. Business Partner Contact Name -
getContactName
String getContactName()Get Contact Name. Business Partner Contact Name -
setCountryCode
Set ISO Country Code. Upper-case two-letter alphanumeric ISO Country code according to ISO 3166-1 - http://www.chemie.fu-berlin.de/diverse/doc/ISO_3166.html -
getCountryCode
String getCountryCode()Get ISO Country Code. Upper-case two-letter alphanumeric ISO Country code according to ISO 3166-1 - http://www.chemie.fu-berlin.de/diverse/doc/ISO_3166.html -
getCreated
Timestamp getCreated()Get Created. Date this record was created -
getCreatedBy
int getCreatedBy()Get Created By. User who created this records -
setC_Region_ID
void setC_Region_ID(int C_Region_ID) Set Region. Identifies a geographical Region -
getC_Region_ID
int getC_Region_ID()Get Region. Identifies a geographical Region -
getC_Region
- Throws:
RuntimeException
-
setDescription
Set Description. Optional short description of the record -
getDescription
String getDescription()Get Description. Optional short description of the record -
setDUNS
Set D-U-N-S. Dun & Bradstreet Number -
getDUNS
String getDUNS()Get D-U-N-S. Dun & Bradstreet Number -
setEMail
Set EMail Address. Electronic Mail Address -
getEMail
String getEMail()Get EMail Address. Electronic Mail Address -
setFax
Set Fax. Facsimile number -
getFax
String getFax()Get Fax. Facsimile number -
setGroupValue
Set Group Key. Business Partner Group Key -
getGroupValue
String getGroupValue()Get Group Key. Business Partner Group Key -
setI_BPartner_ID
void setI_BPartner_ID(int I_BPartner_ID) Set Import Business Partner -
getI_BPartner_ID
int getI_BPartner_ID()Get Import Business Partner -
setI_BPartner_UU
Set I_BPartner_UU -
getI_BPartner_UU
String getI_BPartner_UU()Get I_BPartner_UU -
setI_ErrorMsg
Set Import Error Message. Messages generated from import process -
getI_ErrorMsg
String getI_ErrorMsg()Get Import Error Message. Messages generated from import process -
setI_IsImported
void setI_IsImported(boolean I_IsImported) Set Imported. Has this import been processed -
isI_IsImported
boolean isI_IsImported()Get Imported. Has this import been processed -
setInterestAreaName
Set Interest Area. Name of the Interest Area -
getInterestAreaName
String getInterestAreaName()Get Interest Area. Name of the Interest Area -
setIsActive
void setIsActive(boolean IsActive) Set Active. The record is active in the system -
isActive
boolean isActive()Get Active. The record is active in the system -
setIsCustomer
void setIsCustomer(boolean IsCustomer) Set Customer. Indicates if this Business Partner is a Customer -
isCustomer
boolean isCustomer()Get Customer. Indicates if this Business Partner is a Customer -
setIsEmployee
void setIsEmployee(boolean IsEmployee) Set Employee. Indicates if this Business Partner is an employee -
isEmployee
boolean isEmployee()Get Employee. Indicates if this Business Partner is an employee -
setIsVendor
void setIsVendor(boolean IsVendor) Set Vendor. Indicates if this Business Partner is a Vendor -
isVendor
boolean isVendor()Get Vendor. Indicates if this Business Partner is a Vendor -
setNAICS
Set NAICS/SIC. Standard Industry Code or its successor NAIC - http://www.osha.gov/oshstats/sicser.html -
getNAICS
String getNAICS()Get NAICS/SIC. Standard Industry Code or its successor NAIC - http://www.osha.gov/oshstats/sicser.html -
setName
Set Name. Alphanumeric identifier of the entity -
getName
String getName()Get Name. Alphanumeric identifier of the entity -
setName2
Set Name 2. Additional Name -
getName2
String getName2()Get Name 2. Additional Name -
setPassword
Set Password. Password of any length (case sensitive) -
getPassword
String getPassword()Get Password. Password of any length (case sensitive) -
setPhone
Set Phone. Identifies a telephone number -
getPhone
String getPhone()Get Phone. Identifies a telephone number -
setPhone2
Set 2nd Phone. Identifies an alternate telephone number. -
getPhone2
String getPhone2()Get 2nd Phone. Identifies an alternate telephone number. -
setPostal
Set ZIP. Postal code -
getPostal
String getPostal()Get ZIP. Postal code -
setPostal_Add
Set Additional Zip. Additional ZIP or Postal code -
getPostal_Add
String getPostal_Add()Get Additional Zip. Additional ZIP or Postal code -
setProcessed
void setProcessed(boolean Processed) Set Processed. The document has been processed -
isProcessed
boolean isProcessed()Get Processed. The document has been processed -
setProcessing
void setProcessing(boolean Processing) Set Process Now -
isProcessing
boolean isProcessing()Get Process Now -
setRegionName
Set Region. Name of the Region -
getRegionName
String getRegionName()Get Region. Name of the Region -
setR_InterestArea_ID
void setR_InterestArea_ID(int R_InterestArea_ID) Set Interest Area. Interest Area or Topic -
getR_InterestArea_ID
int getR_InterestArea_ID()Get Interest Area. Interest Area or Topic -
getR_InterestArea
- Throws:
RuntimeException
-
setTaxID
Set Tax ID. Tax Identification -
getTaxID
String getTaxID()Get Tax ID. Tax Identification -
setTitle
Set Title. Name this entity is referred to as -
getTitle
String getTitle()Get Title. Name this entity is referred to as -
getUpdated
Timestamp getUpdated()Get Updated. Date this record was updated -
getUpdatedBy
int getUpdatedBy()Get Updated By. User who updated this records -
setValue
Set Search Key. Search key for the record in the format required - must be unique -
getValue
String getValue()Get Search Key. Search key for the record in the format required - must be unique
-