public interface RepositoryLocalItem extends Item
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.DateTime |
getLastPublishedDate() |
OrganizationalItem |
getOrganizationalItem()
Get the organizational item
|
Publication |
getOwningPublication()
Get the publication
|
Publication |
getPublication()
Get the owning publication
|
Schema |
getSchema()
Get the Schema
|
void |
setLastPublishedDate(org.joda.time.DateTime date) |
void |
setOrganizationalItem(OrganizationalItem organizationalItem)
Set the organizational item
|
void |
setOwningPublication(Publication publication)
Set the owning publication
|
void |
setPublication(Publication publication)
Set the publication
|
void |
setSchema(Schema schema) |
addCustomProperty, getCustomProperties, getCustomProperty, getExtensionData, getId, getTitle, setCustomProperties, setExtensionData, setId, setTitleOrganizationalItem getOrganizationalItem()
void setOrganizationalItem(OrganizationalItem organizationalItem)
organizationalItem - Publication getOwningPublication()
void setOwningPublication(Publication publication)
publication - Publication getPublication()
void setPublication(Publication publication)
publication - void setLastPublishedDate(org.joda.time.DateTime date)
org.joda.time.DateTime getLastPublishedDate()
Schema getSchema()
void setSchema(Schema schema)
Copyright © 2017. All rights reserved.