Interface AssetEntryAssetCategoryRelModel
- All Superinterfaces:
com.liferay.portal.kernel.model.BaseModel<AssetEntryAssetCategoryRel>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<AssetEntryAssetCategoryRel>,com.liferay.portal.kernel.model.change.tracking.CTModel<AssetEntryAssetCategoryRel>,com.liferay.portal.kernel.model.MVCCModel,Serializable,com.liferay.portal.kernel.model.ShardedModel
- All Known Subinterfaces:
AssetEntryAssetCategoryRel
- All Known Implementing Classes:
AssetEntryAssetCategoryRelWrapper
@ProviderType
public interface AssetEntryAssetCategoryRelModel
extends com.liferay.portal.kernel.model.BaseModel<AssetEntryAssetCategoryRel>, com.liferay.portal.kernel.model.change.tracking.CTModel<AssetEntryAssetCategoryRel>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
The base model interface for the AssetEntryAssetCategoryRel service. Represents a row in the "AssetEntryAssetCategoryRel" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation com.liferay.asset.entry.rel.model.impl.AssetEntryAssetCategoryRelModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.asset.entry.rel.model.impl.AssetEntryAssetCategoryRelImpl.
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionlongReturns the asset category ID of this asset entry asset category rel.longReturns the asset entry asset category rel ID of this asset entry asset category rel.longReturns the asset entry ID of this asset entry asset category rel.longReturns the company ID of this asset entry asset category rel.longReturns the ct collection ID of this asset entry asset category rel.longReturns the mvcc version of this asset entry asset category rel.longReturns the primary key of this asset entry asset category rel.intReturns the priority of this asset entry asset category rel.voidsetAssetCategoryId(long assetCategoryId) Sets the asset category ID of this asset entry asset category rel.voidsetAssetEntryAssetCategoryRelId(long assetEntryAssetCategoryRelId) Sets the asset entry asset category rel ID of this asset entry asset category rel.voidsetAssetEntryId(long assetEntryId) Sets the asset entry ID of this asset entry asset category rel.voidsetCompanyId(long companyId) Sets the company ID of this asset entry asset category rel.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this asset entry asset category rel.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this asset entry asset category rel.voidsetPrimaryKey(long primaryKey) Sets the primary key of this asset entry asset category rel.voidsetPriority(int priority) Sets the priority of this asset entry asset category rel.default StringMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this asset entry asset category rel.- Specified by:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<AssetEntryAssetCategoryRel>- Returns:
- the primary key of this asset entry asset category rel
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this asset entry asset category rel.- Specified by:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<AssetEntryAssetCategoryRel>- Parameters:
primaryKey- the primary key of this asset entry asset category rel
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this asset entry asset category rel.- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this asset entry asset category rel
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this asset entry asset category rel.- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this asset entry asset category rel
-
getCtCollectionId
long getCtCollectionId()Returns the ct collection ID of this asset entry asset category rel.- Specified by:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<AssetEntryAssetCategoryRel>- Returns:
- the ct collection ID of this asset entry asset category rel
-
setCtCollectionId
void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this asset entry asset category rel.- Specified by:
setCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<AssetEntryAssetCategoryRel>- Parameters:
ctCollectionId- the ct collection ID of this asset entry asset category rel
-
getAssetEntryAssetCategoryRelId
long getAssetEntryAssetCategoryRelId()Returns the asset entry asset category rel ID of this asset entry asset category rel.- Returns:
- the asset entry asset category rel ID of this asset entry asset category rel
-
setAssetEntryAssetCategoryRelId
void setAssetEntryAssetCategoryRelId(long assetEntryAssetCategoryRelId) Sets the asset entry asset category rel ID of this asset entry asset category rel.- Parameters:
assetEntryAssetCategoryRelId- the asset entry asset category rel ID of this asset entry asset category rel
-
getCompanyId
long getCompanyId()Returns the company ID of this asset entry asset category rel.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this asset entry asset category rel
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this asset entry asset category rel.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this asset entry asset category rel
-
getAssetEntryId
long getAssetEntryId()Returns the asset entry ID of this asset entry asset category rel.- Returns:
- the asset entry ID of this asset entry asset category rel
-
setAssetEntryId
void setAssetEntryId(long assetEntryId) Sets the asset entry ID of this asset entry asset category rel.- Parameters:
assetEntryId- the asset entry ID of this asset entry asset category rel
-
getAssetCategoryId
long getAssetCategoryId()Returns the asset category ID of this asset entry asset category rel.- Returns:
- the asset category ID of this asset entry asset category rel
-
setAssetCategoryId
void setAssetCategoryId(long assetCategoryId) Sets the asset category ID of this asset entry asset category rel.- Parameters:
assetCategoryId- the asset category ID of this asset entry asset category rel
-
getPriority
int getPriority()Returns the priority of this asset entry asset category rel.- Returns:
- the priority of this asset entry asset category rel
-
setPriority
void setPriority(int priority) Sets the priority of this asset entry asset category rel.- Parameters:
priority- the priority of this asset entry asset category rel
-
cloneWithOriginalValues
AssetEntryAssetCategoryRel cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<AssetEntryAssetCategoryRel>
-
toXmlString
-