Liferay 6.2-ce-ga5

com.liferay.portlet.documentlibrary.model
Interface DLSyncEvent

All Superinterfaces:
BaseModel<DLSyncEvent>, ClassedModel, Cloneable, Comparable<DLSyncEvent>, DLSyncEventModel, PersistedModel, Serializable
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, DLSyncEventImpl, DLSyncEventModelImpl

Method Summary
 
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
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 


Liferay 6.2-ce-ga5