Package com.portal.app.ccare.comp
Class PNameinfoBean
java.lang.Object
com.portal.app.ccare.comp.PNameinfoBean
Controller bean interface for the Name details
- Author:
- Suresh Kumar Grandhisiri
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the AddressGets the CanonCompanyGets the CanonCountrygetCity()Gets the CityGets the CompanyGets the ContactTypeGets the EmailAddrGets the FirstCanonGets the FirstNameGets the LastCanonGets the LastNameGets the MiddleCanonGets the MiddleNameGets the SalutationGets the Service object poidgetState()Gets the StategetTitle()Gets the TitlegetZip()Gets the zipvoidsetAddress(String strAddress) Sets the AddressvoidsetCanonCompany(String strCanonCompany) Sets the CanonCompanyvoidsetCanonCountry(String strCanonCountry) Sets the CanonCountryvoidSets the CityvoidsetCompany(String strCompany) Sets the CompanyvoidsetContactType(String strContactType) Sets the ContactTypevoidsetEmailAddr(String strEmailAddr) Sets the EmailAddrvoidsetFirstCanon(String strFirstCanon) Sets the FirstCanonvoidsetFirstName(String strFirstName) Sets the FirstNamevoidsetLastCanon(String strLastCanon) Sets the LastCanonvoidsetLastName(String strLastName) Sets the LastNamevoidsetMiddleCanon(String strMiddleCanon) Sets the MiddleCanonvoidsetMiddleName(String strMiddleName) Sets the MiddleNamevoidsetSalutation(String strSalutation) Sets the SalutationvoidsetServiceObj(Poid pServiceObj) Sets the Service object poidvoidSets the StatevoidSets the TitlevoidSets the zip
-
Constructor Details
-
PNameinfoBean
public PNameinfoBean()
-
-
Method Details
-
setAddress
Sets the Address- Parameters:
A-Stringwith the value of address
-
getAddress
Gets the Address- Returns:
- A
Stringwith the value of address
-
setCanonCompany
Sets the CanonCompany- Parameters:
A-Stringwith the value of CanonCompany
-
getCanonCompany
Gets the CanonCompany- Returns:
- A
Stringwith the value of CanonCompany
-
setCanonCountry
Sets the CanonCountry- Parameters:
A-Stringwith the value of CanonCountry
-
getCanonCountry
Gets the CanonCountry- Returns:
- A
Stringwith the value of CanonCountry
-
setCity
Sets the City- Parameters:
A-Stringwith the value of City
-
getCity
Gets the City- Returns:
- A
Stringwith the value of City
-
setCompany
Sets the Company- Parameters:
A-Stringwith the value of Company
-
getCompany
Gets the Company- Returns:
- A
Stringwith the value of Company
-
setContactType
Sets the ContactType- Parameters:
A-Stringwith the value of ContactType
-
getContactType
Gets the ContactType- Returns:
- A
Stringwith the value of ContactType
-
setEmailAddr
Sets the EmailAddr- Parameters:
A-Stringwith the value of EmailAddr
-
getEmailAddr
Gets the EmailAddr- Returns:
- A
Stringwith the value of EmailAddr
-
setFirstCanon
Sets the FirstCanon- Parameters:
A-Stringwith the value of FirstCanon
-
getFirstCanon
Gets the FirstCanon- Returns:
- A
Stringwith the value of FirstCanon
-
setFirstName
Sets the FirstName- Parameters:
A-Stringwith the value of FirstName
-
getFirstName
Gets the FirstName- Returns:
- A
Stringwith the value of FirstName
-
setLastCanon
Sets the LastCanon- Parameters:
A-Stringwith the value of LastCanon
-
getLastCanon
Gets the LastCanon- Returns:
- A
Stringwith the value of LastCanon
-
setLastName
Sets the LastName- Parameters:
A-Stringwith the value of LastName
-
getLastName
Gets the LastName- Returns:
- A
Stringwith the value of LastName
-
setMiddleCanon
Sets the MiddleCanon- Parameters:
A-Stringwith the value of MiddleCanon
-
getMiddleCanon
Gets the MiddleCanon- Returns:
- A
Stringwith the value of MiddleCanon
-
setMiddleName
Sets the MiddleName- Parameters:
A-Stringwith the value of MiddleName
-
getMiddleName
Gets the MiddleName- Returns:
- A
Stringwith the value of MiddleName
-
setSalutation
Sets the Salutation- Parameters:
A-Stringwith the value of Salutation
-
getSalutation
Gets the Salutation- Returns:
- A
Stringwith the value of Salutation
-
setState
Sets the State- Parameters:
A-Stringwith the value of State
-
getState
Gets the State- Returns:
- A
Stringwith the value of State
-
setTitle
Sets the Title- Parameters:
A-Stringwith the value of Title
-
getTitle
Gets the Title- Returns:
- A
Stringwith the value of Title
-
setZip
Sets the zip- Parameters:
A-Stringwith the value of zip
-
getZip
Gets the zip- Returns:
- A
Stringwith the value of zip
-
setServiceObj
Sets the Service object poid- Parameters:
A-Poidwith the value of Service object poid
-
getServiceObj
Gets the Service object poid- Returns:
- A
Poidwith the value of Service object poid
-