@ProviderType public class DLFileEntryMetadataCacheModel extends Object implements com.liferay.portal.kernel.model.CacheModel<com.liferay.document.library.kernel.model.DLFileEntryMetadata>, Externalizable
DLFileEntryMetadata
,
Serialized FormModifier and Type | Field and Description |
---|---|
long |
companyId |
long |
DDMStorageId |
long |
DDMStructureId |
long |
fileEntryId |
long |
fileEntryMetadataId |
long |
fileVersionId |
String |
uuid |
Constructor and Description |
---|
DLFileEntryMetadataCacheModel() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
void |
readExternal(ObjectInput objectInput) |
com.liferay.document.library.kernel.model.DLFileEntryMetadata |
toEntityModel() |
String |
toString() |
void |
writeExternal(ObjectOutput objectOutput) |
public String uuid
public long fileEntryMetadataId
public long companyId
public long DDMStorageId
public long DDMStructureId
public long fileEntryId
public long fileVersionId
public com.liferay.document.library.kernel.model.DLFileEntryMetadata toEntityModel()
toEntityModel
in interface com.liferay.portal.kernel.model.CacheModel<com.liferay.document.library.kernel.model.DLFileEntryMetadata>
public void readExternal(ObjectInput objectInput) throws IOException
readExternal
in interface Externalizable
IOException
public void writeExternal(ObjectOutput objectOutput) throws IOException
writeExternal
in interface Externalizable
IOException