Liferay 6.2.0

com.liferay.portlet.journal.model
Interface JournalArticleDisplay

All Superinterfaces:
Serializable
All Known Implementing Classes:
JournalArticleDisplayImpl

public interface JournalArticleDisplay
extends Serializable


Method Summary
abstract  String getArticleId()
           
abstract  String[] getAvailableLocales()
           
abstract  long getCompanyId()
           
abstract  String getContent()
           
abstract  int getCurrentPage()
           
abstract  String getDDMStructureKey()
           
abstract  String getDDMTemplateKey()
           
abstract  String getDescription()
           
abstract  long getGroupId()
           
abstract  long getId()
           
abstract  int getNumberOfPages()
           
abstract  long getResourcePrimKey()
           
abstract  long getSmallImageId()
           
abstract  String getSmallImageURL()
           
abstract  String getTitle()
           
abstract  String getType()
           
abstract  String getUrlTitle()
           
abstract  long getUserId()
           
abstract  double getVersion()
           
abstract  boolean isCacheable()
           
abstract  boolean isPaginate()
           
abstract  boolean isSmallImage()
           
abstract  void setCacheable(boolean cacheable)
           
abstract  void setContent(String content)
           
abstract  void setCurrentPage(int currentPage)
           
abstract  void setDDMStructureKey(String ddmStructureKey)
           
abstract  void setDDMTemplateKey(String ddmTemplateKey)
           
abstract  void setNumberOfPages(int numberOfPages)
           
abstract  void setPaginate(boolean paginate)
           
abstract  void setSmallImage(boolean smallImage)
           
abstract  void setSmallImageId(long smallImageId)
           
abstract  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.0