com.liferay.asset.tag.stats.model.impl.AssetTagStatsImpl@Deprecated
public class AssetTagStatsCacheModel
extends Object
implements com.liferay.portal.kernel.model.CacheModel<com.liferay.asset.kernel.model.AssetTagStats>, Externalizable
| Modifier and Type | Field and Description |
|---|---|
int |
assetCount
Deprecated.
|
long |
classNameId
Deprecated.
|
long |
companyId
Deprecated.
|
long |
tagId
Deprecated.
|
long |
tagStatsId
Deprecated.
|
| Constructor and Description |
|---|
AssetTagStatsCacheModel()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Deprecated.
|
int |
hashCode()
Deprecated.
|
void |
readExternal(ObjectInput objectInput)
Deprecated.
|
com.liferay.asset.kernel.model.AssetTagStats |
toEntityModel()
Deprecated.
|
String |
toString()
Deprecated.
|
void |
writeExternal(ObjectOutput objectOutput)
Deprecated.
|
public long tagStatsId
public long companyId
public long tagId
public long classNameId
public int assetCount
public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Objectpublic com.liferay.asset.kernel.model.AssetTagStats toEntityModel()
toEntityModel in interface com.liferay.portal.kernel.model.CacheModel<com.liferay.asset.kernel.model.AssetTagStats>public void readExternal(ObjectInput objectInput)
throws IOException
readExternal in interface ExternalizableIOExceptionpublic void writeExternal(ObjectOutput objectOutput)
throws IOException
writeExternal in interface ExternalizableIOException