Class ExportImportReportEntryWrapper

java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<ExportImportReportEntry>
com.liferay.exportimport.report.model.ExportImportReportEntryWrapper
All Implemented Interfaces:
ExportImportReportEntry, ExportImportReportEntryModel, com.liferay.portal.kernel.model.BaseModel<ExportImportReportEntry>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.ModelWrapper<ExportImportReportEntry>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.TypedModel, Serializable, Cloneable, Comparable<ExportImportReportEntry>

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

This class is a wrapper for ExportImportReportEntry.

See Also:
Generated:
  • Field Summary

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

    model

    Fields inherited from interface com.liferay.exportimport.report.model.ExportImportReportEntry

    EXPORT_IMPORT_REPORT_ENTRY_ID_ACCESSOR
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • 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
     
    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
     
    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.
     
    wrap(ExportImportReportEntry exportImportReportEntry)
     

    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, getAttributeGetterFunctions, getAttributeSetterBiConsumers, 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

    • ExportImportReportEntryWrapper

      public ExportImportReportEntryWrapper(ExportImportReportEntry exportImportReportEntry)
  • Method Details

    • getModelAttributes

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

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

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

      public String getClassExternalReferenceCode()
      Returns the class external reference code of this export import report entry.
      Specified by:
      getClassExternalReferenceCode in interface ExportImportReportEntryModel
      Returns:
      the class external reference code of this export import report entry
    • getClassName

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

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

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

      public Date getCreateDate()
      Returns the create date of this export import report entry.
      Specified by:
      getCreateDate in interface ExportImportReportEntryModel
      Returns:
      the create date of this export import report entry
    • getError

      public String getError()
      Returns the error of this export import report entry.
      Specified by:
      getError in interface ExportImportReportEntryModel
      Returns:
      the error of this export import report entry
    • getErrorStacktrace

      public String getErrorStacktrace()
      Returns the error stacktrace of this export import report entry.
      Specified by:
      getErrorStacktrace in interface ExportImportReportEntryModel
      Returns:
      the error stacktrace of this export import report entry
    • getExportImportConfigurationId

      public long getExportImportConfigurationId()
      Returns the export import configuration ID of this export import report entry.
      Specified by:
      getExportImportConfigurationId in interface ExportImportReportEntryModel
      Returns:
      the export import configuration ID of this export import report entry
    • getExportImportReportEntryId

      public long getExportImportReportEntryId()
      Returns the export import report entry ID of this export import report entry.
      Specified by:
      getExportImportReportEntryId in interface ExportImportReportEntryModel
      Returns:
      the export import report entry ID of this export import report entry
    • getGroupId

      public long getGroupId()
      Returns the group ID of this export import report entry.
      Specified by:
      getGroupId in interface ExportImportReportEntryModel
      Returns:
      the group ID of this export import report entry
    • getModifiedDate

      public Date getModifiedDate()
      Returns the modified date of this export import report entry.
      Specified by:
      getModifiedDate in interface ExportImportReportEntryModel
      Returns:
      the modified date of this export import report entry
    • getMvccVersion

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

      public long getPrimaryKey()
      Returns the primary key of this export import report entry.
      Specified by:
      getPrimaryKey in interface ExportImportReportEntryModel
      Returns:
      the primary key of this export import report entry
    • getResolved

      public boolean getResolved()
      Returns the resolved of this export import report entry.
      Specified by:
      getResolved in interface ExportImportReportEntryModel
      Returns:
      the resolved of this export import report entry
    • getType

      public int getType()
      Returns the type of this export import report entry.
      Specified by:
      getType in interface ExportImportReportEntryModel
      Returns:
      the type of this export import report entry
    • isResolved

      public boolean isResolved()
      Returns true if this export import report entry is resolved.
      Specified by:
      isResolved in interface ExportImportReportEntryModel
      Returns:
      true if this export import report entry is resolved; false otherwise
    • persist

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

      public void setClassExternalReferenceCode(String classExternalReferenceCode)
      Sets the class external reference code of this export import report entry.
      Specified by:
      setClassExternalReferenceCode in interface ExportImportReportEntryModel
      Parameters:
      classExternalReferenceCode - the class external reference code of this export import report entry
    • setClassName

      public void setClassName(String className)
      Specified by:
      setClassName in interface ExportImportReportEntryModel
    • setClassNameId

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

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

      public void setCreateDate(Date createDate)
      Sets the create date of this export import report entry.
      Specified by:
      setCreateDate in interface ExportImportReportEntryModel
      Parameters:
      createDate - the create date of this export import report entry
    • setError

      public void setError(String error)
      Sets the error of this export import report entry.
      Specified by:
      setError in interface ExportImportReportEntryModel
      Parameters:
      error - the error of this export import report entry
    • setErrorStacktrace

      public void setErrorStacktrace(String errorStacktrace)
      Sets the error stacktrace of this export import report entry.
      Specified by:
      setErrorStacktrace in interface ExportImportReportEntryModel
      Parameters:
      errorStacktrace - the error stacktrace of this export import report entry
    • setExportImportConfigurationId

      public void setExportImportConfigurationId(long exportImportConfigurationId)
      Sets the export import configuration ID of this export import report entry.
      Specified by:
      setExportImportConfigurationId in interface ExportImportReportEntryModel
      Parameters:
      exportImportConfigurationId - the export import configuration ID of this export import report entry
    • setExportImportReportEntryId

      public void setExportImportReportEntryId(long exportImportReportEntryId)
      Sets the export import report entry ID of this export import report entry.
      Specified by:
      setExportImportReportEntryId in interface ExportImportReportEntryModel
      Parameters:
      exportImportReportEntryId - the export import report entry ID of this export import report entry
    • setGroupId

      public void setGroupId(long groupId)
      Sets the group ID of this export import report entry.
      Specified by:
      setGroupId in interface ExportImportReportEntryModel
      Parameters:
      groupId - the group ID of this export import report entry
    • setModifiedDate

      public void setModifiedDate(Date modifiedDate)
      Sets the modified date of this export import report entry.
      Specified by:
      setModifiedDate in interface ExportImportReportEntryModel
      Parameters:
      modifiedDate - the modified date of this export import report entry
    • setMvccVersion

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

      public void setPrimaryKey(long primaryKey)
      Sets the primary key of this export import report entry.
      Specified by:
      setPrimaryKey in interface ExportImportReportEntryModel
      Parameters:
      primaryKey - the primary key of this export import report entry
    • setResolved

      public void setResolved(boolean resolved)
      Sets whether this export import report entry is resolved.
      Specified by:
      setResolved in interface ExportImportReportEntryModel
      Parameters:
      resolved - the resolved of this export import report entry
    • setType

      public void setType(int type)
      Sets the type of this export import report entry.
      Specified by:
      setType in interface ExportImportReportEntryModel
      Parameters:
      type - the type of this export import report entry
    • toXmlString

      public String toXmlString()
      Specified by:
      toXmlString in interface ExportImportReportEntryModel
    • wrap

      protected ExportImportReportEntryWrapper wrap(ExportImportReportEntry exportImportReportEntry)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<ExportImportReportEntry>