public class Favorite extends Object implements Serializable
Constructor and Description |
---|
Favorite() |
Modifier and Type | Method and Description |
---|---|
int |
getId()
Returns the Id
|
boolean |
getIsActivated()
Returns the IsActivated
|
boolean |
getIsDefault()
Return the default boolean
|
String |
getLabel()
Returns the Label
|
String |
getProviderName()
Returns the Provider Name
|
String |
getRemoteId()
Returns the remote Id of the favorite
|
String |
getUrl()
Returns the Url
|
void |
setId(int nId)
Sets the Id
|
void |
setIsActivated(boolean bIsActivated)
Sets the IsActivated
|
void |
setIsDefault(boolean bIsDefault)
Set the default boolean
|
void |
setLabel(String strLabel)
Sets the Label
|
void |
setProviderName(String strProviderName)
Sets the Provider Name
|
void |
setRemoteId(String strRemoteId)
Set the remote Id of the favorite
|
void |
setUrl(String strUrl)
Sets the Url
|
public int getId()
public void setId(int nId)
nId
- The Idpublic String getLabel()
public void setLabel(String strLabel)
strLabel
- The Labelpublic String getUrl()
public void setUrl(String strUrl)
strUrl
- The Urlpublic boolean getIsActivated()
public void setIsActivated(boolean bIsActivated)
bIsActivated
- The IsActivatedpublic String getProviderName()
public void setProviderName(String strProviderName)
strProviderName
- The ProviderNamepublic String getRemoteId()
public void setRemoteId(String strRemoteId)
strRemoteId
- the remote Id of the favoritepublic boolean getIsDefault()
public void setIsDefault(boolean bIsDefault)
bIsDefault
- Copyright © 2019 City of Paris. All rights reserved.