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
model
Fields inherited from interface com.liferay.asset.auto.tagger.model.AssetAutoTaggerEntry
ASSET_AUTO_TAGGER_ENTRY_ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the asset auto tagger entry ID of this asset auto tagger entry.long
Returns the asset entry ID of this asset auto tagger entry.long
Returns the asset tag ID of this asset auto tagger entry.long
Returns the company ID of this asset auto tagger entry.Returns the create date of this asset auto tagger entry.long
Returns the ct collection ID of this asset auto tagger entry.long
Returns the group ID of this asset auto tagger entry.Returns the modified date of this asset auto tagger entry.long
Returns the mvcc version of this asset auto tagger entry.long
Returns the primary key of this asset auto tagger entry.void
persist()
void
setAssetAutoTaggerEntryId
(long assetAutoTaggerEntryId) Sets the asset auto tagger entry ID of this asset auto tagger entry.void
setAssetEntryId
(long assetEntryId) Sets the asset entry ID of this asset auto tagger entry.void
setAssetTagId
(long assetTagId) Sets the asset tag ID of this asset auto tagger entry.void
setCompanyId
(long companyId) Sets the company ID of this asset auto tagger entry.void
setCreateDate
(Date createDate) Sets the create date of this asset auto tagger entry.void
setCtCollectionId
(long ctCollectionId) Sets the ct collection ID of this asset auto tagger entry.void
setGroupId
(long groupId) Sets the group ID of this asset auto tagger entry.void
setModelAttributes
(Map<String, Object> attributes) void
setModifiedDate
(Date modifiedDate) Sets the modified date of this asset auto tagger entry.void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this asset auto tagger entry.void
setPrimaryKey
(long primaryKey) Sets the primary key of this asset auto tagger entry.protected AssetAutoTaggerEntryWrapper
wrap
(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, 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
-
AssetAutoTaggerEntryWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<AssetAutoTaggerEntry>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<AssetAutoTaggerEntry>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfaceAssetAutoTaggerEntryModel
- Specified by:
cloneWithOriginalValues
in 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:
getAssetAutoTaggerEntryId
in 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:
getAssetEntryId
in 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:
getAssetTagId
in 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:
getCompanyId
in interfaceAssetAutoTaggerEntryModel
- Specified by:
getCompanyId
in 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:
getCreateDate
in 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:
getCtCollectionId
in interfaceAssetAutoTaggerEntryModel
- Specified by:
getCtCollectionId
in 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:
getGroupId
in interfaceAssetAutoTaggerEntryModel
- Returns:
- the group ID of this asset auto tagger entry
-
getModifiedDate
Returns the modified date of this asset auto tagger entry.- Specified by:
getModifiedDate
in 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:
getMvccVersion
in interfaceAssetAutoTaggerEntryModel
- Specified by:
getMvccVersion
in 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:
getPrimaryKey
in interfaceAssetAutoTaggerEntryModel
- Specified by:
getPrimaryKey
in 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:
persist
in 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:
setAssetAutoTaggerEntryId
in 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:
setAssetEntryId
in 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:
setAssetTagId
in 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:
setCompanyId
in interfaceAssetAutoTaggerEntryModel
- Specified by:
setCompanyId
in 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:
setCreateDate
in 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:
setCtCollectionId
in interfaceAssetAutoTaggerEntryModel
- Specified by:
setCtCollectionId
in 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:
setGroupId
in 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:
setModifiedDate
in 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:
setMvccVersion
in interfaceAssetAutoTaggerEntryModel
- Specified by:
setMvccVersion
in 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:
setPrimaryKey
in interfaceAssetAutoTaggerEntryModel
- Specified by:
setPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<AssetAutoTaggerEntry>
- Parameters:
primaryKey
- the primary key of this asset auto tagger entry
-
toXmlString
- Specified by:
toXmlString
in interfaceAssetAutoTaggerEntryModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctions
in interfacecom.liferay.portal.kernel.model.BaseModel<AssetAutoTaggerEntry>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumers
in interfacecom.liferay.portal.kernel.model.BaseModel<AssetAutoTaggerEntry>
-
wrap
- Specified by:
wrap
in classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AssetAutoTaggerEntry>
-