public abstract class BaseRepositoryLocalItem extends BaseItem implements RepositoryLocalItem
| Modifier and Type | Field and Description |
|---|---|
protected List<Category> |
categories |
protected String |
lastPublishedDateAsString |
protected Map<String,Field> |
metadata |
protected OrganizationalItem |
organizationalItem |
protected Publication |
owningPublication |
protected Publication |
publication |
protected String |
revisionDateAsString |
protected int |
version |
| Constructor and Description |
|---|
BaseRepositoryLocalItem() |
| Modifier and Type | Method and Description |
|---|---|
List<Category> |
getCategories() |
org.joda.time.DateTime |
getLastPublishedDate() |
Map<String,Field> |
getMetadata() |
OrganizationalItem |
getOrganizationalItem()
Get the organizational item
|
Publication |
getOwningPublication()
Get the publication
|
Publication |
getPublication()
Get the publication
|
org.joda.time.DateTime |
getRevisionDate() |
Schema |
getSchema() |
int |
getVersion() |
void |
setCategories(List<Category> categories) |
void |
setLastPublishedDate(org.joda.time.DateTime date) |
void |
setMetadata(Map<String,Field> metadata) |
void |
setOrganizationalItem(OrganizationalItem organizationalItem)
Set the organizational item
|
void |
setOwningPublication(Publication publication)
Set the publication
|
void |
setPublication(Publication publication)
Set the publication
|
void |
setRevisionDate(org.joda.time.DateTime date) |
void |
setSchema(Schema schema) |
void |
setVersion(int version) |
addCustomProperty, getCustomProperties, getCustomProperty, getExtensionData, getId, getTitle, setCustomProperties, setExtensionData, setId, setTitleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddCustomProperty, getCustomProperties, getCustomProperty, getExtensionData, getId, getTitle, setCustomProperties, setExtensionData, setId, setTitleprotected String revisionDateAsString
protected Publication publication
protected Publication owningPublication
protected OrganizationalItem organizationalItem
protected String lastPublishedDateAsString
protected int version
public OrganizationalItem getOrganizationalItem()
getOrganizationalItem in interface RepositoryLocalItempublic void setOrganizationalItem(OrganizationalItem organizationalItem)
setOrganizationalItem in interface RepositoryLocalItempublic Publication getOwningPublication()
getOwningPublication in interface RepositoryLocalItempublic void setOwningPublication(Publication publication)
setOwningPublication in interface RepositoryLocalItempublication - public Publication getPublication()
getPublication in interface RepositoryLocalItempublic void setPublication(Publication publication)
setPublication in interface RepositoryLocalItempublication - public org.joda.time.DateTime getRevisionDate()
public void setRevisionDate(org.joda.time.DateTime date)
public org.joda.time.DateTime getLastPublishedDate()
getLastPublishedDate in interface RepositoryLocalItempublic void setLastPublishedDate(org.joda.time.DateTime date)
setLastPublishedDate in interface RepositoryLocalItempublic int getVersion()
public void setVersion(int version)
public Schema getSchema()
getSchema in interface RepositoryLocalItempublic void setSchema(Schema schema)
setSchema in interface RepositoryLocalItemCopyright © 2017. All rights reserved.