@ProviderType public interface AssetEntryAssetCategoryRelModel extends BaseModel<AssetEntryAssetCategoryRel>, CTModel<AssetEntryAssetCategoryRel>, MVCCModel, ShardedModel
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 |
getCompanyId()
Returns the company ID of this asset entry asset category rel.
|
long |
getCtCollectionId()
Returns the ct collection 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 |
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 |
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, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamelong getPrimaryKey()
getPrimaryKey in interface CTModel<AssetEntryAssetCategoryRel>void setPrimaryKey(long primaryKey)
setPrimaryKey in interface CTModel<AssetEntryAssetCategoryRel>primaryKey - the primary key of this asset entry asset category rellong getMvccVersion()
getMvccVersion in interface MVCCModelvoid setMvccVersion(long mvccVersion)
setMvccVersion in interface MVCCModelmvccVersion - the mvcc version of this asset entry asset category rellong getCtCollectionId()
getCtCollectionId in interface CTModel<AssetEntryAssetCategoryRel>void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface CTModel<AssetEntryAssetCategoryRel>ctCollectionId - the ct collection ID 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 getCompanyId()
getCompanyId in interface ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface ShardedModelcompanyId - the company 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