com.liferay.portlet.documentlibrary.model.impl
Class DLFileEntryMetadataCacheModel
java.lang.Object
com.liferay.portlet.documentlibrary.model.impl.DLFileEntryMetadataCacheModel
- All Implemented Interfaces:
- CacheModel<DLFileEntryMetadata>, Externalizable, Serializable
@ProviderType
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.
uuid
public String uuid
fileEntryMetadataId
public long fileEntryMetadataId
companyId
public long companyId
DDMStorageId
public long DDMStorageId
DDMStructureId
public long DDMStructureId
fileEntryId
public long fileEntryId
fileVersionId
public long fileVersionId
DLFileEntryMetadataCacheModel
public DLFileEntryMetadataCacheModel()
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
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