public class ElectedOfficial extends Object implements Serializable
| Constructor and Description |
|---|
ElectedOfficial() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFirstName()
Returns the FirstName
|
String |
getId()
Returns the Id
|
String |
getLastName()
Returns the LastName
|
String |
getTitle()
Returns the Title
|
void |
setFirstName(String strFirstName)
Sets the FirstName
|
void |
setId(String strId)
Sets the Id
|
void |
setLastName(String strLastName)
Sets the LastName
|
void |
setTitle(String strTitle)
Sets the Title
|
public String getId()
public void setId(String strId)
strId - public String getFirstName()
public void setFirstName(String strFirstName)
strFirstName - The FirstNamepublic String getLastName()
public void setLastName(String strLastName)
strLastName - The LastNamepublic String getTitle()
public void setTitle(String strTitle)
strTitle - The TitleCopyright © 2018 City of Paris. All rights reserved.