Liferay 6.1.2-ce-ga3

com.liferay.portlet.documentlibrary.model
Interface DLSync

All Superinterfaces:
BaseModel<DLSync>, ClassedModel, Cloneable, Comparable<DLSync>, DLSyncModel, PersistedModel, Serializable
All Known Implementing Classes:
DLSyncWrapper

public interface DLSync
extends DLSyncModel, PersistedModel

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

See Also:
DLSyncModel, DLSyncImpl, DLSyncModelImpl

Method Summary
 
Methods inherited from interface com.liferay.portlet.documentlibrary.model.DLSyncModel
clone, compareTo, getCompanyId, getCreateDate, getDescription, getEvent, getExpandoBridge, getFileId, getFileUuid, getModifiedDate, getName, getParentFolderId, getPrimaryKey, getPrimaryKeyObj, getRepositoryId, getSyncId, getType, getVersion, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setCreateDate, setDescription, setEvent, setExpandoBridgeAttributes, setFileId, setFileUuid, setModifiedDate, setName, setNew, setParentFolderId, setPrimaryKey, setPrimaryKeyObj, setRepositoryId, setSyncId, setType, setVersion, 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.1.2-ce-ga3