Class AMImageEntryWrapper

java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AMImageEntry>
com.liferay.adaptive.media.image.model.AMImageEntryWrapper
All Implemented Interfaces:
AMImageEntry, AMImageEntryModel, com.liferay.portal.kernel.model.BaseModel<AMImageEntry>, com.liferay.portal.kernel.model.change.tracking.CTModel<AMImageEntry>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.ModelWrapper<AMImageEntry>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.ShardedModel, Serializable, Cloneable, Comparable<AMImageEntry>

public class AMImageEntryWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AMImageEntry> implements AMImageEntry, com.liferay.portal.kernel.model.ModelWrapper<AMImageEntry>

This class is a wrapper for AMImageEntry.

See Also:
Generated:
  • Field Summary

    Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper

    model

    Fields inherited from interface com.liferay.adaptive.media.image.model.AMImageEntry

    AM_IMAGE_ENTRY_ID_ACCESSOR
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    long
    Returns the am image entry ID of this am image entry.
     
     
    long
    Returns the company ID of this am image entry.
    Returns the configuration uuid of this am image entry.
    Returns the create date of this am image entry.
    long
    Returns the ct collection ID of this am image entry.
    long
    Returns the file version ID of this am image entry.
    long
    Returns the group ID of this am image entry.
    int
    Returns the height of this am image entry.
    Returns the mime type of this am image entry.
     
    long
    Returns the mvcc version of this am image entry.
    long
    Returns the primary key of this am image entry.
    long
    Returns the size of this am image entry.
    Returns the uuid of this am image entry.
    int
    Returns the width of this am image entry.
    void
     
    void
    setAmImageEntryId(long amImageEntryId)
    Sets the am image entry ID of this am image entry.
    void
    setCompanyId(long companyId)
    Sets the company ID of this am image entry.
    void
    setConfigurationUuid(String configurationUuid)
    Sets the configuration uuid of this am image entry.
    void
    setCreateDate(Date createDate)
    Sets the create date of this am image entry.
    void
    setCtCollectionId(long ctCollectionId)
    Sets the ct collection ID of this am image entry.
    void
    setFileVersionId(long fileVersionId)
    Sets the file version ID of this am image entry.
    void
    setGroupId(long groupId)
    Sets the group ID of this am image entry.
    void
    setHeight(int height)
    Sets the height of this am image entry.
    void
    setMimeType(String mimeType)
    Sets the mime type of this am image entry.
    void
     
    void
    setMvccVersion(long mvccVersion)
    Sets the mvcc version of this am image entry.
    void
    setPrimaryKey(long primaryKey)
    Sets the primary key of this am image entry.
    void
    setSize(long size)
    Sets the size of this am image entry.
    void
    Sets the uuid of this am image entry.
    void
    setWidth(int width)
    Sets the width of this am image entry.
     
    wrap(AMImageEntry amImageEntry)
     

    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

    • AMImageEntryWrapper

      public AMImageEntryWrapper(AMImageEntry amImageEntry)
  • Method Details

    • getModelAttributes

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

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

      public AMImageEntry cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface AMImageEntryModel
      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<AMImageEntry>
    • getAmImageEntryId

      public long getAmImageEntryId()
      Returns the am image entry ID of this am image entry.
      Specified by:
      getAmImageEntryId in interface AMImageEntryModel
      Returns:
      the am image entry ID of this am image entry
    • getCompanyId

      public long getCompanyId()
      Returns the company ID of this am image entry.
      Specified by:
      getCompanyId in interface AMImageEntryModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Returns:
      the company ID of this am image entry
    • getConfigurationUuid

      public String getConfigurationUuid()
      Returns the configuration uuid of this am image entry.
      Specified by:
      getConfigurationUuid in interface AMImageEntryModel
      Returns:
      the configuration uuid of this am image entry
    • getCreateDate

      public Date getCreateDate()
      Returns the create date of this am image entry.
      Specified by:
      getCreateDate in interface AMImageEntryModel
      Returns:
      the create date of this am image entry
    • getCtCollectionId

      public long getCtCollectionId()
      Returns the ct collection ID of this am image entry.
      Specified by:
      getCtCollectionId in interface AMImageEntryModel
      Specified by:
      getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<AMImageEntry>
      Returns:
      the ct collection ID of this am image entry
    • getFileVersionId

      public long getFileVersionId()
      Returns the file version ID of this am image entry.
      Specified by:
      getFileVersionId in interface AMImageEntryModel
      Returns:
      the file version ID of this am image entry
    • getGroupId

      public long getGroupId()
      Returns the group ID of this am image entry.
      Specified by:
      getGroupId in interface AMImageEntryModel
      Returns:
      the group ID of this am image entry
    • getHeight

      public int getHeight()
      Returns the height of this am image entry.
      Specified by:
      getHeight in interface AMImageEntryModel
      Returns:
      the height of this am image entry
    • getMimeType

      public String getMimeType()
      Returns the mime type of this am image entry.
      Specified by:
      getMimeType in interface AMImageEntryModel
      Returns:
      the mime type of this am image entry
    • getMvccVersion

      public long getMvccVersion()
      Returns the mvcc version of this am image entry.
      Specified by:
      getMvccVersion in interface AMImageEntryModel
      Specified by:
      getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Returns:
      the mvcc version of this am image entry
    • getPrimaryKey

      public long getPrimaryKey()
      Returns the primary key of this am image entry.
      Specified by:
      getPrimaryKey in interface AMImageEntryModel
      Specified by:
      getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<AMImageEntry>
      Returns:
      the primary key of this am image entry
    • getSize

      public long getSize()
      Returns the size of this am image entry.
      Specified by:
      getSize in interface AMImageEntryModel
      Returns:
      the size of this am image entry
    • getUuid

      public String getUuid()
      Returns the uuid of this am image entry.
      Specified by:
      getUuid in interface AMImageEntryModel
      Returns:
      the uuid of this am image entry
    • getWidth

      public int getWidth()
      Returns the width of this am image entry.
      Specified by:
      getWidth in interface AMImageEntryModel
      Returns:
      the width of this am image entry
    • persist

      public void persist()
      Specified by:
      persist in interface com.liferay.portal.kernel.model.PersistedModel
    • setAmImageEntryId

      public void setAmImageEntryId(long amImageEntryId)
      Sets the am image entry ID of this am image entry.
      Specified by:
      setAmImageEntryId in interface AMImageEntryModel
      Parameters:
      amImageEntryId - the am image entry ID of this am image entry
    • setCompanyId

      public void setCompanyId(long companyId)
      Sets the company ID of this am image entry.
      Specified by:
      setCompanyId in interface AMImageEntryModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Parameters:
      companyId - the company ID of this am image entry
    • setConfigurationUuid

      public void setConfigurationUuid(String configurationUuid)
      Sets the configuration uuid of this am image entry.
      Specified by:
      setConfigurationUuid in interface AMImageEntryModel
      Parameters:
      configurationUuid - the configuration uuid of this am image entry
    • setCreateDate

      public void setCreateDate(Date createDate)
      Sets the create date of this am image entry.
      Specified by:
      setCreateDate in interface AMImageEntryModel
      Parameters:
      createDate - the create date of this am image entry
    • setCtCollectionId

      public void setCtCollectionId(long ctCollectionId)
      Sets the ct collection ID of this am image entry.
      Specified by:
      setCtCollectionId in interface AMImageEntryModel
      Specified by:
      setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<AMImageEntry>
      Parameters:
      ctCollectionId - the ct collection ID of this am image entry
    • setFileVersionId

      public void setFileVersionId(long fileVersionId)
      Sets the file version ID of this am image entry.
      Specified by:
      setFileVersionId in interface AMImageEntryModel
      Parameters:
      fileVersionId - the file version ID of this am image entry
    • setGroupId

      public void setGroupId(long groupId)
      Sets the group ID of this am image entry.
      Specified by:
      setGroupId in interface AMImageEntryModel
      Parameters:
      groupId - the group ID of this am image entry
    • setHeight

      public void setHeight(int height)
      Sets the height of this am image entry.
      Specified by:
      setHeight in interface AMImageEntryModel
      Parameters:
      height - the height of this am image entry
    • setMimeType

      public void setMimeType(String mimeType)
      Sets the mime type of this am image entry.
      Specified by:
      setMimeType in interface AMImageEntryModel
      Parameters:
      mimeType - the mime type of this am image entry
    • setMvccVersion

      public void setMvccVersion(long mvccVersion)
      Sets the mvcc version of this am image entry.
      Specified by:
      setMvccVersion in interface AMImageEntryModel
      Specified by:
      setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Parameters:
      mvccVersion - the mvcc version of this am image entry
    • setPrimaryKey

      public void setPrimaryKey(long primaryKey)
      Sets the primary key of this am image entry.
      Specified by:
      setPrimaryKey in interface AMImageEntryModel
      Specified by:
      setPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<AMImageEntry>
      Parameters:
      primaryKey - the primary key of this am image entry
    • setSize

      public void setSize(long size)
      Sets the size of this am image entry.
      Specified by:
      setSize in interface AMImageEntryModel
      Parameters:
      size - the size of this am image entry
    • setUuid

      public void setUuid(String uuid)
      Sets the uuid of this am image entry.
      Specified by:
      setUuid in interface AMImageEntryModel
      Parameters:
      uuid - the uuid of this am image entry
    • setWidth

      public void setWidth(int width)
      Sets the width of this am image entry.
      Specified by:
      setWidth in interface AMImageEntryModel
      Parameters:
      width - the width of this am image entry
    • toXmlString

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

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

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

      protected AMImageEntryWrapper wrap(AMImageEntry amImageEntry)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AMImageEntry>