com.liferay.portlet.journal.model
Interface JournalArticleDisplay
- All Superinterfaces:
- Serializable
public interface JournalArticleDisplay
- extends Serializable
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)