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.
AssetAutoTaggerEntry,
Serialized FormASSET_AUTO_TAGGER_ENTRY_ID_ACCESSOR| Constructor and Description |
|---|
AssetAutoTaggerEntryWrapper(AssetAutoTaggerEntry assetAutoTaggerEntry) |
| Modifier and Type | Method and Description |
|---|---|
AssetAutoTaggerEntry |
cloneWithOriginalValues() |
long |
getAssetAutoTaggerEntryId()
Returns the asset auto tagger entry ID of this asset auto tagger entry.
|
long |
getAssetEntryId()
Returns the asset entry ID of this asset auto tagger entry.
|
long |
getAssetTagId()
Returns the asset tag ID of this asset auto tagger entry.
|
java.util.Map<java.lang.String,java.util.function.Function<AssetAutoTaggerEntry,java.lang.Object>> |
getAttributeGetterFunctions() |
java.util.Map<java.lang.String,java.util.function.BiConsumer<AssetAutoTaggerEntry,java.lang.Object>> |
getAttributeSetterBiConsumers() |
long |
getCompanyId()
Returns the company ID of this asset auto tagger entry.
|
java.util.Date |
getCreateDate()
Returns the create date of this asset auto tagger entry.
|
long |
getCtCollectionId()
Returns the ct collection ID of this asset auto tagger entry.
|
long |
getGroupId()
Returns the group ID of this asset auto tagger entry.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.util.Date |
getModifiedDate()
Returns the modified date of this asset auto tagger entry.
|
long |
getMvccVersion()
Returns the mvcc version of this asset auto tagger entry.
|
long |
getPrimaryKey()
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(java.util.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(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.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.
|
java.lang.String |
toXmlString() |
protected AssetAutoTaggerEntryWrapper |
wrap(AssetAutoTaggerEntry assetAutoTaggerEntry) |
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModelfinalize, getClass, notify, notifyAll, wait, wait, waitclone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelpublic AssetAutoTaggerEntryWrapper(AssetAutoTaggerEntry assetAutoTaggerEntry)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<AssetAutoTaggerEntry>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<AssetAutoTaggerEntry>public AssetAutoTaggerEntry cloneWithOriginalValues()
cloneWithOriginalValues in interface AssetAutoTaggerEntryModelcloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<AssetAutoTaggerEntry>public long getAssetAutoTaggerEntryId()
getAssetAutoTaggerEntryId in interface AssetAutoTaggerEntryModelpublic long getAssetEntryId()
getAssetEntryId in interface AssetAutoTaggerEntryModelpublic long getAssetTagId()
getAssetTagId in interface AssetAutoTaggerEntryModelpublic long getCompanyId()
getCompanyId in interface AssetAutoTaggerEntryModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelpublic java.util.Date getCreateDate()
getCreateDate in interface AssetAutoTaggerEntryModelpublic long getCtCollectionId()
getCtCollectionId in interface AssetAutoTaggerEntryModelgetCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<AssetAutoTaggerEntry>public long getGroupId()
getGroupId in interface AssetAutoTaggerEntryModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface AssetAutoTaggerEntryModelpublic long getMvccVersion()
getMvccVersion in interface AssetAutoTaggerEntryModelgetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelpublic long getPrimaryKey()
getPrimaryKey in interface AssetAutoTaggerEntryModelgetPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<AssetAutoTaggerEntry>public void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setAssetAutoTaggerEntryId(long assetAutoTaggerEntryId)
setAssetAutoTaggerEntryId in interface AssetAutoTaggerEntryModelassetAutoTaggerEntryId - the asset auto tagger entry ID of this asset auto tagger entrypublic void setAssetEntryId(long assetEntryId)
setAssetEntryId in interface AssetAutoTaggerEntryModelassetEntryId - the asset entry ID of this asset auto tagger entrypublic void setAssetTagId(long assetTagId)
setAssetTagId in interface AssetAutoTaggerEntryModelassetTagId - the asset tag ID of this asset auto tagger entrypublic void setCompanyId(long companyId)
setCompanyId in interface AssetAutoTaggerEntryModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this asset auto tagger entrypublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface AssetAutoTaggerEntryModelcreateDate - the create date of this asset auto tagger entrypublic void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface AssetAutoTaggerEntryModelsetCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<AssetAutoTaggerEntry>ctCollectionId - the ct collection ID of this asset auto tagger entrypublic void setGroupId(long groupId)
setGroupId in interface AssetAutoTaggerEntryModelgroupId - the group ID of this asset auto tagger entrypublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface AssetAutoTaggerEntryModelmodifiedDate - the modified date of this asset auto tagger entrypublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface AssetAutoTaggerEntryModelsetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this asset auto tagger entrypublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface AssetAutoTaggerEntryModelsetPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<AssetAutoTaggerEntry>primaryKey - the primary key of this asset auto tagger entrypublic java.lang.String toXmlString()
toXmlString in interface AssetAutoTaggerEntryModelpublic java.util.Map<java.lang.String,java.util.function.Function<AssetAutoTaggerEntry,java.lang.Object>> getAttributeGetterFunctions()
getAttributeGetterFunctions in interface com.liferay.portal.kernel.model.BaseModel<AssetAutoTaggerEntry>public java.util.Map<java.lang.String,java.util.function.BiConsumer<AssetAutoTaggerEntry,java.lang.Object>> getAttributeSetterBiConsumers()
getAttributeSetterBiConsumers in interface com.liferay.portal.kernel.model.BaseModel<AssetAutoTaggerEntry>protected AssetAutoTaggerEntryWrapper wrap(AssetAutoTaggerEntry assetAutoTaggerEntry)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AssetAutoTaggerEntry>