com.liferay.portlet.journal.model.impl
Class JournalArticleDisplayImpl
java.lang.Object
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 structureId,
String templateId,
boolean smallImage,
long smallImageId,
String smallImageURL,
int numberOfPages,
int currentPage,
boolean paginate,
boolean cacheable)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 structureId,
String templateId,
boolean smallImage,
long smallImageId,
String smallImageURL,
int numberOfPages,
int currentPage,
boolean paginate,
boolean cacheable)
getCompanyId
public long getCompanyId()
- Specified by:
getCompanyId
in interface JournalArticleDisplay
getId
public long getId()
- Specified by:
getId
in interface JournalArticleDisplay
getResourcePrimKey
public long getResourcePrimKey()
- Specified by:
getResourcePrimKey
in interface JournalArticleDisplay
getGroupId
public long getGroupId()
- Specified by:
getGroupId
in interface JournalArticleDisplay
getUserId
public long getUserId()
- Specified by:
getUserId
in interface JournalArticleDisplay
getArticleId
public String getArticleId()
- Specified by:
getArticleId
in interface JournalArticleDisplay
getVersion
public double getVersion()
- Specified by:
getVersion
in interface JournalArticleDisplay
getTitle
public String getTitle()
- Specified by:
getTitle
in interface JournalArticleDisplay
getUrlTitle
public String getUrlTitle()
- Specified by:
getUrlTitle
in interface JournalArticleDisplay
getDescription
public String getDescription()
- Specified by:
getDescription
in interface JournalArticleDisplay
getAvailableLocales
public String[] getAvailableLocales()
- Specified by:
getAvailableLocales
in interface JournalArticleDisplay
getContent
public String getContent()
- Specified by:
getContent
in interface JournalArticleDisplay
setContent
public void setContent(String content)
- Specified by:
setContent
in interface JournalArticleDisplay
getType
public String getType()
- Specified by:
getType
in interface JournalArticleDisplay
getStructureId
public String getStructureId()
- Specified by:
getStructureId
in interface JournalArticleDisplay
setStructureId
public void setStructureId(String structureId)
- Specified by:
setStructureId
in interface JournalArticleDisplay
getTemplateId
public String getTemplateId()
- Specified by:
getTemplateId
in interface JournalArticleDisplay
setTemplateId
public void setTemplateId(String templateId)
- Specified by:
setTemplateId
in interface JournalArticleDisplay
isSmallImage
public boolean isSmallImage()
- Specified by:
isSmallImage
in interface JournalArticleDisplay
setSmallImage
public void setSmallImage(boolean smallImage)
- Specified by:
setSmallImage
in interface JournalArticleDisplay
getSmallImageId
public long getSmallImageId()
- Specified by:
getSmallImageId
in interface JournalArticleDisplay
setSmallImageId
public void setSmallImageId(long smallImageId)
- Specified by:
setSmallImageId
in interface JournalArticleDisplay
getSmallImageURL
public String getSmallImageURL()
- Specified by:
getSmallImageURL
in interface JournalArticleDisplay
setSmallImageURL
public void setSmallImageURL(String smallImageURL)
- Specified by:
setSmallImageURL
in interface JournalArticleDisplay
getNumberOfPages
public int getNumberOfPages()
- Specified by:
getNumberOfPages
in interface JournalArticleDisplay
setNumberOfPages
public void setNumberOfPages(int numberOfPages)
- Specified by:
setNumberOfPages
in interface JournalArticleDisplay
getCurrentPage
public int getCurrentPage()
- Specified by:
getCurrentPage
in interface JournalArticleDisplay
setCurrentPage
public void setCurrentPage(int currentPage)
- Specified by:
setCurrentPage
in interface JournalArticleDisplay
isPaginate
public boolean isPaginate()
- Specified by:
isPaginate
in interface JournalArticleDisplay
setPaginate
public void setPaginate(boolean paginate)
- Specified by:
setPaginate
in interface JournalArticleDisplay
isCacheable
public boolean isCacheable()
- Specified by:
isCacheable
in interface JournalArticleDisplay
setCacheable
public void setCacheable(boolean cacheable)
- Specified by:
setCacheable
in interface JournalArticleDisplay