@ProviderType
public class AssetVocabularyCacheModel
extends java.lang.Object
implements com.liferay.portal.kernel.model.CacheModel<com.liferay.asset.kernel.model.AssetVocabulary>, java.io.Externalizable
AssetVocabulary,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
long |
companyId |
long |
createDate |
java.lang.String |
description |
long |
groupId |
long |
lastPublishDate |
long |
modifiedDate |
java.lang.String |
name |
java.lang.String |
settings |
java.lang.String |
title |
long |
userId |
java.lang.String |
userName |
java.lang.String |
uuid |
long |
vocabularyId |
| Constructor and Description |
|---|
AssetVocabularyCacheModel() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
void |
readExternal(java.io.ObjectInput objectInput) |
com.liferay.asset.kernel.model.AssetVocabulary |
toEntityModel() |
java.lang.String |
toString() |
void |
writeExternal(java.io.ObjectOutput objectOutput) |
public java.lang.String uuid
public long vocabularyId
public long groupId
public long companyId
public long userId
public java.lang.String userName
public long createDate
public long modifiedDate
public java.lang.String name
public java.lang.String title
public java.lang.String description
public java.lang.String settings
public long lastPublishDate
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic com.liferay.asset.kernel.model.AssetVocabulary toEntityModel()
toEntityModel in interface com.liferay.portal.kernel.model.CacheModel<com.liferay.asset.kernel.model.AssetVocabulary>public void readExternal(java.io.ObjectInput objectInput)
throws java.io.IOException
readExternal in interface java.io.Externalizablejava.io.IOExceptionpublic void writeExternal(java.io.ObjectOutput objectOutput)
throws java.io.IOException
writeExternal in interface java.io.Externalizablejava.io.IOException