Liferay 7.0-ce-b4

com.liferay.portlet.asset.model
Interface AssetCategoryProperty

All Superinterfaces:
AssetCategoryPropertyModel, AuditedModel, BaseModel<AssetCategoryProperty>, ClassedModel, Cloneable, Comparable<AssetCategoryProperty>, PersistedModel, Serializable, ShardedModel
All Known Implementing Classes:
AssetCategoryPropertyWrapper

@ProviderType
public interface AssetCategoryProperty
extends AssetCategoryPropertyModel, PersistedModel

The extended model interface for the AssetCategoryProperty service. Represents a row in the "AssetCategoryProperty" database table, with each column mapped to a property of this class.

See Also:
AssetCategoryPropertyModel, com.liferay.portlet.asset.model.impl.AssetCategoryPropertyImpl, com.liferay.portlet.asset.model.impl.AssetCategoryPropertyModelImpl

Field Summary
static Accessor<AssetCategoryProperty,Long> CATEGORY_PROPERTY_ID_ACCESSOR
           
 
Method Summary
 
Methods inherited from interface com.liferay.portlet.asset.model.AssetCategoryPropertyModel
clone, compareTo, getCategoryId, getCategoryPropertyId, getCompanyId, getCreateDate, getExpandoBridge, getKey, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getUserId, getUserName, getUserUuid, getValue, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCategoryId, setCategoryPropertyId, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setKey, setModifiedDate, setNew, setPrimaryKey, setPrimaryKeyObj, setUserId, setUserName, setUserUuid, setValue, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Field Detail

CATEGORY_PROPERTY_ID_ACCESSOR

static final Accessor<AssetCategoryProperty,Long> CATEGORY_PROPERTY_ID_ACCESSOR

Liferay 7.0-ce-b4