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 TypeMethodDescriptionReturns the class external reference code of this export import report entry.Returns the fully qualified class name of this export import report entry.longReturns the class name ID of this export import report entry.longReturns the company ID of this export import report entry.Returns the create date of this export import report entry.getError()Returns the error of this export import report entry.Returns the error stacktrace of this export import report entry.longReturns the export import configuration ID of this export import report entry.longReturns the export import report entry ID of this export import report entry.longReturns the group ID of this export import report entry.Returns the modified date of this export import report entry.longReturns the mvcc version of this export import report entry.longReturns the primary key of this export import report entry.booleanReturns the resolved of this export import report entry.intgetType()Returns the type of this export import report entry.booleanReturnstrueif this export import report entry is resolved.voidsetClassExternalReferenceCode(String classExternalReferenceCode) Sets the class external reference code of this export import report entry.voidsetClassName(String className) voidsetClassNameId(long classNameId) Sets the class name ID of this export import report entry.voidsetCompanyId(long companyId) Sets the company ID of this export import report entry.voidsetCreateDate(Date createDate) Sets the create date of this export import report entry.voidSets the error of this export import report entry.voidsetErrorStacktrace(String errorStacktrace) Sets the error stacktrace of this export import report entry.voidsetExportImportConfigurationId(long exportImportConfigurationId) Sets the export import configuration ID of this export import report entry.voidsetExportImportReportEntryId(long exportImportReportEntryId) Sets the export import report entry ID of this export import report entry.voidsetGroupId(long groupId) Sets the group ID of this export import report entry.voidsetModifiedDate(Date modifiedDate) Sets the modified date of this export import report entry.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this export import report entry.voidsetPrimaryKey(long primaryKey) Sets the primary key of this export import report entry.voidsetResolved(boolean resolved) Sets whether this export import report entry is resolved.voidsetType(int type) Sets the type of this export import report entry.default StringMethods 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
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:
getMvccVersionin interfacecom.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:
setMvccVersionin interfacecom.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:
getCompanyIdin interfacecom.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:
setCompanyIdin interfacecom.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
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
Sets the modified date of this export import report entry.- Parameters:
modifiedDate- the modified date of this export import report entry
-
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
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:
getClassNamein interfacecom.liferay.portal.kernel.model.TypedModel- Returns:
- the fully qualified class name of this export import report entry
-
setClassName
-
getClassNameId
long getClassNameId()Returns the class name ID of this export import report entry.- Specified by:
getClassNameIdin interfacecom.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:
setClassNameIdin interfacecom.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
Returns the error of this export import report entry.- Returns:
- the error of this export import report entry
-
setError
Sets the error of this export import report entry.- Parameters:
error- the error of this export import report entry
-
getErrorStacktrace
Returns the error stacktrace of this export import report entry.- Returns:
- the error stacktrace of this export import report entry
-
setErrorStacktrace
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()Returnstrueif this export import report entry is resolved.- Returns:
trueif this export import report entry is resolved;falseotherwise
-
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:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<ExportImportReportEntry>
-
toXmlString
-