Class AssetEntryAssetCategoryRelWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AssetEntryAssetCategoryRel>
com.liferay.asset.entry.rel.model.AssetEntryAssetCategoryRelWrapper
- All Implemented Interfaces:
AssetEntryAssetCategoryRel
,AssetEntryAssetCategoryRelModel
,com.liferay.portal.kernel.model.BaseModel<AssetEntryAssetCategoryRel>
,com.liferay.portal.kernel.model.change.tracking.CTModel<AssetEntryAssetCategoryRel>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.ModelWrapper<AssetEntryAssetCategoryRel>
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.PersistedModel
,com.liferay.portal.kernel.model.ShardedModel
,Serializable
,Cloneable
,Comparable<AssetEntryAssetCategoryRel>
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
.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
model
Fields inherited from interface com.liferay.asset.entry.rel.model.AssetEntryAssetCategoryRel
ASSET_ENTRY_ASSET_CATEGORY_REL_ID_ACCESSOR
-
Constructor Summary
ConstructorsConstructorDescriptionAssetEntryAssetCategoryRelWrapper
(AssetEntryAssetCategoryRel assetEntryAssetCategoryRel) -
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the asset category ID of this asset entry asset category rel.long
Returns the asset entry asset category rel ID of this asset entry asset category rel.long
Returns the asset entry ID of this asset entry asset category rel.long
Returns the company ID of this asset entry asset category rel.long
Returns the ct collection ID of this asset entry asset category rel.long
Returns the mvcc version of this asset entry asset category rel.long
Returns the primary key of this asset entry asset category rel.int
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
setCompanyId
(long companyId) Sets the company ID of this asset entry asset category rel.void
setCtCollectionId
(long ctCollectionId) Sets the ct collection ID of this asset entry asset category rel.void
setModelAttributes
(Map<String, 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) Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
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
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
AssetEntryAssetCategoryRelWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<AssetEntryAssetCategoryRel>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<AssetEntryAssetCategoryRel>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfaceAssetEntryAssetCategoryRelModel
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<AssetEntryAssetCategoryRel>
-
getAssetCategoryId
public long getAssetCategoryId()Returns the asset category ID of this asset entry asset category rel.- Specified by:
getAssetCategoryId
in interfaceAssetEntryAssetCategoryRelModel
- Returns:
- the asset category ID of this asset entry asset category rel
-
getAssetEntryAssetCategoryRelId
public long getAssetEntryAssetCategoryRelId()Returns the asset entry asset category rel ID of this asset entry asset category rel.- Specified by:
getAssetEntryAssetCategoryRelId
in interfaceAssetEntryAssetCategoryRelModel
- Returns:
- the asset entry asset category rel ID of this asset entry asset category rel
-
getAssetEntryId
public long getAssetEntryId()Returns the asset entry ID of this asset entry asset category rel.- Specified by:
getAssetEntryId
in interfaceAssetEntryAssetCategoryRelModel
- Returns:
- the asset entry ID of this asset entry asset category rel
-
getCompanyId
public long getCompanyId()Returns the company ID of this asset entry asset category rel.- Specified by:
getCompanyId
in interfaceAssetEntryAssetCategoryRelModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Returns:
- the company ID of this asset entry asset category rel
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this asset entry asset category rel.- Specified by:
getCtCollectionId
in interfaceAssetEntryAssetCategoryRelModel
- Specified by:
getCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<AssetEntryAssetCategoryRel>
- Returns:
- the ct collection ID of this asset entry asset category rel
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this asset entry asset category rel.- Specified by:
getMvccVersion
in interfaceAssetEntryAssetCategoryRelModel
- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Returns:
- the mvcc version of this asset entry asset category rel
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this asset entry asset category rel.- Specified by:
getPrimaryKey
in interfaceAssetEntryAssetCategoryRelModel
- Specified by:
getPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<AssetEntryAssetCategoryRel>
- Returns:
- the primary key of this asset entry asset category rel
-
getPriority
public int getPriority()Returns the priority of this asset entry asset category rel.- Specified by:
getPriority
in interfaceAssetEntryAssetCategoryRelModel
- Returns:
- the priority of this asset entry asset category rel
-
persist
public void persist()- Specified by:
persist
in interfacecom.liferay.portal.kernel.model.PersistedModel
-
setAssetCategoryId
public void setAssetCategoryId(long assetCategoryId) Sets the asset category ID of this asset entry asset category rel.- Specified by:
setAssetCategoryId
in interfaceAssetEntryAssetCategoryRelModel
- Parameters:
assetCategoryId
- the asset category ID of this asset entry asset category rel
-
setAssetEntryAssetCategoryRelId
public void setAssetEntryAssetCategoryRelId(long assetEntryAssetCategoryRelId) Sets the asset entry asset category rel ID of this asset entry asset category rel.- Specified by:
setAssetEntryAssetCategoryRelId
in interfaceAssetEntryAssetCategoryRelModel
- Parameters:
assetEntryAssetCategoryRelId
- the asset entry asset category rel ID of this asset entry asset category rel
-
setAssetEntryId
public void setAssetEntryId(long assetEntryId) Sets the asset entry ID of this asset entry asset category rel.- Specified by:
setAssetEntryId
in interfaceAssetEntryAssetCategoryRelModel
- Parameters:
assetEntryId
- the asset entry ID of this asset entry asset category rel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this asset entry asset category rel.- Specified by:
setCompanyId
in interfaceAssetEntryAssetCategoryRelModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Parameters:
companyId
- the company ID of this asset entry asset category rel
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this asset entry asset category rel.- Specified by:
setCtCollectionId
in interfaceAssetEntryAssetCategoryRelModel
- Specified by:
setCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<AssetEntryAssetCategoryRel>
- Parameters:
ctCollectionId
- the ct collection ID of this asset entry asset category rel
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this asset entry asset category rel.- Specified by:
setMvccVersion
in interfaceAssetEntryAssetCategoryRelModel
- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Parameters:
mvccVersion
- the mvcc version of this asset entry asset category rel
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this asset entry asset category rel.- Specified by:
setPrimaryKey
in interfaceAssetEntryAssetCategoryRelModel
- Specified by:
setPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<AssetEntryAssetCategoryRel>
- Parameters:
primaryKey
- the primary key of this asset entry asset category rel
-
setPriority
public void setPriority(int priority) Sets the priority of this asset entry asset category rel.- Specified by:
setPriority
in interfaceAssetEntryAssetCategoryRelModel
- Parameters:
priority
- the priority of this asset entry asset category rel
-
toXmlString
- Specified by:
toXmlString
in interfaceAssetEntryAssetCategoryRelModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctions
in interfacecom.liferay.portal.kernel.model.BaseModel<AssetEntryAssetCategoryRel>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumers
in interfacecom.liferay.portal.kernel.model.BaseModel<AssetEntryAssetCategoryRel>
-
wrap
protected AssetEntryAssetCategoryRelWrapper wrap(AssetEntryAssetCategoryRel assetEntryAssetCategoryRel) - Specified by:
wrap
in classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AssetEntryAssetCategoryRel>
-