Liferay 6.1.2-ce-ga3

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

java.lang.Object
  extended by com.liferay.portlet.documentlibrary.model.impl.DLFileEntryCacheModel
All Implemented Interfaces:
CacheModel<DLFileEntry>, Serializable

public class DLFileEntryCacheModel
extends Object
implements CacheModel<DLFileEntry>, Serializable

The cache model class for representing DLFileEntry in entity cache.

See Also:
DLFileEntry, 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
           
 long custom1ImageId
           
 long custom2ImageId
           
 String description
           
 String extension
           
 String extraSettings
           
 long fileEntryId
           
 long fileEntryTypeId
           
 long folderId
           
 long groupId
           
 long largeImageId
           
 String mimeType
           
 long modifiedDate
           
 String name
           
 int readCount
           
 long repositoryId
           
 long size
           
 long smallImageId
           
 String title
           
 long userId
           
 String userName
           
 String uuid
           
 String version
           
 long versionUserId
           
 String versionUserName
           
 
Constructor Summary
DLFileEntryCacheModel()
           
 
Method Summary
 DLFileEntry toEntityModel()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

uuid

public String uuid

fileEntryId

public long fileEntryId

groupId

public long groupId

companyId

public long companyId

userId

public long userId

userName

public String userName

versionUserId

public long versionUserId

versionUserName

public String versionUserName

createDate

public long createDate

modifiedDate

public long modifiedDate

repositoryId

public long repositoryId

folderId

public long folderId

name

public String name

extension

public String extension

mimeType

public String mimeType

title

public String title

description

public String description

extraSettings

public String extraSettings

fileEntryTypeId

public long fileEntryTypeId

version

public String version

size

public long size

readCount

public int readCount

smallImageId

public long smallImageId

largeImageId

public long largeImageId

custom1ImageId

public long custom1ImageId

custom2ImageId

public long custom2ImageId
Constructor Detail

DLFileEntryCacheModel

public DLFileEntryCacheModel()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toEntityModel

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

Liferay 6.1.2-ce-ga3