com.liferay.portlet.journal.model
Interface JournalTemplate
- All Superinterfaces:
- BaseModel<JournalTemplate>, java.lang.Cloneable, java.lang.Comparable<JournalTemplate>, JournalTemplateModel, java.io.Serializable
- All Known Implementing Classes:
- JournalTemplateWrapper
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
- Generated:
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 |
getSmallImageType
java.lang.String getSmallImageType()
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
setSmallImageType
void setSmallImageType(java.lang.String smallImageType)