@ProviderType public interface AssetEntryAssetCategoryRelModel extends com.liferay.portal.kernel.model.BaseModel<AssetEntryAssetCategoryRel>, com.liferay.portal.kernel.model.MVCCModel
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
.
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.
|
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 |
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 |
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.
|
clone, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlString
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey
- the primary key of this asset entry asset category rellong getMvccVersion()
getMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
void setMvccVersion(long mvccVersion)
setMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
mvccVersion
- the mvcc version of this asset entry asset category rellong getAssetEntryAssetCategoryRelId()
void setAssetEntryAssetCategoryRelId(long assetEntryAssetCategoryRelId)
assetEntryAssetCategoryRelId
- the asset entry asset category rel ID of this asset entry asset category rellong getAssetEntryId()
void setAssetEntryId(long assetEntryId)
assetEntryId
- the asset entry ID of this asset entry asset category rellong getAssetCategoryId()
void setAssetCategoryId(long assetCategoryId)
assetCategoryId
- the asset category ID of this asset entry asset category relint getPriority()
void setPriority(int priority)
priority
- the priority of this asset entry asset category rel