public class Entry extends Object
| Constructor and Description |
|---|
Entry(String link,
String title,
String summary,
String category,
String author,
String contributor,
boolean deprecated,
String identifier,
String tags,
org.joda.time.DateTime created,
org.joda.time.DateTime updated,
boolean locked,
boolean unlisted) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor() |
String |
getCategory() |
String |
getContributor() |
org.joda.time.DateTime |
getCreated() |
String |
getIdentifier() |
String |
getLink() |
String |
getSummary() |
String |
getTags() |
String |
getTitle() |
org.joda.time.DateTime |
getUpdated() |
boolean |
isDeprecated() |
boolean |
isLocked() |
boolean |
isUnlisted() |
public String getLink()
public String getTitle()
public String getSummary()
public String getCategory()
public String getAuthor()
public String getContributor()
public boolean isDeprecated()
public String getIdentifier()
public String getTags()
public org.joda.time.DateTime getCreated()
public org.joda.time.DateTime getUpdated()
public boolean isLocked()
public boolean isUnlisted()
Copyright © 2014. All Rights Reserved.