Interface BatchEngineImportTaskErrorModel

All Superinterfaces:
com.liferay.portal.kernel.model.BaseModel<BatchEngineImportTaskError>, com.liferay.portal.kernel.model.ClassedModel, Cloneable, Comparable<BatchEngineImportTaskError>, com.liferay.portal.kernel.model.MVCCModel, Serializable, com.liferay.portal.kernel.model.ShardedModel
All Known Subinterfaces:
BatchEngineImportTaskError
All Known Implementing Classes:
BatchEngineImportTaskErrorWrapper

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

This interface and its corresponding implementation com.liferay.batch.engine.model.impl.BatchEngineImportTaskErrorModelImpl 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.batch.engine.model.impl.BatchEngineImportTaskErrorImpl.

See Also:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
     
    long
    Returns the batch engine import task error ID of this batch engine import task error.
    long
    Returns the batch engine import task ID of this batch engine import task error.
    long
    Returns the company ID of this batch engine import task error.
    Returns the create date of this batch engine import task error.
    Returns the item of this batch engine import task error.
    int
    Returns the item index of this batch engine import task error.
    Returns the message of this batch engine import task error.
    Returns the modified date of this batch engine import task error.
    long
    Returns the mvcc version of this batch engine import task error.
    long
    Returns the primary key of this batch engine import task error.
    long
    Returns the user ID of this batch engine import task error.
    Returns the user uuid of this batch engine import task error.
    void
    setBatchEngineImportTaskErrorId(long batchEngineImportTaskErrorId)
    Sets the batch engine import task error ID of this batch engine import task error.
    void
    setBatchEngineImportTaskId(long batchEngineImportTaskId)
    Sets the batch engine import task ID of this batch engine import task error.
    void
    setCompanyId(long companyId)
    Sets the company ID of this batch engine import task error.
    void
    setCreateDate(Date createDate)
    Sets the create date of this batch engine import task error.
    void
    Sets the item of this batch engine import task error.
    void
    setItemIndex(int itemIndex)
    Sets the item index of this batch engine import task error.
    void
    setMessage(String message)
    Sets the message of this batch engine import task error.
    void
    setModifiedDate(Date modifiedDate)
    Sets the modified date of this batch engine import task error.
    void
    setMvccVersion(long mvccVersion)
    Sets the mvcc version of this batch engine import task error.
    void
    setPrimaryKey(long primaryKey)
    Sets the primary key of this batch engine import task error.
    void
    setUserId(long userId)
    Sets the user ID of this batch engine import task error.
    void
    setUserUuid(String userUuid)
    Sets the user uuid of this batch engine import task error.
    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 batch engine import task error.
      Returns:
      the primary key of this batch engine import task error
    • setPrimaryKey

      void setPrimaryKey(long primaryKey)
      Sets the primary key of this batch engine import task error.
      Parameters:
      primaryKey - the primary key of this batch engine import task error
    • getMvccVersion

      long getMvccVersion()
      Returns the mvcc version of this batch engine import task error.
      Specified by:
      getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Returns:
      the mvcc version of this batch engine import task error
    • setMvccVersion

      void setMvccVersion(long mvccVersion)
      Sets the mvcc version of this batch engine import task error.
      Specified by:
      setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Parameters:
      mvccVersion - the mvcc version of this batch engine import task error
    • getBatchEngineImportTaskErrorId

      long getBatchEngineImportTaskErrorId()
      Returns the batch engine import task error ID of this batch engine import task error.
      Returns:
      the batch engine import task error ID of this batch engine import task error
    • setBatchEngineImportTaskErrorId

      void setBatchEngineImportTaskErrorId(long batchEngineImportTaskErrorId)
      Sets the batch engine import task error ID of this batch engine import task error.
      Parameters:
      batchEngineImportTaskErrorId - the batch engine import task error ID of this batch engine import task error
    • getCompanyId

      long getCompanyId()
      Returns the company ID of this batch engine import task error.
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Returns:
      the company ID of this batch engine import task error
    • setCompanyId

      void setCompanyId(long companyId)
      Sets the company ID of this batch engine import task error.
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Parameters:
      companyId - the company ID of this batch engine import task error
    • getUserId

      long getUserId()
      Returns the user ID of this batch engine import task error.
      Returns:
      the user ID of this batch engine import task error
    • setUserId

      void setUserId(long userId)
      Sets the user ID of this batch engine import task error.
      Parameters:
      userId - the user ID of this batch engine import task error
    • getUserUuid

      String getUserUuid()
      Returns the user uuid of this batch engine import task error.
      Returns:
      the user uuid of this batch engine import task error
    • setUserUuid

      void setUserUuid(String userUuid)
      Sets the user uuid of this batch engine import task error.
      Parameters:
      userUuid - the user uuid of this batch engine import task error
    • getCreateDate

      Date getCreateDate()
      Returns the create date of this batch engine import task error.
      Returns:
      the create date of this batch engine import task error
    • setCreateDate

      void setCreateDate(Date createDate)
      Sets the create date of this batch engine import task error.
      Parameters:
      createDate - the create date of this batch engine import task error
    • getModifiedDate

      Date getModifiedDate()
      Returns the modified date of this batch engine import task error.
      Returns:
      the modified date of this batch engine import task error
    • setModifiedDate

      void setModifiedDate(Date modifiedDate)
      Sets the modified date of this batch engine import task error.
      Parameters:
      modifiedDate - the modified date of this batch engine import task error
    • getBatchEngineImportTaskId

      long getBatchEngineImportTaskId()
      Returns the batch engine import task ID of this batch engine import task error.
      Returns:
      the batch engine import task ID of this batch engine import task error
    • setBatchEngineImportTaskId

      void setBatchEngineImportTaskId(long batchEngineImportTaskId)
      Sets the batch engine import task ID of this batch engine import task error.
      Parameters:
      batchEngineImportTaskId - the batch engine import task ID of this batch engine import task error
    • getItem

      @AutoEscape String getItem()
      Returns the item of this batch engine import task error.
      Returns:
      the item of this batch engine import task error
    • setItem

      void setItem(String item)
      Sets the item of this batch engine import task error.
      Parameters:
      item - the item of this batch engine import task error
    • getItemIndex

      int getItemIndex()
      Returns the item index of this batch engine import task error.
      Returns:
      the item index of this batch engine import task error
    • setItemIndex

      void setItemIndex(int itemIndex)
      Sets the item index of this batch engine import task error.
      Parameters:
      itemIndex - the item index of this batch engine import task error
    • getMessage

      @AutoEscape String getMessage()
      Returns the message of this batch engine import task error.
      Returns:
      the message of this batch engine import task error
    • setMessage

      void setMessage(String message)
      Sets the message of this batch engine import task error.
      Parameters:
      message - the message of this batch engine import task error
    • cloneWithOriginalValues

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

      default String toXmlString()