@ProviderType public interface BatchEngineImportTaskModel extends com.liferay.portal.kernel.model.BaseModel<BatchEngineImportTask>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedModel
This interface and its corresponding implementation com.liferay.batch.engine.model.impl.BatchEngineImportTaskModelImpl
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.BatchEngineImportTaskImpl
.
BatchEngineImportTask
Modifier and Type | Method and Description |
---|---|
long |
getBatchEngineImportTaskId()
Returns the batch engine import task ID of this batch engine import task.
|
long |
getBatchSize()
Returns the batch size of this batch engine import task.
|
java.lang.String |
getCallbackURL()
Returns the callback url of this batch engine import task.
|
java.lang.String |
getClassName()
Returns the class name of this batch engine import task.
|
long |
getCompanyId()
Returns the company ID of this batch engine import task.
|
java.sql.Blob |
getContent()
Returns the content of this batch engine import task.
|
java.lang.String |
getContentType()
Returns the content type of this batch engine import task.
|
java.util.Date |
getCreateDate()
Returns the create date of this batch engine import task.
|
java.util.Date |
getEndTime()
Returns the end time of this batch engine import task.
|
java.lang.String |
getErrorMessage()
Returns the error message of this batch engine import task.
|
java.lang.String |
getExecuteStatus()
Returns the execute status of this batch engine import task.
|
java.util.Map<java.lang.String,java.io.Serializable> |
getFieldNameMapping()
Returns the field name mapping of this batch engine import task.
|
java.util.Date |
getModifiedDate()
Returns the modified date of this batch engine import task.
|
long |
getMvccVersion()
Returns the mvcc version of this batch engine import task.
|
java.lang.String |
getOperation()
Returns the operation of this batch engine import task.
|
java.util.Map<java.lang.String,java.io.Serializable> |
getParameters()
Returns the parameters of this batch engine import task.
|
long |
getPrimaryKey()
Returns the primary key of this batch engine import task.
|
java.util.Date |
getStartTime()
Returns the start time of this batch engine import task.
|
long |
getUserId()
Returns the user ID of this batch engine import task.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this batch engine import task.
|
java.lang.String |
getUuid()
Returns the uuid of this batch engine import task.
|
java.lang.String |
getVersion()
Returns the version of this batch engine import task.
|
void |
setBatchEngineImportTaskId(long batchEngineImportTaskId)
Sets the batch engine import task ID of this batch engine import task.
|
void |
setBatchSize(long batchSize)
Sets the batch size of this batch engine import task.
|
void |
setCallbackURL(java.lang.String callbackURL)
Sets the callback url of this batch engine import task.
|
void |
setClassName(java.lang.String className)
Sets the class name of this batch engine import task.
|
void |
setCompanyId(long companyId)
Sets the company ID of this batch engine import task.
|
void |
setContent(java.sql.Blob content)
Sets the content of this batch engine import task.
|
void |
setContentType(java.lang.String contentType)
Sets the content type of this batch engine import task.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this batch engine import task.
|
void |
setEndTime(java.util.Date endTime)
Sets the end time of this batch engine import task.
|
void |
setErrorMessage(java.lang.String errorMessage)
Sets the error message of this batch engine import task.
|
void |
setExecuteStatus(java.lang.String executeStatus)
Sets the execute status of this batch engine import task.
|
void |
setFieldNameMapping(java.util.Map<java.lang.String,java.io.Serializable> fieldNameMapping)
Sets the field name mapping of this batch engine import task.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this batch engine import task.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this batch engine import task.
|
void |
setOperation(java.lang.String operation)
Sets the operation of this batch engine import task.
|
void |
setParameters(java.util.Map<java.lang.String,java.io.Serializable> parameters)
Sets the parameters of this batch engine import task.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this batch engine import task.
|
void |
setStartTime(java.util.Date startTime)
Sets the start time of this batch engine import task.
|
void |
setUserId(long userId)
Sets the user ID of this batch engine import task.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this batch engine import task.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this batch engine import task.
|
void |
setVersion(java.lang.String version)
Sets the version of this batch engine import task.
|
clone, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlString
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey
- the primary key of this batch engine import tasklong getMvccVersion()
getMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
void setMvccVersion(long mvccVersion)
setMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
mvccVersion
- the mvcc version of this batch engine import task@AutoEscape java.lang.String getUuid()
getUuid
in interface com.liferay.portal.kernel.model.StagedModel
void setUuid(java.lang.String uuid)
setUuid
in interface com.liferay.portal.kernel.model.StagedModel
uuid
- the uuid of this batch engine import tasklong getBatchEngineImportTaskId()
void setBatchEngineImportTaskId(long batchEngineImportTaskId)
batchEngineImportTaskId
- the batch engine import task ID of this batch engine import tasklong getCompanyId()
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
getCompanyId
in interface com.liferay.portal.kernel.model.StagedModel
void setCompanyId(long companyId)
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
setCompanyId
in interface com.liferay.portal.kernel.model.StagedModel
companyId
- the company ID of this batch engine import tasklong getUserId()
void setUserId(long userId)
userId
- the user ID of this batch engine import taskjava.lang.String getUserUuid()
void setUserUuid(java.lang.String userUuid)
userUuid
- the user uuid of this batch engine import taskjava.util.Date getCreateDate()
getCreateDate
in interface com.liferay.portal.kernel.model.StagedModel
void setCreateDate(java.util.Date createDate)
setCreateDate
in interface com.liferay.portal.kernel.model.StagedModel
createDate
- the create date of this batch engine import taskjava.util.Date getModifiedDate()
getModifiedDate
in interface com.liferay.portal.kernel.model.StagedModel
void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate
in interface com.liferay.portal.kernel.model.StagedModel
modifiedDate
- the modified date of this batch engine import tasklong getBatchSize()
void setBatchSize(long batchSize)
batchSize
- the batch size of this batch engine import task@AutoEscape java.lang.String getCallbackURL()
void setCallbackURL(java.lang.String callbackURL)
callbackURL
- the callback url of this batch engine import task@AutoEscape java.lang.String getClassName()
void setClassName(java.lang.String className)
className
- the class name of this batch engine import taskjava.sql.Blob getContent()
void setContent(java.sql.Blob content)
content
- the content of this batch engine import task@AutoEscape java.lang.String getContentType()
void setContentType(java.lang.String contentType)
contentType
- the content type of this batch engine import taskjava.util.Date getEndTime()
void setEndTime(java.util.Date endTime)
endTime
- the end time of this batch engine import task@AutoEscape java.lang.String getErrorMessage()
void setErrorMessage(java.lang.String errorMessage)
errorMessage
- the error message of this batch engine import task@AutoEscape java.lang.String getExecuteStatus()
void setExecuteStatus(java.lang.String executeStatus)
executeStatus
- the execute status of this batch engine import taskjava.util.Map<java.lang.String,java.io.Serializable> getFieldNameMapping()
void setFieldNameMapping(java.util.Map<java.lang.String,java.io.Serializable> fieldNameMapping)
fieldNameMapping
- the field name mapping of this batch engine import task@AutoEscape java.lang.String getOperation()
void setOperation(java.lang.String operation)
operation
- the operation of this batch engine import taskjava.util.Map<java.lang.String,java.io.Serializable> getParameters()
void setParameters(java.util.Map<java.lang.String,java.io.Serializable> parameters)
parameters
- the parameters of this batch engine import taskjava.util.Date getStartTime()
void setStartTime(java.util.Date startTime)
startTime
- the start time of this batch engine import task@AutoEscape java.lang.String getVersion()
void setVersion(java.lang.String version)
version
- the version of this batch engine import task