public class AssetEntryAssetCategoryRelWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AssetEntryAssetCategoryRel> implements AssetEntryAssetCategoryRel, com.liferay.portal.kernel.model.ModelWrapper<AssetEntryAssetCategoryRel>
This class is a wrapper for AssetEntryAssetCategoryRel.
AssetEntryAssetCategoryRel,
Serialized FormASSET_ENTRY_ASSET_CATEGORY_REL_ID_ACCESSOR| Constructor and Description |
|---|
AssetEntryAssetCategoryRelWrapper(AssetEntryAssetCategoryRel assetEntryAssetCategoryRel) |
| Modifier and Type | Method and Description |
|---|---|
long |
getAssetCategoryId()
Returns the asset category ID of this asset entry asset category rel.
|
long |
getAssetEntryAssetCategoryRelId()
Returns the asset entry asset category rel ID of this asset entry asset category rel.
|
long |
getAssetEntryId()
Returns the asset entry ID of this asset entry asset category rel.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
long |
getMvccVersion()
Returns the mvcc version of this asset entry asset category rel.
|
long |
getPrimaryKey()
Returns the primary key of this asset entry asset category rel.
|
int |
getPriority()
Returns the priority of this asset entry asset category rel.
|
void |
persist() |
void |
setAssetCategoryId(long assetCategoryId)
Sets the asset category ID of this asset entry asset category rel.
|
void |
setAssetEntryAssetCategoryRelId(long assetEntryAssetCategoryRelId)
Sets the asset entry asset category rel ID of this asset entry asset category rel.
|
void |
setAssetEntryId(long assetEntryId)
Sets the asset entry ID of this asset entry asset category rel.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this asset entry asset category rel.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this asset entry asset category rel.
|
void |
setPriority(int priority)
Sets the priority of this asset entry asset category rel.
|
protected AssetEntryAssetCategoryRelWrapper |
wrap(AssetEntryAssetCategoryRel assetEntryAssetCategoryRel) |
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlStringfinalize, getClass, notify, notifyAll, wait, wait, waitclone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringpublic AssetEntryAssetCategoryRelWrapper(AssetEntryAssetCategoryRel assetEntryAssetCategoryRel)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<AssetEntryAssetCategoryRel>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<AssetEntryAssetCategoryRel>public long getAssetCategoryId()
getAssetCategoryId in interface AssetEntryAssetCategoryRelModelpublic long getAssetEntryAssetCategoryRelId()
getAssetEntryAssetCategoryRelId in interface AssetEntryAssetCategoryRelModelpublic long getAssetEntryId()
getAssetEntryId in interface AssetEntryAssetCategoryRelModelpublic long getMvccVersion()
getMvccVersion in interface AssetEntryAssetCategoryRelModelgetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelpublic long getPrimaryKey()
getPrimaryKey in interface AssetEntryAssetCategoryRelModelpublic int getPriority()
getPriority in interface AssetEntryAssetCategoryRelModelpublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setAssetCategoryId(long assetCategoryId)
setAssetCategoryId in interface AssetEntryAssetCategoryRelModelassetCategoryId - the asset category ID of this asset entry asset category relpublic void setAssetEntryAssetCategoryRelId(long assetEntryAssetCategoryRelId)
setAssetEntryAssetCategoryRelId in interface AssetEntryAssetCategoryRelModelassetEntryAssetCategoryRelId - the asset entry asset category rel ID of this asset entry asset category relpublic void setAssetEntryId(long assetEntryId)
setAssetEntryId in interface AssetEntryAssetCategoryRelModelassetEntryId - the asset entry ID of this asset entry asset category relpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface AssetEntryAssetCategoryRelModelsetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this asset entry asset category relpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface AssetEntryAssetCategoryRelModelprimaryKey - the primary key of this asset entry asset category relpublic void setPriority(int priority)
setPriority in interface AssetEntryAssetCategoryRelModelpriority - the priority of this asset entry asset category relprotected AssetEntryAssetCategoryRelWrapper wrap(AssetEntryAssetCategoryRel assetEntryAssetCategoryRel)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AssetEntryAssetCategoryRel>