com.liferay.portlet.documentlibrary.model.impl
Class DLSyncCacheModel
java.lang.Object
com.liferay.portlet.documentlibrary.model.impl.DLSyncCacheModel
- All Implemented Interfaces:
- CacheModel<DLSync>, Externalizable, Serializable
public class DLSyncCacheModel
- extends Object
- implements CacheModel<DLSync>, Externalizable
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>
readExternal
public void readExternal(ObjectInput objectInput)
throws IOException
- Specified by:
readExternal in interface Externalizable
- Throws:
IOException
writeExternal
public void writeExternal(ObjectOutput objectOutput)
throws IOException
- Specified by:
writeExternal in interface Externalizable
- Throws:
IOException