Liferay 6.2-ce-ga5

com.liferay.portlet.journal.model
Interface JournalArticleDisplay

All Superinterfaces:
Serializable
All Known Implementing Classes:
JournalArticleDisplayImpl

public interface JournalArticleDisplay
extends Serializable


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)
           
 

Method Detail

getArticleId

String getArticleId()

getAvailableLocales

String[] getAvailableLocales()

getCompanyId

long getCompanyId()

getContent

String getContent()

getCurrentPage

int getCurrentPage()

getDDMStructureKey

String getDDMStructureKey()

getDDMTemplateKey

String getDDMTemplateKey()

getDescription

String getDescription()

getGroupId

long getGroupId()

getId

long getId()

getNumberOfPages

int getNumberOfPages()

getResourcePrimKey

long getResourcePrimKey()

getSmallImageId

long getSmallImageId()

getSmallImageURL

String getSmallImageURL()

getTitle

String getTitle()

getType

String getType()

getUrlTitle

String getUrlTitle()

getUserId

long getUserId()

getVersion

double getVersion()

isCacheable

boolean isCacheable()

isPaginate

boolean isPaginate()

isSmallImage

boolean isSmallImage()

setCacheable

void setCacheable(boolean cacheable)

setContent

void setContent(String content)

setCurrentPage

void setCurrentPage(int currentPage)

setDDMStructureKey

void setDDMStructureKey(String ddmStructureKey)

setDDMTemplateKey

void setDDMTemplateKey(String ddmTemplateKey)

setNumberOfPages

void setNumberOfPages(int numberOfPages)

setPaginate

void setPaginate(boolean paginate)

setSmallImage

void setSmallImage(boolean smallImage)

setSmallImageId

void setSmallImageId(long smallImageId)

setSmallImageURL

void setSmallImageURL(String smallImageURL)

Liferay 6.2-ce-ga5