Liferay 6.2-ce-ga5

com.liferay.portlet.journal.model.impl
Class JournalArticleDisplayImpl

java.lang.Object
  extended by com.liferay.portlet.journal.model.impl.JournalArticleDisplayImpl
All Implemented Interfaces:
JournalArticleDisplay, Serializable

public class JournalArticleDisplayImpl
extends Object
implements JournalArticleDisplay

See Also:
Serialized Form

Constructor Summary
JournalArticleDisplayImpl(long companyId, long id, long resourcePrimKey, long groupId, long userId, String articleId, double version, String title, String urlTitle, String description, String[] availableLocales, String content, String type, String ddmStructureKey, String ddmTemplateKey, boolean smallImage, long smallImageId, String smallImageURL, int numberOfPages, int currentPage, boolean paginate, boolean cacheable)
           
 
Method Summary
 String getArticleId()
           
 String[] getAvailableLocales()
           
 long getCompanyId()
           
 String getContent()
           
 int getCurrentPage()
           
 String getDDMStructureKey()
           
 String getDDMTemplateKey()
           
 String getDescription()
           
 long getGroupId()
           
 long getId()
           
 int getNumberOfPages()
           
 long getResourcePrimKey()
           
 long getSmallImageId()
           
 String getSmallImageURL()
           
 String getTitle()
           
 String getType()
           
 String getUrlTitle()
           
 long getUserId()
           
 double getVersion()
           
 boolean isCacheable()
           
 boolean isPaginate()
           
 boolean isSmallImage()
           
 void setCacheable(boolean cacheable)
           
 void setContent(String content)
           
 void setCurrentPage(int currentPage)
           
 void setDDMStructureKey(String ddmStructureKey)
           
 void setDDMTemplateKey(String ddmTemplateKey)
           
 void setNumberOfPages(int numberOfPages)
           
 void setPaginate(boolean paginate)
           
 void setSmallImage(boolean smallImage)
           
 void setSmallImageId(long smallImageId)
           
 void setSmallImageURL(String smallImageURL)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JournalArticleDisplayImpl

public JournalArticleDisplayImpl(long companyId,
                                 long id,
                                 long resourcePrimKey,
                                 long groupId,
                                 long userId,
                                 String articleId,
                                 double version,
                                 String title,
                                 String urlTitle,
                                 String description,
                                 String[] availableLocales,
                                 String content,
                                 String type,
                                 String ddmStructureKey,
                                 String ddmTemplateKey,
                                 boolean smallImage,
                                 long smallImageId,
                                 String smallImageURL,
                                 int numberOfPages,
                                 int currentPage,
                                 boolean paginate,
                                 boolean cacheable)
Method Detail

getArticleId

public String getArticleId()
Specified by:
getArticleId in interface JournalArticleDisplay

getAvailableLocales

public String[] getAvailableLocales()
Specified by:
getAvailableLocales in interface JournalArticleDisplay

getCompanyId

public long getCompanyId()
Specified by:
getCompanyId in interface JournalArticleDisplay

getContent

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

getCurrentPage

public int getCurrentPage()
Specified by:
getCurrentPage in interface JournalArticleDisplay

getDDMStructureKey

public String getDDMStructureKey()
Specified by:
getDDMStructureKey in interface JournalArticleDisplay

getDDMTemplateKey

public String getDDMTemplateKey()
Specified by:
getDDMTemplateKey in interface JournalArticleDisplay

getDescription

public String getDescription()
Specified by:
getDescription in interface JournalArticleDisplay

getGroupId

public long getGroupId()
Specified by:
getGroupId in interface JournalArticleDisplay

getId

public long getId()
Specified by:
getId in interface JournalArticleDisplay

getNumberOfPages

public int getNumberOfPages()
Specified by:
getNumberOfPages in interface JournalArticleDisplay

getResourcePrimKey

public long getResourcePrimKey()
Specified by:
getResourcePrimKey in interface JournalArticleDisplay

getSmallImageId

public long getSmallImageId()
Specified by:
getSmallImageId in interface JournalArticleDisplay

getSmallImageURL

public String getSmallImageURL()
Specified by:
getSmallImageURL in interface JournalArticleDisplay

getTitle

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

getType

public String getType()
Specified by:
getType in interface JournalArticleDisplay

getUrlTitle

public String getUrlTitle()
Specified by:
getUrlTitle in interface JournalArticleDisplay

getUserId

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

getVersion

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

isCacheable

public boolean isCacheable()
Specified by:
isCacheable in interface JournalArticleDisplay

isPaginate

public boolean isPaginate()
Specified by:
isPaginate in interface JournalArticleDisplay

isSmallImage

public boolean isSmallImage()
Specified by:
isSmallImage in interface JournalArticleDisplay

setCacheable

public void setCacheable(boolean cacheable)
Specified by:
setCacheable in interface JournalArticleDisplay

setContent

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

setCurrentPage

public void setCurrentPage(int currentPage)
Specified by:
setCurrentPage in interface JournalArticleDisplay

setDDMStructureKey

public void setDDMStructureKey(String ddmStructureKey)
Specified by:
setDDMStructureKey in interface JournalArticleDisplay

setDDMTemplateKey

public void setDDMTemplateKey(String ddmTemplateKey)
Specified by:
setDDMTemplateKey in interface JournalArticleDisplay

setNumberOfPages

public void setNumberOfPages(int numberOfPages)
Specified by:
setNumberOfPages in interface JournalArticleDisplay

setPaginate

public void setPaginate(boolean paginate)
Specified by:
setPaginate in interface JournalArticleDisplay

setSmallImage

public void setSmallImage(boolean smallImage)
Specified by:
setSmallImage in interface JournalArticleDisplay

setSmallImageId

public void setSmallImageId(long smallImageId)
Specified by:
setSmallImageId in interface JournalArticleDisplay

setSmallImageURL

public void setSmallImageURL(String smallImageURL)
Specified by:
setSmallImageURL in interface JournalArticleDisplay

Liferay 6.2-ce-ga5