Interface AMImageEntryModel

All Superinterfaces:
com.liferay.portal.kernel.model.BaseModel<AMImageEntry>, com.liferay.portal.kernel.model.ClassedModel, Cloneable, Comparable<AMImageEntry>, com.liferay.portal.kernel.model.change.tracking.CTModel<AMImageEntry>, com.liferay.portal.kernel.model.MVCCModel, Serializable, com.liferay.portal.kernel.model.ShardedModel
All Known Subinterfaces:
AMImageEntry
All Known Implementing Classes:
AMImageEntryWrapper

@ProviderType public interface AMImageEntryModel extends com.liferay.portal.kernel.model.BaseModel<AMImageEntry>, com.liferay.portal.kernel.model.change.tracking.CTModel<AMImageEntry>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
The base model interface for the AMImageEntry service. Represents a row in the "AMImageEntry" database table, with each column mapped to a property of this class.

This interface and its corresponding implementation com.liferay.adaptive.media.image.model.impl.AMImageEntryModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.adaptive.media.image.model.impl.AMImageEntryImpl.

See Also:
Generated:
  • 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
    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
    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.
    default String
     

    Methods inherited from interface com.liferay.portal.kernel.model.BaseModel

    clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, 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
  • Method Details

    • getPrimaryKey

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

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

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

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

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

      void setCtCollectionId(long ctCollectionId)
      Sets the ct collection ID of this am image entry.
      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
    • getUuid

      @AutoEscape String getUuid()
      Returns the uuid of this am image entry.
      Returns:
      the uuid of this am image entry
    • setUuid

      void setUuid(String uuid)
      Sets the uuid of this am image entry.
      Parameters:
      uuid - the uuid of this am image entry
    • getAmImageEntryId

      long getAmImageEntryId()
      Returns the am image entry ID of this am image entry.
      Returns:
      the am image entry ID of this am image entry
    • setAmImageEntryId

      void setAmImageEntryId(long amImageEntryId)
      Sets the am image entry ID of this am image entry.
      Parameters:
      amImageEntryId - the am image entry ID of this am image entry
    • getGroupId

      long getGroupId()
      Returns the group ID of this am image entry.
      Returns:
      the group ID of this am image entry
    • setGroupId

      void setGroupId(long groupId)
      Sets the group ID of this am image entry.
      Parameters:
      groupId - the group ID of this am image entry
    • getCompanyId

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

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

      Date getCreateDate()
      Returns the create date of this am image entry.
      Returns:
      the create date of this am image entry
    • setCreateDate

      void setCreateDate(Date createDate)
      Sets the create date of this am image entry.
      Parameters:
      createDate - the create date of this am image entry
    • getConfigurationUuid

      @AutoEscape String getConfigurationUuid()
      Returns the configuration uuid of this am image entry.
      Returns:
      the configuration uuid of this am image entry
    • setConfigurationUuid

      void setConfigurationUuid(String configurationUuid)
      Sets the configuration uuid of this am image entry.
      Parameters:
      configurationUuid - the configuration uuid of this am image entry
    • getFileVersionId

      long getFileVersionId()
      Returns the file version ID of this am image entry.
      Returns:
      the file version ID of this am image entry
    • setFileVersionId

      void setFileVersionId(long fileVersionId)
      Sets the file version ID of this am image entry.
      Parameters:
      fileVersionId - the file version ID of this am image entry
    • getMimeType

      @AutoEscape String getMimeType()
      Returns the mime type of this am image entry.
      Returns:
      the mime type of this am image entry
    • setMimeType

      void setMimeType(String mimeType)
      Sets the mime type of this am image entry.
      Parameters:
      mimeType - the mime type of this am image entry
    • getHeight

      int getHeight()
      Returns the height of this am image entry.
      Returns:
      the height of this am image entry
    • setHeight

      void setHeight(int height)
      Sets the height of this am image entry.
      Parameters:
      height - the height of this am image entry
    • getWidth

      int getWidth()
      Returns the width of this am image entry.
      Returns:
      the width of this am image entry
    • setWidth

      void setWidth(int width)
      Sets the width of this am image entry.
      Parameters:
      width - the width of this am image entry
    • getSize

      long getSize()
      Returns the size of this am image entry.
      Returns:
      the size of this am image entry
    • setSize

      void setSize(long size)
      Sets the size of this am image entry.
      Parameters:
      size - the size of this am image entry
    • cloneWithOriginalValues

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

      default String toXmlString()