public abstract class AbstractObj extends Object implements Obj
| Modifier and Type | Field and Description |
|---|---|
protected Meta |
meta |
OBJ_TEMPLATE, OBJ_URI, URI| Modifier | Constructor and Description |
|---|---|
protected |
AbstractObj(Meta meta) |
| 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 static <T extends Obj> |
uris(T... objs)
Get list of URIs of the given
Objs |
protected final Meta meta
protected AbstractObj(Meta meta)
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 boolean isDeprecated()
public String getIdentifier()
public boolean isLocked()
public boolean isUnlisted()
@SafeVarargs protected static <T extends Obj> String[] uris(T... objs)
ObjsT - Obj typeobjs - metadata objectsCopyright © 2014. All Rights Reserved.