|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.chromattic.docs.reference.website.Content
public abstract class Content
| Constructor Summary | |
|---|---|
Content()
|
|
| Method Summary | |
|---|---|
abstract java.lang.String |
getContent()
Returns the page content. |
abstract java.util.Date |
getLastModifiedDate()
Returns the date of the page last modification. |
abstract java.util.Collection<Page> |
getPages()
Returns all the pages associated with this content. |
abstract java.util.List<java.lang.String> |
getTags()
Returns the list of the page tags. |
abstract java.lang.String |
getTitle()
Returns the page title. |
abstract void |
setContent(java.lang.String content)
Updates the page content. |
abstract void |
setLastModifiedDate(java.util.Date date)
Updates the date of the page last modification. |
abstract void |
setTags(java.util.List<java.lang.String> tags)
Update the list of the page tags. |
abstract void |
setTitle(java.lang.String title)
Updates the page title. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Content()
| Method Detail |
|---|
public abstract java.lang.String getContent()
public abstract void setContent(java.lang.String content)
content - the new page contentpublic abstract java.util.List<java.lang.String> getTags()
public abstract void setTags(java.util.List<java.lang.String> tags)
tags - the list of tagspublic abstract java.lang.String getTitle()
public abstract void setTitle(java.lang.String title)
title - the new page titlepublic abstract java.util.Date getLastModifiedDate()
public abstract void setLastModifiedDate(java.util.Date date)
date - the date of the last modificationpublic abstract java.util.Collection<Page> getPages()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||