@ProviderType public class AssetCategoryPropertyCacheModel extends Object implements com.liferay.portal.kernel.model.CacheModel<com.liferay.asset.kernel.model.AssetCategoryProperty>, Externalizable
AssetCategoryProperty,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
long |
categoryId |
long |
categoryPropertyId |
long |
companyId |
long |
createDate |
String |
key |
long |
modifiedDate |
long |
userId |
String |
userName |
String |
value |
| Constructor and Description |
|---|
AssetCategoryPropertyCacheModel() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
void |
readExternal(ObjectInput objectInput) |
com.liferay.asset.kernel.model.AssetCategoryProperty |
toEntityModel() |
String |
toString() |
void |
writeExternal(ObjectOutput objectOutput) |
public long categoryPropertyId
public long companyId
public long userId
public String userName
public long createDate
public long modifiedDate
public long categoryId
public String key
public String value
public 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(ObjectInput objectInput) throws IOException
readExternal in interface ExternalizableIOExceptionpublic void writeExternal(ObjectOutput objectOutput) throws IOException
writeExternal in interface ExternalizableIOException