public class SponsoredLinkSet extends Object
Modifier and Type | Field and Description |
---|---|
static String |
RESOURCE_TYPE
Unique name of the resource type implemented by this class
|
Constructor and Description |
---|
SponsoredLinkSet() |
Modifier and Type | Method and Description |
---|---|
int |
getGroupId() |
int |
getId() |
List<SponsoredLink> |
getSponsoredLinkList() |
String |
getTitle() |
void |
setGroupId(int groupId)
Sets the id of the associated group of tags
|
void |
setId(int id)
Sets the id of this set
|
void |
setSponsoredLinkList(List<SponsoredLink> links)
Sets the list of links in this set
|
void |
setTitle(String title)
Sets the title of this set
|
public static final String RESOURCE_TYPE
public int getId()
public void setId(int id)
id
- The idpublic String getTitle()
public void setTitle(String title)
title
- The titlepublic List<SponsoredLink> getSponsoredLinkList()
public void setSponsoredLinkList(List<SponsoredLink> links)
links
- A Collection of SponsoredLinkpublic int getGroupId()
public void setGroupId(int groupId)
groupId
- The id of a SponsoredLinkGroupCopyright © 2017 City of Paris. All rights reserved.