@ProviderType public class DLContentCacheModel extends Object implements com.liferay.portal.kernel.model.CacheModel<com.liferay.document.library.kernel.model.DLContent>, Externalizable
DLContent
,
Serialized FormModifier and Type | Field and Description |
---|---|
long |
companyId |
long |
contentId |
long |
groupId |
String |
path |
long |
repositoryId |
long |
size |
String |
version |
Constructor and Description |
---|
DLContentCacheModel() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
void |
readExternal(ObjectInput objectInput) |
com.liferay.document.library.kernel.model.DLContent |
toEntityModel() |
String |
toString() |
void |
writeExternal(ObjectOutput objectOutput) |
public long contentId
public long groupId
public long companyId
public long repositoryId
public String path
public String version
public long size
public com.liferay.document.library.kernel.model.DLContent toEntityModel()
toEntityModel
in interface com.liferay.portal.kernel.model.CacheModel<com.liferay.document.library.kernel.model.DLContent>
public void readExternal(ObjectInput objectInput) throws IOException
readExternal
in interface Externalizable
IOException
public void writeExternal(ObjectOutput objectOutput) throws IOException
writeExternal
in interface Externalizable
IOException