org.fosstrak.webadapters.epcis.db
Class FeedBean
java.lang.Object
org.fosstrak.webadapters.epcis.db.FeedBean
public class FeedBean
- extends Object
The bean for a Feed
- Author:
- Mathias Mueller mathias.mueller(at)unifr.ch, Dominique Guinard
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FeedBean
public FeedBean(String id,
String title,
String subtitle,
String author,
String category,
String contributor,
String link,
String logo)
- Constructs a new Feed Bean
- Parameters:
id
- title
- subtitle
- author
- category
- contributor
- link
- logo
-
getId
public String getId()
- Returns:
- the id
setId
public void setId(String id)
- Parameters:
id
- the id to set
getTitle
public String getTitle()
- Returns:
- the title
setTitle
public void setTitle(String title)
- Parameters:
title
- the title to set
getSubtitle
public String getSubtitle()
- Returns:
- the subtitle
setSubtitle
public void setSubtitle(String subtitle)
- Parameters:
subtitle
- the subtitle to set
getAuthor
public String getAuthor()
- Returns:
- the author
setAuthor
public void setAuthor(String author)
- Parameters:
author
- the author to set
getCategory
public String getCategory()
- Returns:
- the category
setCategory
public void setCategory(String category)
- Parameters:
category
- the category to set
getContributor
public String getContributor()
- Returns:
- the contributor
setContributor
public void setContributor(String contributor)
- Parameters:
contributor
- the contributor to set
getLink
public String getLink()
- Returns:
- the link
setLink
public void setLink(String link)
- Parameters:
link
- the link to set
getEntries
public List<EntryBean> getEntries()
- Returns:
- the entries
setEntries
public void setEntries(List<EntryBean> entries)
- Parameters:
entries
- the entries to set
getLogo
public String getLogo()
- Returns:
- the logo
setLogo
public void setLogo(String logo)
- Parameters:
logo
- the logo to set
Copyright © 2010. All Rights Reserved.