Liferay 6.1.2-ce-ga3

com.liferay.portlet.documentlibrary.model.impl
Class DLSyncCacheModel

java.lang.Object
  extended by 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.

Field Summary
 long companyId
           
 long createDate
           
 String description
           
 String event
           
 long fileId
           
 String fileUuid
           
 long modifiedDate
           
 String name
           
 long parentFolderId
           
 long repositoryId
           
 long syncId
           
 String type
           
 String version
           
 
Constructor Summary
DLSyncCacheModel()
           
 
Method Summary
 DLSync toEntityModel()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

DLSyncCacheModel

public DLSyncCacheModel()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toEntityModel

public DLSync toEntityModel()
Specified by:
toEntityModel in interface CacheModel<DLSync>

Liferay 6.1.2-ce-ga3