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:
  • Constructor Details

    • AssetAutoTaggerEntryWrapper

      public AssetAutoTaggerEntryWrapper(AssetAutoTaggerEntry assetAutoTaggerEntry)
  • Method Details

    • getModelAttributes

      public Map<String,Object> getModelAttributes()
      Specified by:
      getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<AssetAutoTaggerEntry>
    • setModelAttributes

      public void setModelAttributes(Map<String,Object> attributes)
      Specified by:
      setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<AssetAutoTaggerEntry>
    • cloneWithOriginalValues

      public AssetAutoTaggerEntry cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface AssetAutoTaggerEntryModel
      Specified by:
      cloneWithOriginalValues in interface com.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 interface AssetAutoTaggerEntryModel
      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 interface AssetAutoTaggerEntryModel
      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 interface AssetAutoTaggerEntryModel
      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 interface AssetAutoTaggerEntryModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Returns:
      the company ID of this asset auto tagger entry
    • getCreateDate

      public Date getCreateDate()
      Returns the create date of this asset auto tagger entry.
      Specified by:
      getCreateDate in interface AssetAutoTaggerEntryModel
      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 interface AssetAutoTaggerEntryModel
      Specified by:
      getCtCollectionId in interface com.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 interface AssetAutoTaggerEntryModel
      Returns:
      the group ID of this asset auto tagger entry
    • getModifiedDate

      public Date getModifiedDate()
      Returns the modified date of this asset auto tagger entry.
      Specified by:
      getModifiedDate in interface AssetAutoTaggerEntryModel
      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 interface AssetAutoTaggerEntryModel
      Specified by:
      getMvccVersion in interface com.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 interface AssetAutoTaggerEntryModel
      Specified by:
      getPrimaryKey in interface com.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 interface com.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 interface AssetAutoTaggerEntryModel
      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 interface AssetAutoTaggerEntryModel
      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 interface AssetAutoTaggerEntryModel
      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 interface AssetAutoTaggerEntryModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Parameters:
      companyId - the company ID of this asset auto tagger entry
    • setCreateDate

      public void setCreateDate(Date createDate)
      Sets the create date of this asset auto tagger entry.
      Specified by:
      setCreateDate in interface AssetAutoTaggerEntryModel
      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 interface AssetAutoTaggerEntryModel
      Specified by:
      setCtCollectionId in interface com.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 interface AssetAutoTaggerEntryModel
      Parameters:
      groupId - the group ID of this asset auto tagger entry
    • setModifiedDate

      public void setModifiedDate(Date modifiedDate)
      Sets the modified date of this asset auto tagger entry.
      Specified by:
      setModifiedDate in interface AssetAutoTaggerEntryModel
      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 interface AssetAutoTaggerEntryModel
      Specified by:
      setMvccVersion in interface com.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 interface AssetAutoTaggerEntryModel
      Specified by:
      setPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<AssetAutoTaggerEntry>
      Parameters:
      primaryKey - the primary key of this asset auto tagger entry
    • toXmlString

      public String toXmlString()
      Specified by:
      toXmlString in interface AssetAutoTaggerEntryModel
    • getAttributeGetterFunctions

      public Map<String,Function<AssetAutoTaggerEntry,Object>> getAttributeGetterFunctions()
      Specified by:
      getAttributeGetterFunctions in interface com.liferay.portal.kernel.model.BaseModel<AssetAutoTaggerEntry>
    • getAttributeSetterBiConsumers

      public Map<String,BiConsumer<AssetAutoTaggerEntry,Object>> getAttributeSetterBiConsumers()
      Specified by:
      getAttributeSetterBiConsumers in interface com.liferay.portal.kernel.model.BaseModel<AssetAutoTaggerEntry>
    • wrap

      protected AssetAutoTaggerEntryWrapper wrap(AssetAutoTaggerEntry assetAutoTaggerEntry)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AssetAutoTaggerEntry>