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

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

public class JournalTemplateImpl
extends JournalTemplateModelImpl
implements com.liferay.portlet.journal.model.JournalTemplate

View Source

Author:
Brian Wing Shun Chan
See Also:
Serialized Form

Field Summary
static java.lang.String LANG_TYPE_CSS
           
static java.lang.String LANG_TYPE_VM
           
static java.lang.String LANG_TYPE_XSL
           
static java.lang.String[] LANG_TYPES
           
 
Fields inherited from class com.liferay.portlet.journal.model.impl.JournalTemplateModelImpl
LOCK_EXPIRATION_TIME, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, XSS_ALLOW_BY_MODEL, XSS_ALLOW_DESCRIPTION, XSS_ALLOW_LANGTYPE, XSS_ALLOW_NAME, XSS_ALLOW_SMALLIMAGEURL, XSS_ALLOW_STRUCTUREID, XSS_ALLOW_TEMPLATEID, XSS_ALLOW_USERNAME, XSS_ALLOW_XSL
 
Fields inherited from class com.liferay.portal.model.impl.BaseModelImpl
XSS_ALLOW
 
Constructor Summary
JournalTemplateImpl()
           
 
Methods inherited from class com.liferay.portlet.journal.model.impl.JournalTemplateModelImpl
clone, compareTo, equals, getCompanyId, getCreateDate, getDescription, getGroupId, getId, getLangType, getModifiedDate, getName, getPrimaryKey, getPrimaryKeyObj, getSmallImage, getSmallImageId, getSmallImageURL, getStructureId, getTemplateId, getUserId, getUserName, getXsl, hashCode, isSmallImage, setCompanyId, setCreateDate, setDescription, setGroupId, setId, setLangType, setModifiedDate, setName, setPrimaryKey, setSmallImage, setSmallImageId, setSmallImageURL, setStructureId, setTemplateId, setUserId, setUserName, setXsl
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isNew, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
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
 

Field Detail

LANG_TYPE_VM

public static final java.lang.String LANG_TYPE_VM
See Also:
Constant Field Values

LANG_TYPE_XSL

public static final java.lang.String LANG_TYPE_XSL
See Also:
Constant Field Values

LANG_TYPE_CSS

public static final java.lang.String LANG_TYPE_CSS
See Also:
Constant Field Values

LANG_TYPES

public static final java.lang.String[] LANG_TYPES
Constructor Detail

JournalTemplateImpl

public JournalTemplateImpl()