| Constructor and Description | 
|---|
Feed()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addAuthor(String author)  | 
void | 
addEntry(Entry entry)  | 
List<String> | 
getAuthors()  | 
List<Entry> | 
getEntries()  | 
String | 
getId()  | 
URL | 
getLink()  | 
String | 
getTitle()  | 
Date | 
getUpdated()  | 
void | 
setId(String id)  | 
void | 
setLink(URL link)  | 
void | 
setTitle(String title)  | 
void | 
setUpdated(Date updated)  | 
String | 
toString()  | 
public Feed()
public Date getUpdated()
public void setUpdated(Date updated)
public List<String> getAuthors()
public List<Entry> getEntries()
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.