@Deprecated
public class AssetCategoryPropertyCacheModel
extends java.lang.Object
implements com.liferay.portal.kernel.model.CacheModel<com.liferay.asset.kernel.model.AssetCategoryProperty>, java.io.Externalizable
| Modifier and Type | Field and Description |
|---|---|
long |
categoryId
Deprecated.
|
long |
categoryPropertyId
Deprecated.
|
long |
companyId
Deprecated.
|
long |
createDate
Deprecated.
|
java.lang.String |
key
Deprecated.
|
long |
modifiedDate
Deprecated.
|
long |
userId
Deprecated.
|
java.lang.String |
userName
Deprecated.
|
java.lang.String |
value
Deprecated.
|
| Constructor and Description |
|---|
AssetCategoryPropertyCacheModel()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object)
Deprecated.
|
int |
hashCode()
Deprecated.
|
void |
readExternal(java.io.ObjectInput objectInput)
Deprecated.
|
com.liferay.asset.kernel.model.AssetCategoryProperty |
toEntityModel()
Deprecated.
|
java.lang.String |
toString()
Deprecated.
|
void |
writeExternal(java.io.ObjectOutput objectOutput)
Deprecated.
|
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 AssetCategoryPropertyCacheModel()
public boolean equals(java.lang.Object object)
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