Liferay 7.0-ce-b4

com.liferay.portlet.documentlibrary.model
Interface DLSyncEvent

All Superinterfaces:
BaseModel<DLSyncEvent>, ClassedModel, Cloneable, Comparable<DLSyncEvent>, DLSyncEventModel, PersistedModel, Serializable, ShardedModel
All Known Implementing Classes:
DLSyncEventWrapper

@ProviderType
public interface DLSyncEvent
extends DLSyncEventModel, PersistedModel

The extended model interface for the DLSyncEvent service. Represents a row in the "DLSyncEvent" database table, with each column mapped to a property of this class.

See Also:
DLSyncEventModel, com.liferay.portlet.documentlibrary.model.impl.DLSyncEventImpl, com.liferay.portlet.documentlibrary.model.impl.DLSyncEventModelImpl

Field Summary
static Accessor<DLSyncEvent,Long> SYNC_EVENT_ID_ACCESSOR
           
 
Method Summary
 
Methods inherited from interface com.liferay.portlet.documentlibrary.model.DLSyncEventModel
clone, compareTo, getCompanyId, getEvent, getExpandoBridge, getModifiedTime, getPrimaryKey, getPrimaryKeyObj, getSyncEventId, getType, getTypePK, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, 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, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Field Detail

SYNC_EVENT_ID_ACCESSOR

static final Accessor<DLSyncEvent,Long> SYNC_EVENT_ID_ACCESSOR

Liferay 7.0-ce-b4