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.service.model.impl.JournalTemplateImpl and rerun the ServiceBuilder to generate the new methods.

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

Methods inherited from interface com.liferay.portlet.journal.model.JournalTemplateModel
getCompanyId, getCreateDate, getDescription, getGroupId, getId, getLangType, getModifiedDate, getName, getPrimaryKey, getSmallImage, getSmallImageId, getSmallImageURL, getStructureId, getTemplateId, getUserId, getUserName, getXsl, isSmallImage, setCompanyId, setCreateDate, setDescription, setGroupId, setId, setLangType, setModifiedDate, setName, setPrimaryKey, setSmallImage, setSmallImageId, setSmallImageURL, setStructureId, setTemplateId, setUserId, setUserName, setXsl
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getPrimaryKeyObj, isNew, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo