public class Entry extends Object
| Constructor and Description |
|---|
Entry(String uri,
String title,
String summary,
String category,
String author,
String contributor,
Boolean deprecated,
String identifier,
Set<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() |
Boolean |
getDeprecated() |
String |
getId()
Returns internally generated ID of the object (that's part of the object URI).
|
String |
getIdentifier()
Returns user-specified identifier of the object.
|
String |
getLink()
Deprecated.
use
getUri() instead |
Boolean |
getLocked() |
String |
getSummary() |
Set<String> |
getTags() |
String |
getTitle() |
Boolean |
getUnlisted() |
org.joda.time.DateTime |
getUpdated() |
String |
getUri() |
boolean |
isDeprecated() |
boolean |
isLocked() |
boolean |
isUnlisted() |
String |
toString() |
@Deprecated public String getLink()
getUri() insteadpublic String getId()
public String getUri()
public String getTitle()
public String getSummary()
public String getCategory()
public String getAuthor()
public String getContributor()
public boolean isDeprecated()
public Boolean getDeprecated()
public String getIdentifier()
public org.joda.time.DateTime getCreated()
public org.joda.time.DateTime getUpdated()
public boolean isLocked()
public Boolean getLocked()
public boolean isUnlisted()
public Boolean getUnlisted()
Copyright © 2017. All rights reserved.