Interface ExportImportReportEntryModel

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

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

This interface and its corresponding implementation com.liferay.exportimport.report.model.impl.ExportImportReportEntryModelImpl 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.exportimport.report.model.impl.ExportImportReportEntryImpl.

See Also:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
     
    Returns the class external reference code of this export import report entry.
    Returns the fully qualified class name of this export import report entry.
    long
    Returns the class name ID of this export import report entry.
    long
    Returns the company ID of this export import report entry.
    Returns the create date of this export import report entry.
    Returns the error of this export import report entry.
    Returns the error stacktrace of this export import report entry.
    long
    Returns the export import configuration ID of this export import report entry.
    long
    Returns the export import report entry ID of this export import report entry.
    long
    Returns the group ID of this export import report entry.
    Returns the modified date of this export import report entry.
    long
    Returns the mvcc version of this export import report entry.
    long
    Returns the primary key of this export import report entry.
    boolean
    Returns the resolved of this export import report entry.
    int
    Returns the type of this export import report entry.
    boolean
    Returns true if this export import report entry is resolved.
    void
    setClassExternalReferenceCode(String classExternalReferenceCode)
    Sets the class external reference code of this export import report entry.
    void
    setClassName(String className)
     
    void
    setClassNameId(long classNameId)
    Sets the class name ID of this export import report entry.
    void
    setCompanyId(long companyId)
    Sets the company ID of this export import report entry.
    void
    setCreateDate(Date createDate)
    Sets the create date of this export import report entry.
    void
    Sets the error of this export import report entry.
    void
    setErrorStacktrace(String errorStacktrace)
    Sets the error stacktrace of this export import report entry.
    void
    setExportImportConfigurationId(long exportImportConfigurationId)
    Sets the export import configuration ID of this export import report entry.
    void
    setExportImportReportEntryId(long exportImportReportEntryId)
    Sets the export import report entry ID of this export import report entry.
    void
    setGroupId(long groupId)
    Sets the group ID of this export import report entry.
    void
    setModifiedDate(Date modifiedDate)
    Sets the modified date of this export import report entry.
    void
    setMvccVersion(long mvccVersion)
    Sets the mvcc version of this export import report entry.
    void
    setPrimaryKey(long primaryKey)
    Sets the primary key of this export import report entry.
    void
    setResolved(boolean resolved)
    Sets whether this export import report entry is resolved.
    void
    setType(int type)
    Sets the type of this export import report 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 export import report entry.
      Returns:
      the primary key of this export import report entry
    • setPrimaryKey

      void setPrimaryKey(long primaryKey)
      Sets the primary key of this export import report entry.
      Parameters:
      primaryKey - the primary key of this export import report entry
    • getMvccVersion

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

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

      long getExportImportReportEntryId()
      Returns the export import report entry ID of this export import report entry.
      Returns:
      the export import report entry ID of this export import report entry
    • setExportImportReportEntryId

      void setExportImportReportEntryId(long exportImportReportEntryId)
      Sets the export import report entry ID of this export import report entry.
      Parameters:
      exportImportReportEntryId - the export import report entry ID of this export import report entry
    • getGroupId

      long getGroupId()
      Returns the group ID of this export import report entry.
      Returns:
      the group ID of this export import report entry
    • setGroupId

      void setGroupId(long groupId)
      Sets the group ID of this export import report entry.
      Parameters:
      groupId - the group ID of this export import report entry
    • getCompanyId

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

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

      Date getCreateDate()
      Returns the create date of this export import report entry.
      Returns:
      the create date of this export import report entry
    • setCreateDate

      void setCreateDate(Date createDate)
      Sets the create date of this export import report entry.
      Parameters:
      createDate - the create date of this export import report entry
    • getModifiedDate

      Date getModifiedDate()
      Returns the modified date of this export import report entry.
      Returns:
      the modified date of this export import report entry
    • setModifiedDate

      void setModifiedDate(Date modifiedDate)
      Sets the modified date of this export import report entry.
      Parameters:
      modifiedDate - the modified date of this export import report entry
    • getClassExternalReferenceCode

      @AutoEscape String getClassExternalReferenceCode()
      Returns the class external reference code of this export import report entry.
      Returns:
      the class external reference code of this export import report entry
    • setClassExternalReferenceCode

      void setClassExternalReferenceCode(String classExternalReferenceCode)
      Sets the class external reference code of this export import report entry.
      Parameters:
      classExternalReferenceCode - the class external reference code of this export import report entry
    • getClassName

      String getClassName()
      Returns the fully qualified class name of this export import report entry.
      Specified by:
      getClassName in interface com.liferay.portal.kernel.model.TypedModel
      Returns:
      the fully qualified class name of this export import report entry
    • setClassName

      void setClassName(String className)
    • getClassNameId

      long getClassNameId()
      Returns the class name ID of this export import report entry.
      Specified by:
      getClassNameId in interface com.liferay.portal.kernel.model.TypedModel
      Returns:
      the class name ID of this export import report entry
    • setClassNameId

      void setClassNameId(long classNameId)
      Sets the class name ID of this export import report entry.
      Specified by:
      setClassNameId in interface com.liferay.portal.kernel.model.TypedModel
      Parameters:
      classNameId - the class name ID of this export import report entry
    • getExportImportConfigurationId

      long getExportImportConfigurationId()
      Returns the export import configuration ID of this export import report entry.
      Returns:
      the export import configuration ID of this export import report entry
    • setExportImportConfigurationId

      void setExportImportConfigurationId(long exportImportConfigurationId)
      Sets the export import configuration ID of this export import report entry.
      Parameters:
      exportImportConfigurationId - the export import configuration ID of this export import report entry
    • getError

      @AutoEscape String getError()
      Returns the error of this export import report entry.
      Returns:
      the error of this export import report entry
    • setError

      void setError(String error)
      Sets the error of this export import report entry.
      Parameters:
      error - the error of this export import report entry
    • getErrorStacktrace

      @AutoEscape String getErrorStacktrace()
      Returns the error stacktrace of this export import report entry.
      Returns:
      the error stacktrace of this export import report entry
    • setErrorStacktrace

      void setErrorStacktrace(String errorStacktrace)
      Sets the error stacktrace of this export import report entry.
      Parameters:
      errorStacktrace - the error stacktrace of this export import report entry
    • getResolved

      boolean getResolved()
      Returns the resolved of this export import report entry.
      Returns:
      the resolved of this export import report entry
    • isResolved

      boolean isResolved()
      Returns true if this export import report entry is resolved.
      Returns:
      true if this export import report entry is resolved; false otherwise
    • setResolved

      void setResolved(boolean resolved)
      Sets whether this export import report entry is resolved.
      Parameters:
      resolved - the resolved of this export import report entry
    • getType

      int getType()
      Returns the type of this export import report entry.
      Returns:
      the type of this export import report entry
    • setType

      void setType(int type)
      Sets the type of this export import report entry.
      Parameters:
      type - the type of this export import report entry
    • cloneWithOriginalValues

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

      default String toXmlString()