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, toXmlString
finalize, getClass, notify, notifyAll, wait, wait, wait
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlString
public 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 AssetEntryAssetCategoryRelModel
public long getAssetEntryAssetCategoryRelId()
getAssetEntryAssetCategoryRelId
in interface AssetEntryAssetCategoryRelModel
public long getAssetEntryId()
getAssetEntryId
in interface AssetEntryAssetCategoryRelModel
public long getMvccVersion()
getMvccVersion
in interface AssetEntryAssetCategoryRelModel
getMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
public long getPrimaryKey()
getPrimaryKey
in interface AssetEntryAssetCategoryRelModel
public int getPriority()
getPriority
in interface AssetEntryAssetCategoryRelModel
public void persist()
persist
in interface com.liferay.portal.kernel.model.PersistedModel
public void setAssetCategoryId(long assetCategoryId)
setAssetCategoryId
in interface AssetEntryAssetCategoryRelModel
assetCategoryId
- the asset category ID of this asset entry asset category relpublic void setAssetEntryAssetCategoryRelId(long assetEntryAssetCategoryRelId)
setAssetEntryAssetCategoryRelId
in interface AssetEntryAssetCategoryRelModel
assetEntryAssetCategoryRelId
- the asset entry asset category rel ID of this asset entry asset category relpublic void setAssetEntryId(long assetEntryId)
setAssetEntryId
in interface AssetEntryAssetCategoryRelModel
assetEntryId
- the asset entry ID of this asset entry asset category relpublic void setMvccVersion(long mvccVersion)
setMvccVersion
in interface AssetEntryAssetCategoryRelModel
setMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
mvccVersion
- the mvcc version of this asset entry asset category relpublic void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface AssetEntryAssetCategoryRelModel
primaryKey
- the primary key of this asset entry asset category relpublic void setPriority(int priority)
setPriority
in interface AssetEntryAssetCategoryRelModel
priority
- the priority of this asset entry asset category relprotected AssetEntryAssetCategoryRelWrapper wrap(AssetEntryAssetCategoryRel assetEntryAssetCategoryRel)
wrap
in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AssetEntryAssetCategoryRel>