public class BatchPartEntityImpl extends AbstractBatchServiceEntity implements BatchPartEntity, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected static String |
BATCH_RESULT_LABEL |
protected String |
batchId |
protected String |
batchSearchKey |
protected String |
batchSearchKey2 |
protected String |
batchType |
protected Date |
completeTime |
protected Date |
createTime |
protected BatchByteArrayRef |
resultDocRefId |
protected String |
scopeId |
protected String |
scopeType |
protected String |
status |
protected String |
subScopeId |
protected String |
tenantId |
id, isDeleted, isInserted, isUpdated, originalPersistentState, revision| Constructor and Description |
|---|
BatchPartEntityImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBatchId() |
String |
getBatchSearchKey() |
String |
getBatchSearchKey2() |
String |
getBatchType() |
Date |
getCompleteTime() |
Date |
getCreateTime() |
Object |
getPersistentState() |
BatchByteArrayRef |
getResultDocRefId() |
String |
getResultDocumentJson() |
String |
getScopeId() |
String |
getScopeType() |
String |
getStatus() |
String |
getSubScopeId() |
String |
getTenantId() |
boolean |
isCompleted() |
void |
setBatchId(String batchId) |
void |
setBatchSearchKey(String batchSearchKey) |
void |
setBatchSearchKey2(String batchSearchKey2) |
void |
setBatchType(String batchType) |
void |
setCompleteTime(Date time) |
void |
setCreateTime(Date time) |
void |
setResultDocRefId(BatchByteArrayRef resultDocRefId) |
void |
setResultDocumentJson(String resultDocumentJson) |
void |
setScopeId(String scopeId) |
void |
setScopeType(String scopeType) |
void |
setStatus(String status) |
void |
setSubScopeId(String subScopeId) |
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_RESULT_LABEL
protected String batchType
protected String batchId
protected String scopeId
protected String subScopeId
protected String scopeType
protected String batchSearchKey
protected String batchSearchKey2
protected Date createTime
protected Date completeTime
protected String status
protected BatchByteArrayRef resultDocRefId
protected String tenantId
public Object getPersistentState()
getPersistentState in interface Entitypublic String getBatchType()
getBatchType in interface BatchPartpublic void setBatchType(String batchType)
setBatchType in interface BatchPartEntitypublic String getBatchId()
getBatchId in interface BatchPartpublic void setBatchId(String batchId)
setBatchId in interface BatchPartEntitypublic Date getCreateTime()
getCreateTime in interface BatchPartpublic void setCreateTime(Date time)
setCreateTime in interface BatchPartEntitypublic Date getCompleteTime()
getCompleteTime in interface BatchPartpublic void setCompleteTime(Date time)
setCompleteTime in interface BatchPartEntitypublic boolean isCompleted()
isCompleted in interface BatchPartisCompleted in interface BatchPartEntitypublic String getScopeId()
getScopeId in interface BatchPartpublic void setScopeId(String scopeId)
setScopeId in interface BatchPartEntitypublic String getSubScopeId()
getSubScopeId in interface BatchPartpublic void setSubScopeId(String subScopeId)
setSubScopeId in interface BatchPartEntitypublic String getScopeType()
getScopeType in interface BatchPartpublic void setScopeType(String scopeType)
setScopeType in interface BatchPartEntitypublic String getBatchSearchKey()
getBatchSearchKey in interface BatchPartpublic void setBatchSearchKey(String batchSearchKey)
setBatchSearchKey in interface BatchPartEntitypublic String getBatchSearchKey2()
getBatchSearchKey2 in interface BatchPartpublic void setBatchSearchKey2(String batchSearchKey2)
setBatchSearchKey2 in interface BatchPartEntitypublic void setStatus(String status)
setStatus in interface BatchPartEntitypublic BatchByteArrayRef getResultDocRefId()
getResultDocRefId in interface BatchPartEntitypublic void setResultDocRefId(BatchByteArrayRef resultDocRefId)
public String getResultDocumentJson()
getResultDocumentJson in interface BatchPartpublic void setResultDocumentJson(String resultDocumentJson)
setResultDocumentJson in interface BatchPartEntitypublic String getTenantId()
getTenantId in interface BatchPartpublic void setTenantId(String tenantId)
setTenantId in interface BatchPartEntityCopyright © 2020 Flowable. All rights reserved.