Interface ExportImportReportEntry
- All Superinterfaces:
com.liferay.portal.kernel.model.BaseModel<ExportImportReportEntry>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<ExportImportReportEntry>,ExportImportReportEntryModel,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,Serializable,com.liferay.portal.kernel.model.ShardedModel,com.liferay.portal.kernel.model.TypedModel
- All Known Implementing Classes:
ExportImportReportEntryWrapper
@ProviderType
public interface ExportImportReportEntry
extends ExportImportReportEntryModel, com.liferay.portal.kernel.model.PersistedModel
The extended model interface for the ExportImportReportEntry service. Represents a row in the "ExportImportReportEntry" database table, with each column mapped to a property of this class.
- See Also:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.liferay.portal.kernel.util.Accessor<ExportImportReportEntry, Long> -
Method Summary
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, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.exportimport.report.model.ExportImportReportEntryModel
cloneWithOriginalValues, getClassExternalReferenceCode, getClassName, getClassNameId, getCompanyId, getCreateDate, getError, getErrorStacktrace, getExportImportConfigurationId, getExportImportReportEntryId, getGroupId, getModifiedDate, getMvccVersion, getPrimaryKey, getResolved, getType, isResolved, setClassExternalReferenceCode, setClassName, setClassNameId, setCompanyId, setCreateDate, setError, setErrorStacktrace, setExportImportConfigurationId, setExportImportReportEntryId, setGroupId, setModifiedDate, setMvccVersion, setPrimaryKey, setResolved, setType, toXmlStringMethods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persist
-
Field Details
-
EXPORT_IMPORT_REPORT_ENTRY_ID_ACCESSOR
static final com.liferay.portal.kernel.util.Accessor<ExportImportReportEntry,Long> EXPORT_IMPORT_REPORT_ENTRY_ID_ACCESSOR
-