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