com.liferay.portlet.documentlibrary.model.impl
Class DLContentCacheModel
java.lang.Object
com.liferay.portlet.documentlibrary.model.impl.DLContentCacheModel
- All Implemented Interfaces:
- com.liferay.portal.kernel.model.CacheModel<com.liferay.document.library.kernel.model.DLContent>, Externalizable, Serializable
@ProviderType
public class DLContentCacheModel
- extends Object
- implements com.liferay.portal.kernel.model.CacheModel<com.liferay.document.library.kernel.model.DLContent>, Externalizable
The cache model class for representing DLContent in entity cache.
- See Also:
DLContent,
Serialized Form- {$generated.description}
contentId
public long contentId
groupId
public long groupId
companyId
public long companyId
repositoryId
public long repositoryId
path
public String path
version
public String version
size
public long size
DLContentCacheModel
public DLContentCacheModel()
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 com.liferay.document.library.kernel.model.DLContent toEntityModel()
- Specified by:
toEntityModel in interface com.liferay.portal.kernel.model.CacheModel<com.liferay.document.library.kernel.model.DLContent>
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