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

java.lang.Object
  extended by com.liferay.portlet.documentlibrary.model.impl.DLFileEntryMetadataCacheModel
All Implemented Interfaces:
com.liferay.portal.model.CacheModel<com.liferay.portlet.documentlibrary.model.DLFileEntryMetadata>, java.io.Serializable

public class DLFileEntryMetadataCacheModel
extends java.lang.Object
implements com.liferay.portal.model.CacheModel<com.liferay.portlet.documentlibrary.model.DLFileEntryMetadata>, java.io.Serializable

The cache model class for representing DLFileEntryMetadata in entity cache.

Author:
Brian Wing Shun Chan
See Also:
DLFileEntryMetadata, Serialized Form
Generated:

Field Summary
 long DDMStorageId
           
 long DDMStructureId
           
 long fileEntryId
           
 long fileEntryMetadataId
           
 long fileEntryTypeId
           
 long fileVersionId
           
 java.lang.String uuid
           
 
Constructor Summary
DLFileEntryMetadataCacheModel()
           
 
Method Summary
 com.liferay.portlet.documentlibrary.model.DLFileEntryMetadata toEntityModel()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

uuid

public java.lang.String uuid

fileEntryMetadataId

public long fileEntryMetadataId

DDMStorageId

public long DDMStorageId

DDMStructureId

public long DDMStructureId

fileEntryTypeId

public long fileEntryTypeId

fileEntryId

public long fileEntryId

fileVersionId

public long fileVersionId
Constructor Detail

DLFileEntryMetadataCacheModel

public DLFileEntryMetadataCacheModel()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

toEntityModel

public com.liferay.portlet.documentlibrary.model.DLFileEntryMetadata toEntityModel()
Specified by:
toEntityModel in interface com.liferay.portal.model.CacheModel<com.liferay.portlet.documentlibrary.model.DLFileEntryMetadata>