Liferay 6.1.2-ce-ga3

com.liferay.portlet.journal.model
Interface JournalTemplate

All Superinterfaces:
AuditedModel, BaseModel<JournalTemplate>, ClassedModel, Cloneable, Comparable<JournalTemplate>, GroupedModel, JournalTemplateModel, PersistedModel, Serializable
All Known Implementing Classes:
JournalTemplateWrapper

public interface JournalTemplate
extends JournalTemplateModel, PersistedModel

The extended model interface for the JournalTemplate service. Represents a row in the "JournalTemplate" database table, with each column mapped to a property of this class.

See Also:
JournalTemplateModel, JournalTemplateImpl, JournalTemplateModelImpl

Method Summary
 String getSmallImageType()
           
 void setSmallImageType(String smallImageType)
           
 
Methods inherited from interface com.liferay.portlet.journal.model.JournalTemplateModel
clone, compareTo, getCacheable, getCompanyId, getCreateDate, getDescription, getDescription, getDescription, getDescription, getDescription, getDescriptionCurrentLanguageId, getDescriptionCurrentValue, getDescriptionMap, getExpandoBridge, getGroupId, getId, getLangType, getModifiedDate, getName, getName, getName, getName, getName, getNameCurrentLanguageId, getNameCurrentValue, getNameMap, getPrimaryKey, getPrimaryKeyObj, getSmallImage, getSmallImageId, getSmallImageURL, getStructureId, getTemplateId, getUserId, getUserName, getUserUuid, getUuid, getXsl, hashCode, isCacheable, isCachedModel, isEscapedModel, isNew, isSmallImage, prepareLocalizedFieldsForImport, setCacheable, setCachedModel, setCompanyId, setCreateDate, setDescription, setDescription, setDescription, setDescriptionCurrentLanguageId, setDescriptionMap, setDescriptionMap, setExpandoBridgeAttributes, setGroupId, setId, setLangType, setModifiedDate, setName, setName, setName, setNameCurrentLanguageId, setNameMap, setNameMap, setNew, setPrimaryKey, setPrimaryKeyObj, setSmallImage, setSmallImageId, setSmallImageURL, setStructureId, setTemplateId, setUserId, setUserName, setUserUuid, setUuid, setXsl, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Method Detail

getSmallImageType

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

setSmallImageType

void setSmallImageType(String smallImageType)

Liferay 6.1.2-ce-ga3