Package com.liferay.batch.engine.model
Class BatchEngineExportTaskWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<BatchEngineExportTask>
com.liferay.batch.engine.model.BatchEngineExportTaskWrapper
- All Implemented Interfaces:
BatchEngineExportTask
,BatchEngineExportTaskModel
,com.liferay.portal.kernel.model.BaseModel<BatchEngineExportTask>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.ExternalReferenceCodeModel
,com.liferay.portal.kernel.model.ModelWrapper<BatchEngineExportTask>
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.PersistedModel
,com.liferay.portal.kernel.model.ShardedModel
,com.liferay.portal.kernel.model.StagedModel
,Serializable
,Cloneable
,Comparable<BatchEngineExportTask>
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
.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
model
Fields inherited from interface com.liferay.batch.engine.model.BatchEngineExportTask
BATCH_ENGINE_EXPORT_TASK_ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
Returns 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.long
Returns 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.long
Returns the mvcc version of this batch engine export task.Returns the parameters of this batch engine export task.long
Returns the primary key of this batch engine export task.int
Returns the processed items count of this batch engine export task.com.liferay.exportimport.kernel.lar.StagedModelType
Returns the start time of this batch engine export task.Returns the task item delegate name of this batch engine export task.int
Returns the total items count of this batch engine export task.long
Returns 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.void
persist()
void
setBatchEngineExportTaskId
(long batchEngineExportTaskId) Sets the batch engine export task ID of this batch engine export task.void
setCallbackURL
(String callbackURL) Sets the callback url of this batch engine export task.void
setClassName
(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
(Blob content) Sets the content of this batch engine export task.void
setContentType
(String contentType) Sets the content type of this batch engine export task.void
setCreateDate
(Date createDate) Sets the create date of this batch engine export task.void
setEndTime
(Date endTime) Sets the end time of this batch engine export task.void
setErrorMessage
(String errorMessage) Sets the error message of this batch engine export task.void
setExecuteStatus
(String executeStatus) Sets the execute status of this batch engine export task.void
setExternalReferenceCode
(String externalReferenceCode) Sets the external reference code of this batch engine export task.void
setFieldNames
(String fieldNames) Sets the field names of this batch engine export task.void
setFieldNamesList
(List<String> fieldNamesList) void
setModelAttributes
(Map<String, Object> attributes) void
setModifiedDate
(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
(Map<String, 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
(Date startTime) Sets the start time of this batch engine export task.void
setTaskItemDelegateName
(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
(String userUuid) Sets the user uuid of this batch engine export task.void
Sets the uuid of this batch engine export task.protected BatchEngineExportTaskWrapper
wrap
(BatchEngineExportTask batchEngineExportTask) Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
Methods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone
-
Constructor Details
-
BatchEngineExportTaskWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<BatchEngineExportTask>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<BatchEngineExportTask>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<BatchEngineExportTask>
- Specified by:
cloneWithOriginalValues
in interfaceBatchEngineExportTaskModel
-
getBatchEngineExportTaskId
public long getBatchEngineExportTaskId()Returns the batch engine export task ID of this batch engine export task.- Specified by:
getBatchEngineExportTaskId
in interfaceBatchEngineExportTaskModel
- Returns:
- the batch engine export task ID of this batch engine export task
-
getCallbackURL
Returns the callback url of this batch engine export task.- Specified by:
getCallbackURL
in interfaceBatchEngineExportTaskModel
- Returns:
- the callback url of this batch engine export task
-
getClassName
Returns the class name of this batch engine export task.- Specified by:
getClassName
in interfaceBatchEngineExportTaskModel
- Returns:
- the class name of this batch engine export task
-
getCompanyId
public long getCompanyId()Returns the company ID of this batch engine export task.- Specified by:
getCompanyId
in interfaceBatchEngineExportTaskModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the company ID of this batch engine export task
-
getContent
Returns the content of this batch engine export task.- Specified by:
getContent
in interfaceBatchEngineExportTaskModel
- Returns:
- the content of this batch engine export task
-
getContentType
Returns the content type of this batch engine export task.- Specified by:
getContentType
in interfaceBatchEngineExportTaskModel
- Returns:
- the content type of this batch engine export task
-
getCreateDate
Returns the create date of this batch engine export task.- Specified by:
getCreateDate
in interfaceBatchEngineExportTaskModel
- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the create date of this batch engine export task
-
getEndTime
Returns the end time of this batch engine export task.- Specified by:
getEndTime
in interfaceBatchEngineExportTaskModel
- Returns:
- the end time of this batch engine export task
-
getErrorMessage
Returns the error message of this batch engine export task.- Specified by:
getErrorMessage
in interfaceBatchEngineExportTaskModel
- Returns:
- the error message of this batch engine export task
-
getExecuteStatus
Returns the execute status of this batch engine export task.- Specified by:
getExecuteStatus
in interfaceBatchEngineExportTaskModel
- Returns:
- the execute status of this batch engine export task
-
getExternalReferenceCode
Returns the external reference code of this batch engine export task.- Specified by:
getExternalReferenceCode
in interfaceBatchEngineExportTaskModel
- Specified by:
getExternalReferenceCode
in interfacecom.liferay.portal.kernel.model.ExternalReferenceCodeModel
- Returns:
- the external reference code of this batch engine export task
-
getFieldNames
Returns the field names of this batch engine export task.- Specified by:
getFieldNames
in interfaceBatchEngineExportTaskModel
- Returns:
- the field names of this batch engine export task
-
getFieldNamesList
- Specified by:
getFieldNamesList
in interfaceBatchEngineExportTask
-
getModifiedDate
Returns the modified date of this batch engine export task.- Specified by:
getModifiedDate
in interfaceBatchEngineExportTaskModel
- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the modified date of this batch engine export task
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this batch engine export task.- Specified by:
getMvccVersion
in interfaceBatchEngineExportTaskModel
- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Returns:
- the mvcc version of this batch engine export task
-
getParameters
Returns the parameters of this batch engine export task.- Specified by:
getParameters
in interfaceBatchEngineExportTaskModel
- Returns:
- the parameters of this batch engine export task
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this batch engine export task.- Specified by:
getPrimaryKey
in interfaceBatchEngineExportTaskModel
- Returns:
- the primary key of this batch engine export task
-
getProcessedItemsCount
public int getProcessedItemsCount()Returns the processed items count of this batch engine export task.- Specified by:
getProcessedItemsCount
in interfaceBatchEngineExportTaskModel
- Returns:
- the processed items count of this batch engine export task
-
getStartTime
Returns the start time of this batch engine export task.- Specified by:
getStartTime
in interfaceBatchEngineExportTaskModel
- Returns:
- the start time of this batch engine export task
-
getTaskItemDelegateName
Returns the task item delegate name of this batch engine export task.- Specified by:
getTaskItemDelegateName
in interfaceBatchEngineExportTaskModel
- Returns:
- the task item delegate name of this batch engine export task
-
getTotalItemsCount
public int getTotalItemsCount()Returns the total items count of this batch engine export task.- Specified by:
getTotalItemsCount
in interfaceBatchEngineExportTaskModel
- Returns:
- the total items count of this batch engine export task
-
getUserId
public long getUserId()Returns the user ID of this batch engine export task.- Specified by:
getUserId
in interfaceBatchEngineExportTaskModel
- Returns:
- the user ID of this batch engine export task
-
getUserUuid
Returns the user uuid of this batch engine export task.- Specified by:
getUserUuid
in interfaceBatchEngineExportTaskModel
- Returns:
- the user uuid of this batch engine export task
-
getUuid
Returns the uuid of this batch engine export task.- Specified by:
getUuid
in interfaceBatchEngineExportTaskModel
- Specified by:
getUuid
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the uuid of this batch engine export task
-
persist
public void persist()- Specified by:
persist
in interfacecom.liferay.portal.kernel.model.PersistedModel
-
setBatchEngineExportTaskId
public void setBatchEngineExportTaskId(long batchEngineExportTaskId) Sets the batch engine export task ID of this batch engine export task.- Specified by:
setBatchEngineExportTaskId
in interfaceBatchEngineExportTaskModel
- Parameters:
batchEngineExportTaskId
- the batch engine export task ID of this batch engine export task
-
setCallbackURL
Sets the callback url of this batch engine export task.- Specified by:
setCallbackURL
in interfaceBatchEngineExportTaskModel
- Parameters:
callbackURL
- the callback url of this batch engine export task
-
setClassName
Sets the class name of this batch engine export task.- Specified by:
setClassName
in interfaceBatchEngineExportTaskModel
- Parameters:
className
- the class name of this batch engine export task
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this batch engine export task.- Specified by:
setCompanyId
in interfaceBatchEngineExportTaskModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
companyId
- the company ID of this batch engine export task
-
setContent
Sets the content of this batch engine export task.- Specified by:
setContent
in interfaceBatchEngineExportTaskModel
- Parameters:
content
- the content of this batch engine export task
-
setContentType
Sets the content type of this batch engine export task.- Specified by:
setContentType
in interfaceBatchEngineExportTaskModel
- Parameters:
contentType
- the content type of this batch engine export task
-
setCreateDate
Sets the create date of this batch engine export task.- Specified by:
setCreateDate
in interfaceBatchEngineExportTaskModel
- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
createDate
- the create date of this batch engine export task
-
setEndTime
Sets the end time of this batch engine export task.- Specified by:
setEndTime
in interfaceBatchEngineExportTaskModel
- Parameters:
endTime
- the end time of this batch engine export task
-
setErrorMessage
Sets the error message of this batch engine export task.- Specified by:
setErrorMessage
in interfaceBatchEngineExportTaskModel
- Parameters:
errorMessage
- the error message of this batch engine export task
-
setExecuteStatus
Sets the execute status of this batch engine export task.- Specified by:
setExecuteStatus
in interfaceBatchEngineExportTaskModel
- Parameters:
executeStatus
- the execute status of this batch engine export task
-
setExternalReferenceCode
Sets the external reference code of this batch engine export task.- Specified by:
setExternalReferenceCode
in interfaceBatchEngineExportTaskModel
- Specified by:
setExternalReferenceCode
in interfacecom.liferay.portal.kernel.model.ExternalReferenceCodeModel
- Parameters:
externalReferenceCode
- the external reference code of this batch engine export task
-
setFieldNames
Sets the field names of this batch engine export task.- Specified by:
setFieldNames
in interfaceBatchEngineExportTaskModel
- Parameters:
fieldNames
- the field names of this batch engine export task
-
setFieldNamesList
- Specified by:
setFieldNamesList
in interfaceBatchEngineExportTask
-
setModifiedDate
Sets the modified date of this batch engine export task.- Specified by:
setModifiedDate
in interfaceBatchEngineExportTaskModel
- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
modifiedDate
- the modified date of this batch engine export task
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this batch engine export task.- Specified by:
setMvccVersion
in interfaceBatchEngineExportTaskModel
- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Parameters:
mvccVersion
- the mvcc version of this batch engine export task
-
setParameters
Sets the parameters of this batch engine export task.- Specified by:
setParameters
in interfaceBatchEngineExportTaskModel
- Parameters:
parameters
- the parameters of this batch engine export task
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this batch engine export task.- Specified by:
setPrimaryKey
in interfaceBatchEngineExportTaskModel
- Parameters:
primaryKey
- the primary key of this batch engine export task
-
setProcessedItemsCount
public void setProcessedItemsCount(int processedItemsCount) Sets the processed items count of this batch engine export task.- Specified by:
setProcessedItemsCount
in interfaceBatchEngineExportTaskModel
- Parameters:
processedItemsCount
- the processed items count of this batch engine export task
-
setStartTime
Sets the start time of this batch engine export task.- Specified by:
setStartTime
in interfaceBatchEngineExportTaskModel
- Parameters:
startTime
- the start time of this batch engine export task
-
setTaskItemDelegateName
Sets the task item delegate name of this batch engine export task.- Specified by:
setTaskItemDelegateName
in interfaceBatchEngineExportTaskModel
- Parameters:
taskItemDelegateName
- the task item delegate name of this batch engine export task
-
setTotalItemsCount
public void setTotalItemsCount(int totalItemsCount) Sets the total items count of this batch engine export task.- Specified by:
setTotalItemsCount
in interfaceBatchEngineExportTaskModel
- Parameters:
totalItemsCount
- the total items count of this batch engine export task
-
setUserId
public void setUserId(long userId) Sets the user ID of this batch engine export task.- Specified by:
setUserId
in interfaceBatchEngineExportTaskModel
- Parameters:
userId
- the user ID of this batch engine export task
-
setUserUuid
Sets the user uuid of this batch engine export task.- Specified by:
setUserUuid
in interfaceBatchEngineExportTaskModel
- Parameters:
userUuid
- the user uuid of this batch engine export task
-
setUuid
Sets the uuid of this batch engine export task.- Specified by:
setUuid
in interfaceBatchEngineExportTaskModel
- Specified by:
setUuid
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
uuid
- the uuid of this batch engine export task
-
toXmlString
- Specified by:
toXmlString
in interfaceBatchEngineExportTaskModel
-
getStagedModelType
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()- Specified by:
getStagedModelType
in interfacecom.liferay.portal.kernel.model.StagedModel
-
wrap
- Specified by:
wrap
in classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<BatchEngineExportTask>
-