@ProviderType public class AssetTagStatsCacheModel extends Object implements com.liferay.portal.kernel.model.CacheModel<com.liferay.asset.kernel.model.AssetTagStats>, Externalizable
AssetTagStats,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
int |
assetCount |
long |
classNameId |
long |
companyId |
long |
tagId |
long |
tagStatsId |
| Constructor and Description |
|---|
AssetTagStatsCacheModel() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
void |
readExternal(ObjectInput objectInput) |
com.liferay.asset.kernel.model.AssetTagStats |
toEntityModel() |
String |
toString() |
void |
writeExternal(ObjectOutput objectOutput) |
public long tagStatsId
public long companyId
public long tagId
public long classNameId
public int assetCount
public 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