public class ElectedOfficialAppointment extends Object implements Serializable
| Constructor and Description |
|---|
ElectedOfficialAppointment(String idElectedOfficial,
int idAppointment) |
| Modifier and Type | Method and Description |
|---|---|
int |
getIdAppointment()
Returns the IdAppointment
|
String |
getIdElectedOfficial()
Returns the Id
|
void |
setIdAppointment(int nIdAppointment)
Sets the IdAppointment
|
void |
setIdElectedOfficial(String strId)
Sets the Id
|
public ElectedOfficialAppointment(String idElectedOfficial, int idAppointment)
public String getIdElectedOfficial()
public void setIdElectedOfficial(String strId)
strId - The Idpublic int getIdAppointment()
public void setIdAppointment(int nIdAppointment)
nIdAppointment - The IdAppointmentCopyright © 2018 City of Paris. All rights reserved.