Package com.liferay.batch.engine.model
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 TypeMethodDescriptionlongReturns the batch engine import task error ID of this batch engine import task error.longReturns the batch engine import task ID of this batch engine import task error.longReturns the company ID of this batch engine import task error.Returns the create date of this batch engine import task error.getItem()Returns the item of this batch engine import task error.intReturns 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.longReturns the mvcc version of this batch engine import task error.longReturns the primary key of this batch engine import task error.longReturns the user ID of this batch engine import task error.Returns the user uuid of this batch engine import task error.voidsetBatchEngineImportTaskErrorId(long batchEngineImportTaskErrorId) Sets the batch engine import task error ID of this batch engine import task error.voidsetBatchEngineImportTaskId(long batchEngineImportTaskId) Sets the batch engine import task ID of this batch engine import task error.voidsetCompanyId(long companyId) Sets the company ID of this batch engine import task error.voidsetCreateDate(Date createDate) Sets the create date of this batch engine import task error.voidSets the item of this batch engine import task error.voidsetItemIndex(int itemIndex) Sets the item index of this batch engine import task error.voidsetMessage(String message) Sets the message of this batch engine import task error.voidsetModifiedDate(Date modifiedDate) Sets the modified date of this batch engine import task error.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this batch engine import task error.voidsetPrimaryKey(long primaryKey) Sets the primary key of this batch engine import task error.voidsetUserId(long userId) Sets the user ID of this batch engine import task error.voidsetUserUuid(String userUuid) Sets the user uuid of this batch engine import task error.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 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:
getMvccVersionin interfacecom.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:
setMvccVersionin interfacecom.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:
getCompanyIdin interfacecom.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:
setCompanyIdin interfacecom.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
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
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
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
Returns the item of this batch engine import task error.- Returns:
- the item of this batch engine import task error
-
setItem
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
Returns the message of this batch engine import task error.- Returns:
- the message of this batch engine import task error
-
setMessage
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:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<BatchEngineImportTaskError>
-
toXmlString
-