Liferay 6.1.2-ce-ga3

com.liferay.portlet.wiki.model.impl
Class WikiPageDisplayImpl

java.lang.Object
  extended by com.liferay.portlet.wiki.model.impl.WikiPageDisplayImpl
All Implemented Interfaces:
WikiPageDisplay, Serializable

public class WikiPageDisplayImpl
extends Object
implements WikiPageDisplay

See Also:
Serialized Form

Constructor Summary
WikiPageDisplayImpl(long userId, long nodeId, String title, double version, String content, String formattedContent, String format, boolean head, String[] attachments)
           
 
Method Summary
 String[] getAttachments()
           
 String getContent()
           
 String getFormat()
           
 String getFormattedContent()
           
 boolean getHead()
           
 long getNodeId()
           
 String getTitle()
           
 long getUserId()
           
 double getVersion()
           
 boolean isHead()
           
 void setAttachments(String[] attachments)
           
 void setContent(String content)
           
 void setFormat(String format)
           
 void setFormattedContent(String formattedContent)
           
 void setHead(boolean head)
           
 void setNodeId(long nodeId)
           
 void setTitle(String title)
           
 void setUserId(long userId)
           
 void setVersion(double version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WikiPageDisplayImpl

public WikiPageDisplayImpl(long userId,
                           long nodeId,
                           String title,
                           double version,
                           String content,
                           String formattedContent,
                           String format,
                           boolean head,
                           String[] attachments)
Method Detail

getAttachments

public String[] getAttachments()
Specified by:
getAttachments in interface WikiPageDisplay

getContent

public String getContent()
Specified by:
getContent in interface WikiPageDisplay

getFormat

public String getFormat()
Specified by:
getFormat in interface WikiPageDisplay

getFormattedContent

public String getFormattedContent()
Specified by:
getFormattedContent in interface WikiPageDisplay

getHead

public boolean getHead()
Specified by:
getHead in interface WikiPageDisplay

getNodeId

public long getNodeId()
Specified by:
getNodeId in interface WikiPageDisplay

getTitle

public String getTitle()
Specified by:
getTitle in interface WikiPageDisplay

getUserId

public long getUserId()
Specified by:
getUserId in interface WikiPageDisplay

getVersion

public double getVersion()
Specified by:
getVersion in interface WikiPageDisplay

isHead

public boolean isHead()
Specified by:
isHead in interface WikiPageDisplay

setAttachments

public void setAttachments(String[] attachments)
Specified by:
setAttachments in interface WikiPageDisplay

setContent

public void setContent(String content)
Specified by:
setContent in interface WikiPageDisplay

setFormat

public void setFormat(String format)
Specified by:
setFormat in interface WikiPageDisplay

setFormattedContent

public void setFormattedContent(String formattedContent)
Specified by:
setFormattedContent in interface WikiPageDisplay

setHead

public void setHead(boolean head)
Specified by:
setHead in interface WikiPageDisplay

setNodeId

public void setNodeId(long nodeId)
Specified by:
setNodeId in interface WikiPageDisplay

setTitle

public void setTitle(String title)
Specified by:
setTitle in interface WikiPageDisplay

setUserId

public void setUserId(long userId)
Specified by:
setUserId in interface WikiPageDisplay

setVersion

public void setVersion(double version)
Specified by:
setVersion in interface WikiPageDisplay

Liferay 6.1.2-ce-ga3