com.liferay.portlet.documentlibrary.model.impl
Class DLSyncCacheModel
java.lang.Object
com.liferay.portlet.documentlibrary.model.impl.DLSyncCacheModel
- All Implemented Interfaces:
- com.liferay.portal.model.CacheModel<com.liferay.portlet.documentlibrary.model.DLSync>, java.io.Serializable
public class DLSyncCacheModel
- extends java.lang.Object
- implements com.liferay.portal.model.CacheModel<com.liferay.portlet.documentlibrary.model.DLSync>, java.io.Serializable
The cache model class for representing DLSync in entity cache.
- Author:
- Brian Wing Shun Chan
- See Also:
DLSync,
Serialized Form- Generated:
|
Method Summary |
com.liferay.portlet.documentlibrary.model.DLSync |
toEntityModel()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
syncId
public long syncId
companyId
public long companyId
createDate
public long createDate
modifiedDate
public long modifiedDate
fileId
public long fileId
fileUuid
public java.lang.String fileUuid
repositoryId
public long repositoryId
parentFolderId
public long parentFolderId
name
public java.lang.String name
event
public java.lang.String event
type
public java.lang.String type
version
public java.lang.String version
DLSyncCacheModel
public DLSyncCacheModel()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
toEntityModel
public com.liferay.portlet.documentlibrary.model.DLSync toEntityModel()
- Specified by:
toEntityModel in interface com.liferay.portal.model.CacheModel<com.liferay.portlet.documentlibrary.model.DLSync>