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 zipvoid
setAddress
(String strAddress) Sets the Addressvoid
setCanonCompany
(String strCanonCompany) Sets the CanonCompanyvoid
setCanonCountry
(String strCanonCountry) Sets the CanonCountryvoid
Sets the Cityvoid
setCompany
(String strCompany) Sets the Companyvoid
setContactType
(String strContactType) Sets the ContactTypevoid
setEmailAddr
(String strEmailAddr) Sets the EmailAddrvoid
setFirstCanon
(String strFirstCanon) Sets the FirstCanonvoid
setFirstName
(String strFirstName) Sets the FirstNamevoid
setLastCanon
(String strLastCanon) Sets the LastCanonvoid
setLastName
(String strLastName) Sets the LastNamevoid
setMiddleCanon
(String strMiddleCanon) Sets the MiddleCanonvoid
setMiddleName
(String strMiddleName) Sets the MiddleNamevoid
setSalutation
(String strSalutation) Sets the Salutationvoid
setServiceObj
(Poid pServiceObj) Sets the Service object poidvoid
Sets the Statevoid
Sets the Titlevoid
Sets the zip
-
Constructor Details
-
PNameinfoBean
public PNameinfoBean()
-
-
Method Details
-
setAddress
Sets the Address- Parameters:
A
-String
with the value of address
-
getAddress
Gets the Address- Returns:
- A
String
with the value of address
-
setCanonCompany
Sets the CanonCompany- Parameters:
A
-String
with the value of CanonCompany
-
getCanonCompany
Gets the CanonCompany- Returns:
- A
String
with the value of CanonCompany
-
setCanonCountry
Sets the CanonCountry- Parameters:
A
-String
with the value of CanonCountry
-
getCanonCountry
Gets the CanonCountry- Returns:
- A
String
with the value of CanonCountry
-
setCity
Sets the City- Parameters:
A
-String
with the value of City
-
getCity
Gets the City- Returns:
- A
String
with the value of City
-
setCompany
Sets the Company- Parameters:
A
-String
with the value of Company
-
getCompany
Gets the Company- Returns:
- A
String
with the value of Company
-
setContactType
Sets the ContactType- Parameters:
A
-String
with the value of ContactType
-
getContactType
Gets the ContactType- Returns:
- A
String
with the value of ContactType
-
setEmailAddr
Sets the EmailAddr- Parameters:
A
-String
with the value of EmailAddr
-
getEmailAddr
Gets the EmailAddr- Returns:
- A
String
with the value of EmailAddr
-
setFirstCanon
Sets the FirstCanon- Parameters:
A
-String
with the value of FirstCanon
-
getFirstCanon
Gets the FirstCanon- Returns:
- A
String
with the value of FirstCanon
-
setFirstName
Sets the FirstName- Parameters:
A
-String
with the value of FirstName
-
getFirstName
Gets the FirstName- Returns:
- A
String
with the value of FirstName
-
setLastCanon
Sets the LastCanon- Parameters:
A
-String
with the value of LastCanon
-
getLastCanon
Gets the LastCanon- Returns:
- A
String
with the value of LastCanon
-
setLastName
Sets the LastName- Parameters:
A
-String
with the value of LastName
-
getLastName
Gets the LastName- Returns:
- A
String
with the value of LastName
-
setMiddleCanon
Sets the MiddleCanon- Parameters:
A
-String
with the value of MiddleCanon
-
getMiddleCanon
Gets the MiddleCanon- Returns:
- A
String
with the value of MiddleCanon
-
setMiddleName
Sets the MiddleName- Parameters:
A
-String
with the value of MiddleName
-
getMiddleName
Gets the MiddleName- Returns:
- A
String
with the value of MiddleName
-
setSalutation
Sets the Salutation- Parameters:
A
-String
with the value of Salutation
-
getSalutation
Gets the Salutation- Returns:
- A
String
with the value of Salutation
-
setState
Sets the State- Parameters:
A
-String
with the value of State
-
getState
Gets the State- Returns:
- A
String
with the value of State
-
setTitle
Sets the Title- Parameters:
A
-String
with the value of Title
-
getTitle
Gets the Title- Returns:
- A
String
with the value of Title
-
setZip
Sets the zip- Parameters:
A
-String
with the value of zip
-
getZip
Gets the zip- Returns:
- A
String
with the value of zip
-
setServiceObj
Sets the Service object poid- Parameters:
A
-Poid
with the value of Service object poid
-
getServiceObj
Gets the Service object poid- Returns:
- A
Poid
with the value of Service object poid
-