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 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 2 - Clientstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_AD_User_ID
Column name AD_User_IDstatic String
COLUMNNAME_Address1
Column name Address1static String
COLUMNNAME_Address2
Column name Address2static String
COLUMNNAME_Birthday
Column name Birthdaystatic String
COLUMNNAME_BPContactGreeting
Column name BPContactGreetingstatic String
COLUMNNAME_C_BP_Group_ID
Column name C_BP_Group_IDstatic String
COLUMNNAME_C_BPartner_ID
Column name C_BPartner_IDstatic String
COLUMNNAME_C_BPartner_Location_ID
Column name C_BPartner_Location_IDstatic String
COLUMNNAME_C_Country_ID
Column name C_Country_IDstatic String
COLUMNNAME_C_Greeting_ID
Column name C_Greeting_IDstatic String
COLUMNNAME_C_Region_ID
Column name C_Region_IDstatic String
COLUMNNAME_City
Column name Citystatic String
COLUMNNAME_Comments
Column name Commentsstatic String
COLUMNNAME_ContactDescription
Column name ContactDescriptionstatic String
COLUMNNAME_ContactName
Column name ContactNamestatic String
COLUMNNAME_CountryCode
Column name CountryCodestatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_Description
Column name Descriptionstatic String
COLUMNNAME_DUNS
Column name DUNSstatic String
COLUMNNAME_EMail
Column name EMailstatic String
COLUMNNAME_Fax
Column name Faxstatic String
COLUMNNAME_GroupValue
Column name GroupValuestatic String
COLUMNNAME_I_BPartner_ID
Column name I_BPartner_IDstatic String
COLUMNNAME_I_BPartner_UU
Column name I_BPartner_UUstatic String
COLUMNNAME_I_ErrorMsg
Column name I_ErrorMsgstatic String
COLUMNNAME_I_IsImported
Column name I_IsImportedstatic String
COLUMNNAME_InterestAreaName
Column name InterestAreaNamestatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_IsCustomer
Column name IsCustomerstatic String
COLUMNNAME_IsEmployee
Column name IsEmployeestatic String
COLUMNNAME_IsVendor
Column name IsVendorstatic String
COLUMNNAME_NAICS
Column name NAICSstatic String
COLUMNNAME_Name
Column name Namestatic String
COLUMNNAME_Name2
Column name Name2static String
COLUMNNAME_Password
Column name Passwordstatic String
COLUMNNAME_Phone
Column name Phonestatic String
COLUMNNAME_Phone2
Column name Phone2static String
COLUMNNAME_Postal
Column name Postalstatic String
COLUMNNAME_Postal_Add
Column name Postal_Addstatic String
COLUMNNAME_Processed
Column name Processedstatic String
COLUMNNAME_Processing
Column name Processingstatic String
COLUMNNAME_R_InterestArea_ID
Column name R_InterestArea_IDstatic String
COLUMNNAME_RegionName
Column name RegionNamestatic String
COLUMNNAME_TaxID
Column name TaxIDstatic String
COLUMNNAME_Title
Column name Titlestatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic String
COLUMNNAME_Value
Column name Valuestatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=533static String
Table_Name
TableName=I_BPartner
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAD_Client_ID()
Get Client.int
getAD_Org_ID()
Get Organization.I_AD_User
getAD_User()
int
getAD_User_ID()
Get User/Contact.String
getAddress1()
Get Address 1.String
getAddress2()
Get Address 2.Timestamp
getBirthday()
Get Birthday.String
getBPContactGreeting()
Get BP Contact Greeting.I_C_BP_Group
getC_BP_Group()
int
getC_BP_Group_ID()
Get Business Partner Group.I_C_BPartner
getC_BPartner()
int
getC_BPartner_ID()
Get Business Partner.I_C_BPartner_Location
getC_BPartner_Location()
int
getC_BPartner_Location_ID()
Get Partner Location.I_C_Country
getC_Country()
int
getC_Country_ID()
Get Country.I_C_Greeting
getC_Greeting()
int
getC_Greeting_ID()
Get Greeting.I_C_Region
getC_Region()
int
getC_Region_ID()
Get 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.Timestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.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 PartnerString
getI_BPartner_UU()
Get I_BPartner_UUString
getI_ErrorMsg()
Get Import Error Message.String
getInterestAreaName()
Get Interest Area.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()
Get ZIP.String
getPostal_Add()
Get Additional Zip.I_R_InterestArea
getR_InterestArea()
int
getR_InterestArea_ID()
Get Interest Area.String
getRegionName()
Get Region.String
getTaxID()
Get Tax ID.String
getTitle()
Get Title.Timestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.String
getValue()
Get Search Key.boolean
isActive()
Get Active.boolean
isCustomer()
Get Customer.boolean
isEmployee()
Get Employee.boolean
isI_IsImported()
Get Imported.boolean
isProcessed()
Get Processed.boolean
isProcessing()
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
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 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
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(String Postal)
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
setTaxID(String TaxID)
Set Tax ID.void
setTitle(String Title)
Set Title.void
setValue(String Value)
Set Search Key.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=I_BPartner- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=533- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 2 - Client
-
COLUMNNAME_AD_Client_ID
static final String COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Address1
static final String COLUMNNAME_Address1
Column name Address1- See Also:
- Constant Field Values
-
COLUMNNAME_Address2
static final String COLUMNNAME_Address2
Column name Address2- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Org_ID
static final String COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_User_ID
static final String COLUMNNAME_AD_User_ID
Column name AD_User_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Birthday
static final String COLUMNNAME_Birthday
Column name Birthday- See Also:
- Constant Field Values
-
COLUMNNAME_BPContactGreeting
static final String COLUMNNAME_BPContactGreeting
Column name BPContactGreeting- See Also:
- Constant Field Values
-
COLUMNNAME_C_BPartner_ID
static final String COLUMNNAME_C_BPartner_ID
Column name C_BPartner_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_BPartner_Location_ID
static final String COLUMNNAME_C_BPartner_Location_ID
Column name C_BPartner_Location_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_BP_Group_ID
static final String COLUMNNAME_C_BP_Group_ID
Column name C_BP_Group_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_Country_ID
static final String COLUMNNAME_C_Country_ID
Column name C_Country_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_Greeting_ID
static final String COLUMNNAME_C_Greeting_ID
Column name C_Greeting_ID- See Also:
- Constant Field Values
-
COLUMNNAME_City
static final String COLUMNNAME_City
Column name City- See Also:
- Constant Field Values
-
COLUMNNAME_Comments
static final String COLUMNNAME_Comments
Column name Comments- See Also:
- Constant Field Values
-
COLUMNNAME_ContactDescription
static final String COLUMNNAME_ContactDescription
Column name ContactDescription- See Also:
- Constant Field Values
-
COLUMNNAME_ContactName
static final String COLUMNNAME_ContactName
Column name ContactName- See Also:
- Constant Field Values
-
COLUMNNAME_CountryCode
static final String COLUMNNAME_CountryCode
Column name CountryCode- See Also:
- Constant Field Values
-
COLUMNNAME_Created
static final String COLUMNNAME_Created
Column name Created- See Also:
- Constant Field Values
-
COLUMNNAME_CreatedBy
static final String COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_C_Region_ID
static final String COLUMNNAME_C_Region_ID
Column name C_Region_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Description
static final String COLUMNNAME_Description
Column name Description- See Also:
- Constant Field Values
-
COLUMNNAME_DUNS
static final String COLUMNNAME_DUNS
Column name DUNS- See Also:
- Constant Field Values
-
COLUMNNAME_EMail
static final String COLUMNNAME_EMail
Column name EMail- See Also:
- Constant Field Values
-
COLUMNNAME_Fax
static final String COLUMNNAME_Fax
Column name Fax- See Also:
- Constant Field Values
-
COLUMNNAME_GroupValue
static final String COLUMNNAME_GroupValue
Column name GroupValue- See Also:
- Constant Field Values
-
COLUMNNAME_I_BPartner_ID
static final String COLUMNNAME_I_BPartner_ID
Column name I_BPartner_ID- See Also:
- Constant Field Values
-
COLUMNNAME_I_BPartner_UU
static final String COLUMNNAME_I_BPartner_UU
Column name I_BPartner_UU- See Also:
- Constant Field Values
-
COLUMNNAME_I_ErrorMsg
static final String COLUMNNAME_I_ErrorMsg
Column name I_ErrorMsg- See Also:
- Constant Field Values
-
COLUMNNAME_I_IsImported
static final String COLUMNNAME_I_IsImported
Column name I_IsImported- See Also:
- Constant Field Values
-
COLUMNNAME_InterestAreaName
static final String COLUMNNAME_InterestAreaName
Column name InterestAreaName- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_IsCustomer
static final String COLUMNNAME_IsCustomer
Column name IsCustomer- See Also:
- Constant Field Values
-
COLUMNNAME_IsEmployee
static final String COLUMNNAME_IsEmployee
Column name IsEmployee- See Also:
- Constant Field Values
-
COLUMNNAME_IsVendor
static final String COLUMNNAME_IsVendor
Column name IsVendor- See Also:
- Constant Field Values
-
COLUMNNAME_NAICS
static final String COLUMNNAME_NAICS
Column name NAICS- See Also:
- Constant Field Values
-
COLUMNNAME_Name
static final String COLUMNNAME_Name
Column name Name- See Also:
- Constant Field Values
-
COLUMNNAME_Name2
static final String COLUMNNAME_Name2
Column name Name2- See Also:
- Constant Field Values
-
COLUMNNAME_Password
static final String COLUMNNAME_Password
Column name Password- See Also:
- Constant Field Values
-
COLUMNNAME_Phone
static final String COLUMNNAME_Phone
Column name Phone- See Also:
- Constant Field Values
-
COLUMNNAME_Phone2
static final String COLUMNNAME_Phone2
Column name Phone2- See Also:
- Constant Field Values
-
COLUMNNAME_Postal
static final String COLUMNNAME_Postal
Column name Postal- See Also:
- Constant Field Values
-
COLUMNNAME_Postal_Add
static final String COLUMNNAME_Postal_Add
Column name Postal_Add- See Also:
- Constant Field Values
-
COLUMNNAME_Processed
static final String COLUMNNAME_Processed
Column name Processed- See Also:
- Constant Field Values
-
COLUMNNAME_Processing
static final String COLUMNNAME_Processing
Column name Processing- See Also:
- Constant Field Values
-
COLUMNNAME_RegionName
static final String COLUMNNAME_RegionName
Column name RegionName- See Also:
- Constant Field Values
-
COLUMNNAME_R_InterestArea_ID
static final String COLUMNNAME_R_InterestArea_ID
Column name R_InterestArea_ID- See Also:
- Constant Field Values
-
COLUMNNAME_TaxID
static final String COLUMNNAME_TaxID
Column name TaxID- See Also:
- Constant Field Values
-
COLUMNNAME_Title
static final String COLUMNNAME_Title
Column name Title- See Also:
- Constant Field Values
-
COLUMNNAME_Updated
static final String COLUMNNAME_Updated
Column name Updated- See Also:
- Constant Field Values
-
COLUMNNAME_UpdatedBy
static final String COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_Value
static final String COLUMNNAME_Value
Column name Value- See Also:
- Constant Field Values
-
-
Method Detail
-
getAD_Client_ID
int getAD_Client_ID()
Get Client. Client/Tenant for this installation.
-
setAddress1
void setAddress1(String Address1)
Set Address 1. Address line 1 for this location
-
getAddress1
String getAddress1()
Get Address 1. Address line 1 for this location
-
setAddress2
void setAddress2(String Address2)
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 client
-
getAD_Org_ID
int getAD_Org_ID()
Get Organization. Organizational entity within client
-
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
I_AD_User getAD_User() throws RuntimeException
- Throws:
RuntimeException
-
setBirthday
void setBirthday(Timestamp Birthday)
Set Birthday. Birthday or Anniversary day
-
getBirthday
Timestamp getBirthday()
Get Birthday. Birthday or Anniversary day
-
setBPContactGreeting
void setBPContactGreeting(String BPContactGreeting)
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
I_C_BPartner getC_BPartner() throws RuntimeException
- 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
I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException
- 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
I_C_BP_Group getC_BP_Group() throws RuntimeException
- 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
I_C_Country getC_Country() throws RuntimeException
- 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
I_C_Greeting getC_Greeting() throws RuntimeException
- Throws:
RuntimeException
-
setCity
void setCity(String City)
Set City. Identifies a City
-
getCity
String getCity()
Get City. Identifies a City
-
setComments
void setComments(String Comments)
Set Comments. Comments or additional information
-
getComments
String getComments()
Get Comments. Comments or additional information
-
setContactDescription
void setContactDescription(String ContactDescription)
Set Contact Description. Description of Contact
-
getContactDescription
String getContactDescription()
Get Contact Description. Description of Contact
-
setContactName
void setContactName(String ContactName)
Set Contact Name. Business Partner Contact Name
-
getContactName
String getContactName()
Get Contact Name. Business Partner Contact Name
-
setCountryCode
void setCountryCode(String CountryCode)
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
I_C_Region getC_Region() throws RuntimeException
- Throws:
RuntimeException
-
setDescription
void setDescription(String Description)
Set Description. Optional short description of the record
-
getDescription
String getDescription()
Get Description. Optional short description of the record
-
setDUNS
void setDUNS(String DUNS)
Set D-U-N-S. Dun & Bradstreet Number
-
getDUNS
String getDUNS()
Get D-U-N-S. Dun & Bradstreet Number
-
setEMail
void setEMail(String EMail)
Set EMail Address. Electronic Mail Address
-
getEMail
String getEMail()
Get EMail Address. Electronic Mail Address
-
setFax
void setFax(String Fax)
Set Fax. Facsimile number
-
getFax
String getFax()
Get Fax. Facsimile number
-
setGroupValue
void setGroupValue(String GroupValue)
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
void setI_BPartner_UU(String I_BPartner_UU)
Set I_BPartner_UU
-
getI_BPartner_UU
String getI_BPartner_UU()
Get I_BPartner_UU
-
setI_ErrorMsg
void setI_ErrorMsg(String I_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
void setInterestAreaName(String InterestAreaName)
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
void setNAICS(String NAICS)
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
void setName(String Name)
Set Name. Alphanumeric identifier of the entity
-
getName
String getName()
Get Name. Alphanumeric identifier of the entity
-
setName2
void setName2(String Name2)
Set Name 2. Additional Name
-
getName2
String getName2()
Get Name 2. Additional Name
-
setPassword
void setPassword(String Password)
Set Password. Password of any length (case sensitive)
-
getPassword
String getPassword()
Get Password. Password of any length (case sensitive)
-
setPhone
void setPhone(String Phone)
Set Phone. Identifies a telephone number
-
getPhone
String getPhone()
Get Phone. Identifies a telephone number
-
setPhone2
void setPhone2(String Phone2)
Set 2nd Phone. Identifies an alternate telephone number.
-
getPhone2
String getPhone2()
Get 2nd Phone. Identifies an alternate telephone number.
-
setPostal
void setPostal(String Postal)
Set ZIP. Postal code
-
getPostal
String getPostal()
Get ZIP. Postal code
-
setPostal_Add
void setPostal_Add(String Postal_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
void setRegionName(String RegionName)
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
I_R_InterestArea getR_InterestArea() throws RuntimeException
- Throws:
RuntimeException
-
setTaxID
void setTaxID(String TaxID)
Set Tax ID. Tax Identification
-
getTaxID
String getTaxID()
Get Tax ID. Tax Identification
-
setTitle
void setTitle(String Title)
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
void setValue(String Value)
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
-
-