@ObjectCreate(pattern="feed/entry") public final class Entry extends Object
Constructor and Description |
---|
Entry() |
Modifier and Type | Method and Description |
---|---|
String |
getContent() |
String |
getId() |
URL |
getLink() |
String |
getTitle() |
Date |
getUpdated() |
void |
setContent(String content) |
void |
setId(String id) |
void |
setLink(URL link) |
void |
setTitle(String title) |
void |
setUpdated(Date updated) |
String |
toString() |
public Entry()
public Date getUpdated()
public void setUpdated(Date updated)
public String getContent()
public void setContent(String content)
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.