Class AssetAutoTaggerEntryWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AssetAutoTaggerEntry>
com.liferay.asset.auto.tagger.model.AssetAutoTaggerEntryWrapper
- All Implemented Interfaces:
AssetAutoTaggerEntry,AssetAutoTaggerEntryModel,com.liferay.portal.kernel.model.BaseModel<AssetAutoTaggerEntry>,com.liferay.portal.kernel.model.change.tracking.CTModel<AssetAutoTaggerEntry>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.ModelWrapper<AssetAutoTaggerEntry>,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,com.liferay.portal.kernel.model.ShardedModel,Serializable,Cloneable,Comparable<AssetAutoTaggerEntry>
public class AssetAutoTaggerEntryWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AssetAutoTaggerEntry>
implements AssetAutoTaggerEntry, com.liferay.portal.kernel.model.ModelWrapper<AssetAutoTaggerEntry>
This class is a wrapper for AssetAutoTaggerEntry.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.asset.auto.tagger.model.AssetAutoTaggerEntry
ASSET_AUTO_TAGGER_ENTRY_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the asset auto tagger entry ID of this asset auto tagger entry.longReturns the asset entry ID of this asset auto tagger entry.longReturns the asset tag ID of this asset auto tagger entry.longReturns the company ID of this asset auto tagger entry.Returns the create date of this asset auto tagger entry.longReturns the ct collection ID of this asset auto tagger entry.longReturns the group ID of this asset auto tagger entry.Returns the modified date of this asset auto tagger entry.longReturns the mvcc version of this asset auto tagger entry.longReturns the primary key of this asset auto tagger entry.voidpersist()voidsetAssetAutoTaggerEntryId(long assetAutoTaggerEntryId) Sets the asset auto tagger entry ID of this asset auto tagger entry.voidsetAssetEntryId(long assetEntryId) Sets the asset entry ID of this asset auto tagger entry.voidsetAssetTagId(long assetTagId) Sets the asset tag ID of this asset auto tagger entry.voidsetCompanyId(long companyId) Sets the company ID of this asset auto tagger entry.voidsetCreateDate(Date createDate) Sets the create date of this asset auto tagger entry.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this asset auto tagger entry.voidsetGroupId(long groupId) Sets the group ID of this asset auto tagger entry.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this asset auto tagger entry.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this asset auto tagger entry.voidsetPrimaryKey(long primaryKey) Sets the primary key of this asset auto tagger entry.protected AssetAutoTaggerEntryWrapperwrap(AssetAutoTaggerEntry assetAutoTaggerEntry) 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, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
AssetAutoTaggerEntryWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<AssetAutoTaggerEntry>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<AssetAutoTaggerEntry>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfaceAssetAutoTaggerEntryModel- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<AssetAutoTaggerEntry>
-
getAssetAutoTaggerEntryId
public long getAssetAutoTaggerEntryId()Returns the asset auto tagger entry ID of this asset auto tagger entry.- Specified by:
getAssetAutoTaggerEntryIdin interfaceAssetAutoTaggerEntryModel- Returns:
- the asset auto tagger entry ID of this asset auto tagger entry
-
getAssetEntryId
public long getAssetEntryId()Returns the asset entry ID of this asset auto tagger entry.- Specified by:
getAssetEntryIdin interfaceAssetAutoTaggerEntryModel- Returns:
- the asset entry ID of this asset auto tagger entry
-
getAssetTagId
public long getAssetTagId()Returns the asset tag ID of this asset auto tagger entry.- Specified by:
getAssetTagIdin interfaceAssetAutoTaggerEntryModel- Returns:
- the asset tag ID of this asset auto tagger entry
-
getCompanyId
public long getCompanyId()Returns the company ID of this asset auto tagger entry.- Specified by:
getCompanyIdin interfaceAssetAutoTaggerEntryModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this asset auto tagger entry
-
getCreateDate
Returns the create date of this asset auto tagger entry.- Specified by:
getCreateDatein interfaceAssetAutoTaggerEntryModel- Returns:
- the create date of this asset auto tagger entry
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this asset auto tagger entry.- Specified by:
getCtCollectionIdin interfaceAssetAutoTaggerEntryModel- Specified by:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<AssetAutoTaggerEntry>- Returns:
- the ct collection ID of this asset auto tagger entry
-
getGroupId
public long getGroupId()Returns the group ID of this asset auto tagger entry.- Specified by:
getGroupIdin interfaceAssetAutoTaggerEntryModel- Returns:
- the group ID of this asset auto tagger entry
-
getModifiedDate
Returns the modified date of this asset auto tagger entry.- Specified by:
getModifiedDatein interfaceAssetAutoTaggerEntryModel- Returns:
- the modified date of this asset auto tagger entry
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this asset auto tagger entry.- Specified by:
getMvccVersionin interfaceAssetAutoTaggerEntryModel- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this asset auto tagger entry
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this asset auto tagger entry.- Specified by:
getPrimaryKeyin interfaceAssetAutoTaggerEntryModel- Specified by:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<AssetAutoTaggerEntry>- Returns:
- the primary key of this asset auto tagger entry
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
setAssetAutoTaggerEntryId
public void setAssetAutoTaggerEntryId(long assetAutoTaggerEntryId) Sets the asset auto tagger entry ID of this asset auto tagger entry.- Specified by:
setAssetAutoTaggerEntryIdin interfaceAssetAutoTaggerEntryModel- Parameters:
assetAutoTaggerEntryId- the asset auto tagger entry ID of this asset auto tagger entry
-
setAssetEntryId
public void setAssetEntryId(long assetEntryId) Sets the asset entry ID of this asset auto tagger entry.- Specified by:
setAssetEntryIdin interfaceAssetAutoTaggerEntryModel- Parameters:
assetEntryId- the asset entry ID of this asset auto tagger entry
-
setAssetTagId
public void setAssetTagId(long assetTagId) Sets the asset tag ID of this asset auto tagger entry.- Specified by:
setAssetTagIdin interfaceAssetAutoTaggerEntryModel- Parameters:
assetTagId- the asset tag ID of this asset auto tagger entry
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this asset auto tagger entry.- Specified by:
setCompanyIdin interfaceAssetAutoTaggerEntryModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this asset auto tagger entry
-
setCreateDate
Sets the create date of this asset auto tagger entry.- Specified by:
setCreateDatein interfaceAssetAutoTaggerEntryModel- Parameters:
createDate- the create date of this asset auto tagger entry
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this asset auto tagger entry.- Specified by:
setCtCollectionIdin interfaceAssetAutoTaggerEntryModel- Specified by:
setCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<AssetAutoTaggerEntry>- Parameters:
ctCollectionId- the ct collection ID of this asset auto tagger entry
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this asset auto tagger entry.- Specified by:
setGroupIdin interfaceAssetAutoTaggerEntryModel- Parameters:
groupId- the group ID of this asset auto tagger entry
-
setModifiedDate
Sets the modified date of this asset auto tagger entry.- Specified by:
setModifiedDatein interfaceAssetAutoTaggerEntryModel- Parameters:
modifiedDate- the modified date of this asset auto tagger entry
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this asset auto tagger entry.- Specified by:
setMvccVersionin interfaceAssetAutoTaggerEntryModel- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this asset auto tagger entry
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this asset auto tagger entry.- Specified by:
setPrimaryKeyin interfaceAssetAutoTaggerEntryModel- Specified by:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<AssetAutoTaggerEntry>- Parameters:
primaryKey- the primary key of this asset auto tagger entry
-
toXmlString
- Specified by:
toXmlStringin interfaceAssetAutoTaggerEntryModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctionsin interfacecom.liferay.portal.kernel.model.BaseModel<AssetAutoTaggerEntry>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumersin interfacecom.liferay.portal.kernel.model.BaseModel<AssetAutoTaggerEntry>
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AssetAutoTaggerEntry>
-