Liferay 6.2-ce-ga5

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

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

public class DLFileEntryMetadataCacheModel
extends Object
implements CacheModel<DLFileEntryMetadata>, Externalizable

The cache model class for representing DLFileEntryMetadata in entity cache.

See Also:
DLFileEntryMetadata, Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
 long DDMStorageId
           
 long DDMStructureId
           
 long fileEntryId
           
 long fileEntryMetadataId
           
 long fileEntryTypeId
           
 long fileVersionId
           
 String uuid
           
 
Constructor Summary
DLFileEntryMetadataCacheModel()
           
 
Method Summary
 void readExternal(ObjectInput objectInput)
           
 DLFileEntryMetadata toEntityModel()
           
 String toString()
           
 void writeExternal(ObjectOutput objectOutput)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

uuid

public 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 String toString()
Overrides:
toString in class Object

toEntityModel

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

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

Liferay 6.2-ce-ga5