public class Appointment extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
RESOURCE_TYPE |
| Constructor and Description |
|---|
Appointment() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContacts()
get Contacts
|
String |
getDescription()
Returns the Description
|
List<ElectedOfficial> |
getElectedOfficialList()
get Elected Official List
|
Date |
getEndDate()
Returns the EndDate
|
int |
getId()
Returns the Id
|
List<Lobby> |
getLobbyList()
get Lobby List
|
Date |
getStartDate()
Returns the StartDate
|
String |
getTitle()
Returns the Title
|
int |
getTypeId()
Returns the TypeId
|
String |
getTypeLabel()
Returns the TypeLabel
|
String |
getUrl()
Returns the Url
|
void |
setContacts(String _strContacts)
set Contacts
|
void |
setDescription(String strDescription)
Sets the Description
|
void |
setElectedOfficialList(List<ElectedOfficial> electedOfficialList)
set Elected Official List
|
void |
setEndDate(Date dateEndDate)
Sets the EndDate
|
void |
setId(int nId)
Sets the Id
|
void |
setLobbyList(List<Lobby> lobbyList)
set Lobby List
|
void |
setStartDate(Date dateStartDate)
Sets the StartDate
|
void |
setTitle(String strTitle)
Sets the Title
|
void |
setTypeId(int nTypeId)
Sets the TypeId
|
void |
setTypeLabel(String strTypeLabel)
Sets the TypeLabel
|
void |
setUrl(String strUrl)
Sets the Url
|
public static String RESOURCE_TYPE
public int getId()
public void setId(int nId)
nId - The Idpublic String getTitle()
public void setTitle(String strTitle)
strTitle - The Titlepublic String getDescription()
public void setDescription(String strDescription)
strDescription - The Descriptionpublic Date getStartDate()
public void setStartDate(Date dateStartDate)
dateStartDate - The StartDatepublic Date getEndDate()
public void setEndDate(Date dateEndDate)
dateEndDate - The EndDatepublic int getTypeId()
public void setTypeId(int nTypeId)
nTypeId - The TypeIdpublic String getTypeLabel()
public void setTypeLabel(String strTypeLabel)
strTypeLabel - The TypeLabelpublic String getUrl()
public void setUrl(String strUrl)
strUrl - The Urlpublic List<ElectedOfficial> getElectedOfficialList()
public void setElectedOfficialList(List<ElectedOfficial> electedOfficialList)
electedOfficialList - public String getContacts()
public void setContacts(String _strContacts)
_strContacts - Copyright © 2018 City of Paris. All rights reserved.