Package com.liferay.batch.engine.model
Interface BatchEngineExportTaskModel
- All Superinterfaces:
com.liferay.portal.kernel.model.BaseModel<BatchEngineExportTask>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<BatchEngineExportTask>,com.liferay.portal.kernel.model.ExternalReferenceCodeModel,com.liferay.portal.kernel.model.MVCCModel,Serializable,com.liferay.portal.kernel.model.ShardedModel,com.liferay.portal.kernel.model.StagedModel
- All Known Subinterfaces:
BatchEngineExportTask
- All Known Implementing Classes:
BatchEngineExportTaskWrapper
@ProviderType
public interface BatchEngineExportTaskModel
extends com.liferay.portal.kernel.model.BaseModel<BatchEngineExportTask>, com.liferay.portal.kernel.model.ExternalReferenceCodeModel, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedModel
The base model interface for the BatchEngineExportTask service. Represents a row in the "BatchEngineExportTask" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation com.liferay.batch.engine.model.impl.BatchEngineExportTaskModelImpl 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.BatchEngineExportTaskImpl.
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionlongReturns the batch engine export task ID of this batch engine export task.Returns the callback url of this batch engine export task.Returns the class name of this batch engine export task.longReturns the company ID of this batch engine export task.Returns the content of this batch engine export task.Returns the content type of this batch engine export task.Returns the create date of this batch engine export task.Returns the end time of this batch engine export task.Returns the error message of this batch engine export task.Returns the execute status of this batch engine export task.Returns the external reference code of this batch engine export task.Returns the field names of this batch engine export task.Returns the modified date of this batch engine export task.longReturns the mvcc version of this batch engine export task.Returns the parameters of this batch engine export task.longReturns the primary key of this batch engine export task.intReturns the processed items count of this batch engine export task.Returns the start time of this batch engine export task.Returns the task item delegate name of this batch engine export task.intReturns the total items count of this batch engine export task.longReturns the user ID of this batch engine export task.Returns the user uuid of this batch engine export task.getUuid()Returns the uuid of this batch engine export task.voidsetBatchEngineExportTaskId(long batchEngineExportTaskId) Sets the batch engine export task ID of this batch engine export task.voidsetCallbackURL(String callbackURL) Sets the callback url of this batch engine export task.voidsetClassName(String className) Sets the class name of this batch engine export task.voidsetCompanyId(long companyId) Sets the company ID of this batch engine export task.voidsetContent(Blob content) Sets the content of this batch engine export task.voidsetContentType(String contentType) Sets the content type of this batch engine export task.voidsetCreateDate(Date createDate) Sets the create date of this batch engine export task.voidsetEndTime(Date endTime) Sets the end time of this batch engine export task.voidsetErrorMessage(String errorMessage) Sets the error message of this batch engine export task.voidsetExecuteStatus(String executeStatus) Sets the execute status of this batch engine export task.voidsetExternalReferenceCode(String externalReferenceCode) Sets the external reference code of this batch engine export task.voidsetFieldNames(String fieldNames) Sets the field names of this batch engine export task.voidsetModifiedDate(Date modifiedDate) Sets the modified date of this batch engine export task.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this batch engine export task.voidsetParameters(Map<String, Serializable> parameters) Sets the parameters of this batch engine export task.voidsetPrimaryKey(long primaryKey) Sets the primary key of this batch engine export task.voidsetProcessedItemsCount(int processedItemsCount) Sets the processed items count of this batch engine export task.voidsetStartTime(Date startTime) Sets the start time of this batch engine export task.voidsetTaskItemDelegateName(String taskItemDelegateName) Sets the task item delegate name of this batch engine export task.voidsetTotalItemsCount(int totalItemsCount) Sets the total items count of this batch engine export task.voidsetUserId(long userId) Sets the user ID of this batch engine export task.voidsetUserUuid(String userUuid) Sets the user uuid of this batch engine export task.voidSets the uuid of this batch engine export task.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
compareToMethods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone, getStagedModelType
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this batch engine export task.- Returns:
- the primary key of this batch engine export task
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this batch engine export task.- Parameters:
primaryKey- the primary key of this batch engine export task
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this batch engine export task.- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this batch engine export task
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this batch engine export task.- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this batch engine export task
-
getUuid
Returns the uuid of this batch engine export task.- Specified by:
getUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the uuid of this batch engine export task
-
setUuid
Sets the uuid of this batch engine export task.- Specified by:
setUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
uuid- the uuid of this batch engine export task
-
getExternalReferenceCode
Returns the external reference code of this batch engine export task.- Specified by:
getExternalReferenceCodein interfacecom.liferay.portal.kernel.model.ExternalReferenceCodeModel- Returns:
- the external reference code of this batch engine export task
-
setExternalReferenceCode
Sets the external reference code of this batch engine export task.- Specified by:
setExternalReferenceCodein interfacecom.liferay.portal.kernel.model.ExternalReferenceCodeModel- Parameters:
externalReferenceCode- the external reference code of this batch engine export task
-
getBatchEngineExportTaskId
long getBatchEngineExportTaskId()Returns the batch engine export task ID of this batch engine export task.- Returns:
- the batch engine export task ID of this batch engine export task
-
setBatchEngineExportTaskId
void setBatchEngineExportTaskId(long batchEngineExportTaskId) Sets the batch engine export task ID of this batch engine export task.- Parameters:
batchEngineExportTaskId- the batch engine export task ID of this batch engine export task
-
getCompanyId
long getCompanyId()Returns the company ID of this batch engine export task.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the company ID of this batch engine export task
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this batch engine export task.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
companyId- the company ID of this batch engine export task
-
getUserId
long getUserId()Returns the user ID of this batch engine export task.- Returns:
- the user ID of this batch engine export task
-
setUserId
void setUserId(long userId) Sets the user ID of this batch engine export task.- Parameters:
userId- the user ID of this batch engine export task
-
getUserUuid
String getUserUuid()Returns the user uuid of this batch engine export task.- Returns:
- the user uuid of this batch engine export task
-
setUserUuid
Sets the user uuid of this batch engine export task.- Parameters:
userUuid- the user uuid of this batch engine export task
-
getCreateDate
Date getCreateDate()Returns the create date of this batch engine export task.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the create date of this batch engine export task
-
setCreateDate
Sets the create date of this batch engine export task.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
createDate- the create date of this batch engine export task
-
getModifiedDate
Date getModifiedDate()Returns the modified date of this batch engine export task.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the modified date of this batch engine export task
-
setModifiedDate
Sets the modified date of this batch engine export task.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
modifiedDate- the modified date of this batch engine export task
-
getCallbackURL
Returns the callback url of this batch engine export task.- Returns:
- the callback url of this batch engine export task
-
setCallbackURL
Sets the callback url of this batch engine export task.- Parameters:
callbackURL- the callback url of this batch engine export task
-
getClassName
Returns the class name of this batch engine export task.- Returns:
- the class name of this batch engine export task
-
setClassName
Sets the class name of this batch engine export task.- Parameters:
className- the class name of this batch engine export task
-
getContent
Blob getContent()Returns the content of this batch engine export task.- Returns:
- the content of this batch engine export task
-
setContent
Sets the content of this batch engine export task.- Parameters:
content- the content of this batch engine export task
-
getContentType
Returns the content type of this batch engine export task.- Returns:
- the content type of this batch engine export task
-
setContentType
Sets the content type of this batch engine export task.- Parameters:
contentType- the content type of this batch engine export task
-
getEndTime
Date getEndTime()Returns the end time of this batch engine export task.- Returns:
- the end time of this batch engine export task
-
setEndTime
Sets the end time of this batch engine export task.- Parameters:
endTime- the end time of this batch engine export task
-
getErrorMessage
Returns the error message of this batch engine export task.- Returns:
- the error message of this batch engine export task
-
setErrorMessage
Sets the error message of this batch engine export task.- Parameters:
errorMessage- the error message of this batch engine export task
-
getFieldNames
Returns the field names of this batch engine export task.- Returns:
- the field names of this batch engine export task
-
setFieldNames
Sets the field names of this batch engine export task.- Parameters:
fieldNames- the field names of this batch engine export task
-
getExecuteStatus
Returns the execute status of this batch engine export task.- Returns:
- the execute status of this batch engine export task
-
setExecuteStatus
Sets the execute status of this batch engine export task.- Parameters:
executeStatus- the execute status of this batch engine export task
-
getParameters
Map<String,Serializable> getParameters()Returns the parameters of this batch engine export task.- Returns:
- the parameters of this batch engine export task
-
setParameters
Sets the parameters of this batch engine export task.- Parameters:
parameters- the parameters of this batch engine export task
-
getProcessedItemsCount
int getProcessedItemsCount()Returns the processed items count of this batch engine export task.- Returns:
- the processed items count of this batch engine export task
-
setProcessedItemsCount
void setProcessedItemsCount(int processedItemsCount) Sets the processed items count of this batch engine export task.- Parameters:
processedItemsCount- the processed items count of this batch engine export task
-
getStartTime
Date getStartTime()Returns the start time of this batch engine export task.- Returns:
- the start time of this batch engine export task
-
setStartTime
Sets the start time of this batch engine export task.- Parameters:
startTime- the start time of this batch engine export task
-
getTaskItemDelegateName
Returns the task item delegate name of this batch engine export task.- Returns:
- the task item delegate name of this batch engine export task
-
setTaskItemDelegateName
Sets the task item delegate name of this batch engine export task.- Parameters:
taskItemDelegateName- the task item delegate name of this batch engine export task
-
getTotalItemsCount
int getTotalItemsCount()Returns the total items count of this batch engine export task.- Returns:
- the total items count of this batch engine export task
-
setTotalItemsCount
void setTotalItemsCount(int totalItemsCount) Sets the total items count of this batch engine export task.- Parameters:
totalItemsCount- the total items count of this batch engine export task
-
cloneWithOriginalValues
BatchEngineExportTask cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<BatchEngineExportTask>
-
toXmlString
-