public class CustomerResult extends Object
Constructor and Description |
---|
CustomerResult() |
Modifier and Type | Method and Description |
---|---|
String |
getEmail()
Returns the Email
|
String |
getFirstname()
Returns the Firstname
|
int |
getId()
Returns the Id
|
String |
getLastname()
Returns the Lastname
|
String |
getMobilePhone()
Returns the MobilePhone
|
void |
setEmail(String strEmail)
Sets the Email
|
void |
setFirstname(String strFirstname)
Sets the Firstname
|
void |
setId(int nId)
Sets the Id
|
void |
setLastname(String strLastname)
Sets the Lastname
|
void |
setMobilePhone(String strMobilePhone)
Sets the MobilePhone
|
public int getId()
public void setId(int nId)
nId
- The Idpublic String getFirstname()
public void setFirstname(String strFirstname)
strFirstname
- The Firstnamepublic String getLastname()
public void setLastname(String strLastname)
strLastname
- The Lastnamepublic String getEmail()
public void setEmail(String strEmail)
strEmail
- The Emailpublic String getMobilePhone()
public void setMobilePhone(String strMobilePhone)
strMobilePhone
- The MobilePhoneCopyright © 2016 City of Paris. All rights reserved.