com.liferay.portlet.documentlibrary.model.impl
Class DLSyncCacheModel
java.lang.Object
com.liferay.portlet.documentlibrary.model.impl.DLSyncCacheModel
- All Implemented Interfaces:
- CacheModel<DLSync>, Serializable
public class DLSyncCacheModel
- extends Object
- implements CacheModel<DLSync>, Serializable
The cache model class for representing DLSync in entity cache.
- See Also:
DLSync
,
Serialized Form- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
syncId
public long syncId
companyId
public long companyId
createDate
public long createDate
modifiedDate
public long modifiedDate
fileId
public long fileId
fileUuid
public String fileUuid
repositoryId
public long repositoryId
parentFolderId
public long parentFolderId
name
public String name
description
public String description
event
public String event
type
public String type
version
public String version
DLSyncCacheModel
public DLSyncCacheModel()
toString
public String toString()
- Overrides:
toString
in class Object
toEntityModel
public DLSync toEntityModel()
- Specified by:
toEntityModel
in interface CacheModel<DLSync>