com.liferay.portlet.wiki.model.impl
Class WikiPageDisplayImpl
java.lang.Object
com.liferay.portlet.wiki.model.impl.WikiPageDisplayImpl
- All Implemented Interfaces:
- WikiPageDisplay, Serializable
public class WikiPageDisplayImpl
- extends Object
- implements WikiPageDisplay
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WikiPageDisplayImpl
public WikiPageDisplayImpl(long userId,
long nodeId,
String title,
double version,
String content,
String formattedContent,
String format,
boolean head,
String[] attachments)
getUserId
public long getUserId()
- Specified by:
getUserId in interface WikiPageDisplay
setUserId
public void setUserId(long userId)
- Specified by:
setUserId in interface WikiPageDisplay
getNodeId
public long getNodeId()
- Specified by:
getNodeId in interface WikiPageDisplay
setNodeId
public void setNodeId(long nodeId)
- Specified by:
setNodeId in interface WikiPageDisplay
getTitle
public String getTitle()
- Specified by:
getTitle in interface WikiPageDisplay
setTitle
public void setTitle(String title)
- Specified by:
setTitle in interface WikiPageDisplay
getVersion
public double getVersion()
- Specified by:
getVersion in interface WikiPageDisplay
setVersion
public void setVersion(double version)
- Specified by:
setVersion in interface WikiPageDisplay
getContent
public String getContent()
- Specified by:
getContent in interface WikiPageDisplay
setContent
public void setContent(String content)
- Specified by:
setContent in interface WikiPageDisplay
getFormattedContent
public String getFormattedContent()
- Specified by:
getFormattedContent in interface WikiPageDisplay
setFormattedContent
public void setFormattedContent(String formattedContent)
- Specified by:
setFormattedContent in interface WikiPageDisplay
getFormat
public String getFormat()
- Specified by:
getFormat in interface WikiPageDisplay
setFormat
public void setFormat(String format)
- Specified by:
setFormat in interface WikiPageDisplay
getHead
public boolean getHead()
- Specified by:
getHead in interface WikiPageDisplay
isHead
public boolean isHead()
- Specified by:
isHead in interface WikiPageDisplay
setHead
public void setHead(boolean head)
- Specified by:
setHead in interface WikiPageDisplay
getAttachments
public String[] getAttachments()
- Specified by:
getAttachments in interface WikiPageDisplay
setAttachments
public void setAttachments(String[] attachments)
- Specified by:
setAttachments in interface WikiPageDisplay