Liferay 6.0.5

com.liferay.portlet.journal.model.impl
Class JournalTemplateImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<JournalTemplate>
      extended by com.liferay.portlet.journal.model.impl.JournalTemplateModelImpl
          extended by com.liferay.portlet.journal.model.impl.JournalTemplateImpl
All Implemented Interfaces:
BaseModel<JournalTemplate>, JournalTemplate, JournalTemplateModel, Serializable, Cloneable, Comparable<JournalTemplate>

public class JournalTemplateImpl
extends JournalTemplateModelImpl
implements JournalTemplate

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.journal.model.impl.JournalTemplateModelImpl
DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
JournalTemplateImpl()
           
 
Method Summary
 String getSmallImageType()
           
 void setSmallImageType(String smallImageType)
           
 
Methods inherited from class com.liferay.portlet.journal.model.impl.JournalTemplateModelImpl
clone, compareTo, equals, getCacheable, getCompanyId, getCreateDate, getDescription, getExpandoBridge, getGroupId, getId, getLangType, getModifiedDate, getName, getOriginalGroupId, getOriginalSmallImageId, getOriginalTemplateId, getOriginalUuid, getPrimaryKey, getPrimaryKeyObj, getSmallImage, getSmallImageId, getSmallImageURL, getStructureId, getTemplateId, getUserId, getUserName, getUserUuid, getUuid, getXsl, hashCode, isCacheable, isSmallImage, setCacheable, setCompanyId, setCreateDate, setDescription, setExpandoBridgeAttributes, setGroupId, setId, setLangType, setModifiedDate, setName, setPrimaryKey, setSmallImage, setSmallImageId, setSmallImageURL, setStructureId, setTemplateId, setUserId, setUserName, setUserUuid, setUuid, setXsl, toEscapedModel, toModel, toModels, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
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
 

Constructor Detail

JournalTemplateImpl

public JournalTemplateImpl()
Method Detail

getSmallImageType

public String getSmallImageType()
                         throws PortalException,
                                SystemException
Specified by:
getSmallImageType in interface JournalTemplate
Throws:
PortalException
SystemException

setSmallImageType

public void setSmallImageType(String smallImageType)
Specified by:
setSmallImageType in interface JournalTemplate

Liferay 6.0.5