@ProviderType
public class AssetCategoryPropertyCacheModel
extends java.lang.Object
implements com.liferay.portal.kernel.model.CacheModel<com.liferay.asset.kernel.model.AssetCategoryProperty>, java.io.Externalizable
AssetCategoryProperty,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
long |
categoryId |
long |
categoryPropertyId |
long |
companyId |
long |
createDate |
java.lang.String |
key |
long |
modifiedDate |
long |
userId |
java.lang.String |
userName |
java.lang.String |
value |
| Constructor and Description |
|---|
AssetCategoryPropertyCacheModel() |
| 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.AssetCategoryProperty |
toEntityModel() |
java.lang.String |
toString() |
void |
writeExternal(java.io.ObjectOutput objectOutput) |
public long categoryPropertyId
public long companyId
public long userId
public java.lang.String userName
public long createDate
public long modifiedDate
public long categoryId
public java.lang.String key
public java.lang.String value
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.AssetCategoryProperty toEntityModel()
toEntityModel in interface com.liferay.portal.kernel.model.CacheModel<com.liferay.asset.kernel.model.AssetCategoryProperty>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