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

java.lang.Object
  extended bycom.liferay.portal.model.impl.BaseModelImpl
      extended bycom.liferay.portlet.journal.model.impl.JournalStructureModelImpl
          extended bycom.liferay.portlet.journal.model.impl.JournalStructureImpl
All Implemented Interfaces:
com.liferay.portal.model.BaseModel, java.lang.Cloneable, java.lang.Comparable, com.liferay.portlet.journal.model.JournalStructure, com.liferay.portlet.journal.model.JournalStructureModel, java.io.Serializable

public class JournalStructureImpl
extends JournalStructureModelImpl
implements com.liferay.portlet.journal.model.JournalStructure

View Source

Author:
Brian Wing Shun Chan
See Also:
Serialized Form

Field Summary
static java.lang.String RESERVED
           
static java.lang.String RESERVED_ARTICLE_AUTHOR_COMMENTS
           
static java.lang.String RESERVED_ARTICLE_AUTHOR_EMAIL_ADDRESS
           
static java.lang.String RESERVED_ARTICLE_AUTHOR_ID
           
static java.lang.String RESERVED_ARTICLE_AUTHOR_JOB_TITLE
           
static java.lang.String RESERVED_ARTICLE_AUTHOR_LOCATION
           
static java.lang.String RESERVED_ARTICLE_AUTHOR_NAME
           
static java.lang.String RESERVED_ARTICLE_AUTHOR_ORGANIZATION
           
static java.lang.String RESERVED_ARTICLE_CREATE_DATE
           
static java.lang.String RESERVED_ARTICLE_DESCRIPTION
           
static java.lang.String RESERVED_ARTICLE_DISPLAY_DATE
           
static java.lang.String RESERVED_ARTICLE_ID
           
static java.lang.String RESERVED_ARTICLE_MODIFIED_DATE
           
static java.lang.String RESERVED_ARTICLE_TITLE
           
static java.lang.String RESERVED_ARTICLE_TYPE
           
static java.lang.String RESERVED_ARTICLE_VERSION
           
 
Fields inherited from class com.liferay.portlet.journal.model.impl.JournalStructureModelImpl
LOCK_EXPIRATION_TIME, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, XSS_ALLOW_BY_MODEL, XSS_ALLOW_DESCRIPTION, XSS_ALLOW_NAME, XSS_ALLOW_STRUCTUREID, XSS_ALLOW_USERNAME, XSS_ALLOW_XSD
 
Fields inherited from class com.liferay.portal.model.impl.BaseModelImpl
XSS_ALLOW
 
Constructor Summary
JournalStructureImpl()
           
 
Methods inherited from class com.liferay.portlet.journal.model.impl.JournalStructureModelImpl
clone, compareTo, equals, getCompanyId, getCreateDate, getDescription, getGroupId, getId, getModifiedDate, getName, getPrimaryKey, getPrimaryKeyObj, getStructureId, getUserId, getUserName, getXsd, hashCode, setCompanyId, setCreateDate, setDescription, setGroupId, setId, setModifiedDate, setName, setPrimaryKey, setStructureId, setUserId, setUserName, setXsd
 
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.JournalStructureModel
getCompanyId, getCreateDate, getDescription, getGroupId, getId, getModifiedDate, getName, getPrimaryKey, getStructureId, getUserId, getUserName, getXsd, setCompanyId, setCreateDate, setDescription, setGroupId, setId, setModifiedDate, setName, setPrimaryKey, setStructureId, setUserId, setUserName, setXsd
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getPrimaryKeyObj, isNew, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Field Detail

RESERVED

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

RESERVED_ARTICLE_ID

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

RESERVED_ARTICLE_VERSION

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

RESERVED_ARTICLE_TITLE

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

RESERVED_ARTICLE_DESCRIPTION

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

RESERVED_ARTICLE_TYPE

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

RESERVED_ARTICLE_CREATE_DATE

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

RESERVED_ARTICLE_MODIFIED_DATE

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

RESERVED_ARTICLE_DISPLAY_DATE

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

RESERVED_ARTICLE_AUTHOR_ID

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

RESERVED_ARTICLE_AUTHOR_NAME

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

RESERVED_ARTICLE_AUTHOR_EMAIL_ADDRESS

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

RESERVED_ARTICLE_AUTHOR_COMMENTS

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

RESERVED_ARTICLE_AUTHOR_ORGANIZATION

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

RESERVED_ARTICLE_AUTHOR_LOCATION

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

RESERVED_ARTICLE_AUTHOR_JOB_TITLE

public static final java.lang.String RESERVED_ARTICLE_AUTHOR_JOB_TITLE
See Also:
Constant Field Values
Constructor Detail

JournalStructureImpl

public JournalStructureImpl()