public class BatchEntityImpl extends AbstractBatchServiceEntity implements BatchEntity, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected static String |
BATCH_DOCUMENT_JSON_LABEL |
protected BatchByteArrayRef |
batchDocRefId |
protected String |
batchSearchKey |
protected String |
batchSearchKey2 |
protected String |
batchType |
protected Date |
completeTime |
protected Date |
createTime |
protected String |
status |
protected String |
tenantId |
id, isDeleted, isInserted, isUpdated, originalPersistentState, revisionPROCESS_MIGRATION_TYPE| Constructor and Description |
|---|
BatchEntityImpl() |
| Modifier and Type | Method and Description |
|---|---|
BatchByteArrayRef |
getBatchDocRefId() |
String |
getBatchDocumentJson() |
String |
getBatchSearchKey() |
String |
getBatchSearchKey2() |
String |
getBatchType() |
Date |
getCompleteTime() |
Date |
getCreateTime() |
Object |
getPersistentState() |
String |
getStatus() |
String |
getTenantId() |
void |
setBatchDocRefId(BatchByteArrayRef batchDocRefId) |
void |
setBatchDocumentJson(String batchDocumentJson) |
void |
setBatchSearchKey(String batchSearchKey) |
void |
setBatchSearchKey2(String batchSearchKey2) |
void |
setBatchType(String batchType) |
void |
setCompleteTime(Date completeTime) |
void |
setCreateTime(Date time) |
void |
setStatus(String status) |
void |
setTenantId(String tenantId) |
getIdPrefixgetId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedgetRevision, getRevisionNext, setRevisionprotected static final String BATCH_DOCUMENT_JSON_LABEL
protected String batchType
protected Date createTime
protected Date completeTime
protected String batchSearchKey
protected String batchSearchKey2
protected String status
protected BatchByteArrayRef batchDocRefId
protected String tenantId
public Object getPersistentState()
getPersistentState in interface Entitypublic String getBatchType()
getBatchType in interface Batchpublic void setBatchType(String batchType)
setBatchType in interface BatchEntitypublic Date getCreateTime()
getCreateTime in interface Batchpublic void setCreateTime(Date time)
public Date getCompleteTime()
getCompleteTime in interface Batchpublic void setCompleteTime(Date completeTime)
public String getBatchSearchKey()
getBatchSearchKey in interface Batchpublic void setBatchSearchKey(String batchSearchKey)
setBatchSearchKey in interface BatchEntitypublic String getBatchSearchKey2()
getBatchSearchKey2 in interface Batchpublic void setBatchSearchKey2(String batchSearchKey2)
setBatchSearchKey2 in interface BatchEntitypublic void setStatus(String status)
setStatus in interface BatchEntitypublic BatchByteArrayRef getBatchDocRefId()
getBatchDocRefId in interface BatchEntitypublic void setBatchDocRefId(BatchByteArrayRef batchDocRefId)
public String getBatchDocumentJson()
getBatchDocumentJson in interface Batchpublic void setBatchDocumentJson(String batchDocumentJson)
setBatchDocumentJson in interface BatchEntitypublic String getTenantId()
getTenantId in interface Batchpublic void setTenantId(String tenantId)
setTenantId in interface BatchEntityCopyright © 2020 Flowable. All rights reserved.