public class Entry extends java.lang.Object
| Constructor and Description |
|---|
Entry() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAuthor()
Return the author set by setAuthor().
|
java.lang.String |
getContent()
Return the content set by
setContent(String). |
Page |
getPage()
Returns the page set by
setPage(Page). |
java.lang.String |
getTitle()
Returns the title.
|
java.lang.String |
getURL()
Return the URL set by setURL().
|
void |
setAuthor(java.lang.String author)
Set the author of this entry.
|
void |
setContent(java.lang.String content)
Set the content of this entry.
|
void |
setPage(Page p)
Sets the WikiPage to which this Entry refers to.
|
void |
setTitle(java.lang.String title)
Sets a title for the change.
|
void |
setURL(java.lang.String url)
Set the URL - the permalink - of the Entry.
|
public Entry()
public void setAuthor(java.lang.String author)
author - Name of the author.public java.lang.String getAuthor()
public Page getPage()
setPage(Page).public void setPage(Page p)
p - A valid WikiPage.public void setTitle(java.lang.String title)
title - A String description of the change.public java.lang.String getTitle()
public void setURL(java.lang.String url)
url - An absolute URL to the entry.public java.lang.String getURL()
public void setContent(java.lang.String content)
content - A String of the content.public java.lang.String getContent()
setContent(String).Copyright (c) 2001-2022 The Apache Software Foundation. All rights reserved.