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