Liferay 6.2-ce-ga5

com.liferay.portlet.documentlibrary.model.impl
Class DLSyncEventImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<DLSyncEvent>
      extended by com.liferay.portlet.documentlibrary.model.impl.DLSyncEventModelImpl
          extended by com.liferay.portlet.documentlibrary.model.impl.DLSyncEventBaseImpl
              extended by com.liferay.portlet.documentlibrary.model.impl.DLSyncEventImpl
All Implemented Interfaces:
BaseModel<DLSyncEvent>, ClassedModel, PersistedModel, DLSyncEvent, DLSyncEventModel, Serializable, Cloneable, Comparable<DLSyncEvent>

public class DLSyncEventImpl
extends DLSyncEventBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.documentlibrary.model.impl.DLSyncEventModelImpl
COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, MODIFIEDTIME_COLUMN_BITMASK, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, TYPEPK_COLUMN_BITMASK
 
Constructor Summary
DLSyncEventImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portlet.documentlibrary.model.impl.DLSyncEventBaseImpl
persist
 
Methods inherited from class com.liferay.portlet.documentlibrary.model.impl.DLSyncEventModelImpl
clone, compareTo, equals, getColumnBitmask, getEvent, getExpandoBridge, getModelAttributes, getModelClass, getModelClassName, getModifiedTime, getOriginalModifiedTime, getOriginalTypePK, getPrimaryKey, getPrimaryKeyObj, getSyncEventId, getType, getTypePK, hashCode, resetOriginalValues, setEvent, setExpandoBridgeAttributes, setModelAttributes, setModifiedTime, setPrimaryKey, setPrimaryKeyObj, setSyncEventId, setType, setTypePK, toCacheModel, toEscapedModel, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.documentlibrary.model.DLSyncEventModel
clone, compareTo, getEvent, getExpandoBridge, getModifiedTime, getPrimaryKey, getPrimaryKeyObj, getSyncEventId, getType, getTypePK, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setEvent, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModifiedTime, setNew, setPrimaryKey, setPrimaryKeyObj, setSyncEventId, setType, setTypePK, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 

Constructor Detail

DLSyncEventImpl

public DLSyncEventImpl()

Liferay 6.2-ce-ga5