Liferay 6.0.3

com.liferay.portlet.journal.model
Interface JournalTemplate

All Superinterfaces:
BaseModel<JournalTemplate>, Cloneable, Comparable<JournalTemplate>, JournalTemplateModel, Serializable
All Known Implementing Classes:
JournalTemplateImpl, JournalTemplateWrapper

public interface JournalTemplate
extends JournalTemplateModel

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

Customize JournalTemplateImpl and rerun the ServiceBuilder to generate the new methods.

See Also:
JournalTemplateModel, JournalTemplateImpl, JournalTemplateModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

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

Method Detail

getSmallImageType

String getSmallImageType()
                         throws PortalException,
                                SystemException
Throws:
PortalException
SystemException

setSmallImageType

void setSmallImageType(String smallImageType)

Liferay 6.0.3