public class BatchEngineExportTaskWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<BatchEngineExportTask> implements BatchEngineExportTask, com.liferay.portal.kernel.model.ModelWrapper<BatchEngineExportTask>
This class is a wrapper for BatchEngineExportTask.
BatchEngineExportTask,
Serialized FormBATCH_ENGINE_EXPORT_TASK_ID_ACCESSOR| Constructor and Description |
|---|
BatchEngineExportTaskWrapper(BatchEngineExportTask batchEngineExportTask) |
| Modifier and Type | Method and Description |
|---|---|
BatchEngineExportTask |
cloneWithOriginalValues() |
long |
getBatchEngineExportTaskId()
Returns the batch engine export task ID of this batch engine export task.
|
java.lang.String |
getCallbackURL()
Returns the callback url of this batch engine export task.
|
java.lang.String |
getClassName()
Returns the class name of this batch engine export task.
|
long |
getCompanyId()
Returns the company ID of this batch engine export task.
|
java.sql.Blob |
getContent()
Returns the content of this batch engine export task.
|
java.lang.String |
getContentType()
Returns the content type of this batch engine export task.
|
java.util.Date |
getCreateDate()
Returns the create date of this batch engine export task.
|
java.util.Date |
getEndTime()
Returns the end time of this batch engine export task.
|
java.lang.String |
getErrorMessage()
Returns the error message of this batch engine export task.
|
java.lang.String |
getExecuteStatus()
Returns the execute status of this batch engine export task.
|
java.lang.String |
getExternalReferenceCode()
Returns the external reference code of this batch engine export task.
|
java.lang.String |
getFieldNames()
Returns the field names of this batch engine export task.
|
java.util.List<java.lang.String> |
getFieldNamesList() |
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.util.Date |
getModifiedDate()
Returns the modified date of this batch engine export task.
|
long |
getMvccVersion()
Returns the mvcc version of this batch engine export task.
|
java.util.Map<java.lang.String,java.io.Serializable> |
getParameters()
Returns the parameters of this batch engine export task.
|
long |
getPrimaryKey()
Returns the primary key of this batch engine export task.
|
int |
getProcessedItemsCount()
Returns the processed items count of this batch engine export task.
|
com.liferay.exportimport.kernel.lar.StagedModelType |
getStagedModelType() |
java.util.Date |
getStartTime()
Returns the start time of this batch engine export task.
|
java.lang.String |
getTaskItemDelegateName()
Returns the task item delegate name of this batch engine export task.
|
int |
getTotalItemsCount()
Returns the total items count of this batch engine export task.
|
long |
getUserId()
Returns the user ID of this batch engine export task.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this batch engine export task.
|
java.lang.String |
getUuid()
Returns the uuid of this batch engine export task.
|
void |
persist() |
void |
setBatchEngineExportTaskId(long batchEngineExportTaskId)
Sets the batch engine export task ID of this batch engine export task.
|
void |
setCallbackURL(java.lang.String callbackURL)
Sets the callback url of this batch engine export task.
|
void |
setClassName(java.lang.String className)
Sets the class name of this batch engine export task.
|
void |
setCompanyId(long companyId)
Sets the company ID of this batch engine export task.
|
void |
setContent(java.sql.Blob content)
Sets the content of this batch engine export task.
|
void |
setContentType(java.lang.String contentType)
Sets the content type of this batch engine export task.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this batch engine export task.
|
void |
setEndTime(java.util.Date endTime)
Sets the end time of this batch engine export task.
|
void |
setErrorMessage(java.lang.String errorMessage)
Sets the error message of this batch engine export task.
|
void |
setExecuteStatus(java.lang.String executeStatus)
Sets the execute status of this batch engine export task.
|
void |
setExternalReferenceCode(java.lang.String externalReferenceCode)
Sets the external reference code of this batch engine export task.
|
void |
setFieldNames(java.lang.String fieldNames)
Sets the field names of this batch engine export task.
|
void |
setFieldNamesList(java.util.List<java.lang.String> fieldNamesList) |
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this batch engine export task.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this batch engine export task.
|
void |
setParameters(java.util.Map<java.lang.String,java.io.Serializable> parameters)
Sets the parameters of this batch engine export task.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this batch engine export task.
|
void |
setProcessedItemsCount(int processedItemsCount)
Sets the processed items count of this batch engine export task.
|
void |
setStartTime(java.util.Date startTime)
Sets the start time of this batch engine export task.
|
void |
setTaskItemDelegateName(java.lang.String taskItemDelegateName)
Sets the task item delegate name of this batch engine export task.
|
void |
setTotalItemsCount(int totalItemsCount)
Sets the total items count of this batch engine export task.
|
void |
setUserId(long userId)
Sets the user ID of this batch engine export task.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this batch engine export task.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this batch engine export task.
|
java.lang.String |
toXmlString() |
protected BatchEngineExportTaskWrapper |
wrap(BatchEngineExportTask batchEngineExportTask) |
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModelfinalize, getClass, notify, notifyAll, wait, wait, waitclone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelpublic BatchEngineExportTaskWrapper(BatchEngineExportTask batchEngineExportTask)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<BatchEngineExportTask>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<BatchEngineExportTask>public BatchEngineExportTask cloneWithOriginalValues()
cloneWithOriginalValues in interface BatchEngineExportTaskModelcloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<BatchEngineExportTask>public long getBatchEngineExportTaskId()
getBatchEngineExportTaskId in interface BatchEngineExportTaskModelpublic java.lang.String getCallbackURL()
getCallbackURL in interface BatchEngineExportTaskModelpublic java.lang.String getClassName()
getClassName in interface BatchEngineExportTaskModelpublic long getCompanyId()
getCompanyId in interface BatchEngineExportTaskModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface com.liferay.portal.kernel.model.StagedModelpublic java.sql.Blob getContent()
getContent in interface BatchEngineExportTaskModelpublic java.lang.String getContentType()
getContentType in interface BatchEngineExportTaskModelpublic java.util.Date getCreateDate()
getCreateDate in interface BatchEngineExportTaskModelgetCreateDate in interface com.liferay.portal.kernel.model.StagedModelpublic java.util.Date getEndTime()
getEndTime in interface BatchEngineExportTaskModelpublic java.lang.String getErrorMessage()
getErrorMessage in interface BatchEngineExportTaskModelpublic java.lang.String getExecuteStatus()
getExecuteStatus in interface BatchEngineExportTaskModelpublic java.lang.String getExternalReferenceCode()
getExternalReferenceCode in interface BatchEngineExportTaskModelpublic java.lang.String getFieldNames()
getFieldNames in interface BatchEngineExportTaskModelpublic java.util.List<java.lang.String> getFieldNamesList()
getFieldNamesList in interface BatchEngineExportTaskpublic java.util.Date getModifiedDate()
getModifiedDate in interface BatchEngineExportTaskModelgetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelpublic long getMvccVersion()
getMvccVersion in interface BatchEngineExportTaskModelgetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelpublic java.util.Map<java.lang.String,java.io.Serializable> getParameters()
getParameters in interface BatchEngineExportTaskModelpublic long getPrimaryKey()
getPrimaryKey in interface BatchEngineExportTaskModelpublic int getProcessedItemsCount()
getProcessedItemsCount in interface BatchEngineExportTaskModelpublic java.util.Date getStartTime()
getStartTime in interface BatchEngineExportTaskModelpublic java.lang.String getTaskItemDelegateName()
getTaskItemDelegateName in interface BatchEngineExportTaskModelpublic int getTotalItemsCount()
getTotalItemsCount in interface BatchEngineExportTaskModelpublic long getUserId()
getUserId in interface BatchEngineExportTaskModelpublic java.lang.String getUserUuid()
getUserUuid in interface BatchEngineExportTaskModelpublic java.lang.String getUuid()
getUuid in interface BatchEngineExportTaskModelgetUuid in interface com.liferay.portal.kernel.model.StagedModelpublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setBatchEngineExportTaskId(long batchEngineExportTaskId)
setBatchEngineExportTaskId in interface BatchEngineExportTaskModelbatchEngineExportTaskId - the batch engine export task ID of this batch engine export taskpublic void setCallbackURL(java.lang.String callbackURL)
setCallbackURL in interface BatchEngineExportTaskModelcallbackURL - the callback url of this batch engine export taskpublic void setClassName(java.lang.String className)
setClassName in interface BatchEngineExportTaskModelclassName - the class name of this batch engine export taskpublic void setCompanyId(long companyId)
setCompanyId in interface BatchEngineExportTaskModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelsetCompanyId in interface com.liferay.portal.kernel.model.StagedModelcompanyId - the company ID of this batch engine export taskpublic void setContent(java.sql.Blob content)
setContent in interface BatchEngineExportTaskModelcontent - the content of this batch engine export taskpublic void setContentType(java.lang.String contentType)
setContentType in interface BatchEngineExportTaskModelcontentType - the content type of this batch engine export taskpublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface BatchEngineExportTaskModelsetCreateDate in interface com.liferay.portal.kernel.model.StagedModelcreateDate - the create date of this batch engine export taskpublic void setEndTime(java.util.Date endTime)
setEndTime in interface BatchEngineExportTaskModelendTime - the end time of this batch engine export taskpublic void setErrorMessage(java.lang.String errorMessage)
setErrorMessage in interface BatchEngineExportTaskModelerrorMessage - the error message of this batch engine export taskpublic void setExecuteStatus(java.lang.String executeStatus)
setExecuteStatus in interface BatchEngineExportTaskModelexecuteStatus - the execute status of this batch engine export taskpublic void setExternalReferenceCode(java.lang.String externalReferenceCode)
setExternalReferenceCode in interface BatchEngineExportTaskModelexternalReferenceCode - the external reference code of this batch engine export taskpublic void setFieldNames(java.lang.String fieldNames)
setFieldNames in interface BatchEngineExportTaskModelfieldNames - the field names of this batch engine export taskpublic void setFieldNamesList(java.util.List<java.lang.String> fieldNamesList)
setFieldNamesList in interface BatchEngineExportTaskpublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface BatchEngineExportTaskModelsetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelmodifiedDate - the modified date of this batch engine export taskpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface BatchEngineExportTaskModelsetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this batch engine export taskpublic void setParameters(java.util.Map<java.lang.String,java.io.Serializable> parameters)
setParameters in interface BatchEngineExportTaskModelparameters - the parameters of this batch engine export taskpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface BatchEngineExportTaskModelprimaryKey - the primary key of this batch engine export taskpublic void setProcessedItemsCount(int processedItemsCount)
setProcessedItemsCount in interface BatchEngineExportTaskModelprocessedItemsCount - the processed items count of this batch engine export taskpublic void setStartTime(java.util.Date startTime)
setStartTime in interface BatchEngineExportTaskModelstartTime - the start time of this batch engine export taskpublic void setTaskItemDelegateName(java.lang.String taskItemDelegateName)
setTaskItemDelegateName in interface BatchEngineExportTaskModeltaskItemDelegateName - the task item delegate name of this batch engine export taskpublic void setTotalItemsCount(int totalItemsCount)
setTotalItemsCount in interface BatchEngineExportTaskModeltotalItemsCount - the total items count of this batch engine export taskpublic void setUserId(long userId)
setUserId in interface BatchEngineExportTaskModeluserId - the user ID of this batch engine export taskpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface BatchEngineExportTaskModeluserUuid - the user uuid of this batch engine export taskpublic void setUuid(java.lang.String uuid)
setUuid in interface BatchEngineExportTaskModelsetUuid in interface com.liferay.portal.kernel.model.StagedModeluuid - the uuid of this batch engine export taskpublic java.lang.String toXmlString()
toXmlString in interface BatchEngineExportTaskModelpublic com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
getStagedModelType in interface com.liferay.portal.kernel.model.StagedModelprotected BatchEngineExportTaskWrapper wrap(BatchEngineExportTask batchEngineExportTask)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<BatchEngineExportTask>