com.liferay.portlet.journal.model
Interface JournalTemplate

All Superinterfaces:
BaseModel, java.lang.Cloneable, java.lang.Comparable, JournalTemplateModel, java.io.Serializable

public interface JournalTemplate
extends JournalTemplateModel

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This interface is a model that represents the JournalTemplate table in the database.

Customize com.liferay.portlet.journal.model.impl.JournalTemplateImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
JournalTemplateModel, com.liferay.portlet.journal.model.impl.JournalTemplateImpl, com.liferay.portlet.journal.model.impl.JournalTemplateModelImpl

Method Summary
 java.lang.String getSmallImageType()
           
 java.lang.String getUserUuid()
           
 void setSmallImageType(java.lang.String smallImageType)
           
 void setUserUuid(java.lang.String userUuid)
           
 
Methods inherited from interface com.liferay.portlet.journal.model.JournalTemplateModel
getCacheable, getCompanyId, getCreateDate, getDescription, getGroupId, getId, getLangType, getModifiedDate, getName, getPrimaryKey, getSmallImage, getSmallImageId, getSmallImageURL, getStructureId, getTemplateId, getUserId, getUserName, getUuid, getXsl, isCacheable, isSmallImage, setCacheable, setCompanyId, setCreateDate, setDescription, setGroupId, setId, setLangType, setModifiedDate, setName, setPrimaryKey, setSmallImage, setSmallImageId, setSmallImageURL, setStructureId, setTemplateId, setUserId, setUserName, setUuid, setXsl, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getUserUuid

java.lang.String getUserUuid()
                             throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

setUserUuid

void setUserUuid(java.lang.String userUuid)

getSmallImageType

java.lang.String getSmallImageType()
                                   throws com.liferay.portal.PortalException,
                                          com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

setSmallImageType

void setSmallImageType(java.lang.String smallImageType)