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,
Set<String> tags,
String uri,
String identifier) |
|
Meta(String author,
String contributor,
org.joda.time.DateTime created,
org.joda.time.DateTime updated,
String summary,
String title,
String category,
Set<String> tags,
String uri,
String identifier,
Boolean deprecated,
Boolean production,
Boolean locked,
Boolean unlisted,
Boolean sharedWithSomeone) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor() |
String |
getCategory() |
String |
getContributor() |
org.joda.time.DateTime |
getCreated() |
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 |
getSummary() |
Set<String> |
getTags() |
String |
getTitle() |
org.joda.time.DateTime |
getUpdated() |
String |
getUri() |
Boolean |
isDeprecated()
Default is false/not-deprecated.
|
Boolean |
isLocked()
Flag that MD object is locked; default is false/unlocked.
|
Boolean |
isProduction()
Is the object production or not?
|
Boolean |
isSharedWithSomeone()
Is the linked object shared with someone via ACLs?
|
Boolean |
isUnlisted()
Default is false/listed.
|
void |
setCategory(String category) |
void |
setDeprecated(Boolean deprecated) |
void |
setIdentifier(String identifier) |
void |
setLocked(Boolean locked) |
void |
setProduction(Boolean production) |
void |
setSharedWithSomeone(Boolean sharedWithSomeone) |
void |
setSummary(String summary) |
void |
setTags(Set<String> tags) |
void |
setTitle(String title) |
void |
setUnlisted(Boolean unlisted) |
String |
toString() |
protected Meta(String author, String contributor, org.joda.time.DateTime created, org.joda.time.DateTime updated, String summary, String title, String category, Set<String> tags, String uri, String identifier)
public Meta(String author, String contributor, org.joda.time.DateTime created, org.joda.time.DateTime updated, String summary, String title, String category, Set<String> tags, String uri, String identifier, Boolean deprecated, Boolean production, Boolean locked, Boolean unlisted, Boolean sharedWithSomeone)
public Meta(String title)
public String getId()
public String getAuthor()
public String getContributor()
public org.joda.time.DateTime getCreated()
public String getSummary()
public void setSummary(String summary)
public String getTitle()
public void setTitle(String title)
public org.joda.time.DateTime getUpdated()
public String getCategory()
public void setCategory(String category)
public String getUri()
public Boolean isDeprecated()
public void setDeprecated(Boolean deprecated)
public String getIdentifier()
public void setIdentifier(String identifier)
public Boolean isProduction()
public void setProduction(Boolean production)
public Boolean isLocked()
public void setLocked(Boolean locked)
public Boolean isUnlisted()
public void setUnlisted(Boolean unlisted)
public Boolean isSharedWithSomeone()
public void setSharedWithSomeone(Boolean sharedWithSomeone)
Copyright © 2017. All rights reserved.