OcapCard.java

package com.mycim.valueobject.ocap;

import java.io.Serializable;
import java.util.Date;

/**
 * @author songpy
 * @version 1.0.0
 * @date 2021/5/25
 **/
public class OcapCard implements Serializable {

    private static final long serialVersionUID = 5784218708605791645L;

    private Long ocapRrn;

    private String ocapId;

    private Long facilityRrn;

    private String ocapType;

    private String status;

    private Long createUserRrn;

    private String createUserId;

    private Date createTime;

    private Long lotRrn;

    private String lotId;

    private Long lotStepSequence;

    private Long parameterSetRrn;

    private String parameterSetId;

    private Integer parameterSetVersion;

    private Long processEquipmentRrn;

    private String processEquipmentId;

    private Long measuringEquipmentRrn;

    private String measuringEquipmentId;

    private Long processStationRrn;

    private String processStationId;

    private Long measuringStationRrn;

    private String measuringStationId;

    private String areaId;

    private String stageId;

    private String chartId;

    private String chartName;

    private Date startTime;

    private Date closeTime;

    private Long dcolRrn;

    private String workflowId;

    private Long workflowRrn;

    private Long executionRrn;

    // 以下三个参数在batch触发同一个ocap情况下使用
    private String ocapBatchId;

    private Long ocapMainLotRrn;

    private String ocapMainLotId;

    private Long signerRrn;

    private String signerId;

    private String stepOwnerId;

    private Long stepOwnerRrn;

    private String stepOwnerType;

    private String currentStepId;

    public Long getOcapRrn() {
        return ocapRrn;
    }

    public void setOcapRrn(Long ocapRrn) {
        this.ocapRrn = ocapRrn;
    }

    public String getOcapId() {
        return ocapId;
    }

    public void setOcapId(String ocapId) {
        this.ocapId = ocapId;
    }

    public Long getFacilityRrn() {
        return facilityRrn;
    }

    public void setFacilityRrn(Long facilityRrn) {
        this.facilityRrn = facilityRrn;
    }

    public String getOcapType() {
        return ocapType;
    }

    public void setOcapType(String ocapType) {
        this.ocapType = ocapType;
    }

    public String getStatus() {
        return status;
    }

    public void setStatus(String status) {
        this.status = status;
    }

    public Long getCreateUserRrn() {
        return createUserRrn;
    }

    public void setCreateUserRrn(Long createUserRrn) {
        this.createUserRrn = createUserRrn;
    }

    public String getCreateUserId() {
        return createUserId;
    }

    public void setCreateUserId(String createUserId) {
        this.createUserId = createUserId;
    }

    public Date getCreateTime() {
        return createTime;
    }

    public void setCreateTime(Date createTime) {
        this.createTime = createTime;
    }

    public Long getLotRrn() {
        return lotRrn;
    }

    public void setLotRrn(Long lotRrn) {
        this.lotRrn = lotRrn;
    }

    public String getLotId() {
        return lotId;
    }

    public void setLotId(String lotId) {
        this.lotId = lotId;
    }

    public Long getLotStepSequence() {
        return lotStepSequence;
    }

    public void setLotStepSequence(Long lotStepSequence) {
        this.lotStepSequence = lotStepSequence;
    }

    public Long getParameterSetRrn() {
        return parameterSetRrn;
    }

    public void setParameterSetRrn(Long parameterSetRrn) {
        this.parameterSetRrn = parameterSetRrn;
    }

    public String getParameterSetId() {
        return parameterSetId;
    }

    public void setParameterSetId(String parameterSetId) {
        this.parameterSetId = parameterSetId;
    }

    public Integer getParameterSetVersion() {
        return parameterSetVersion;
    }

    public void setParameterSetVersion(Integer parameterSetVersion) {
        this.parameterSetVersion = parameterSetVersion;
    }

    public Long getProcessEquipmentRrn() {
        return processEquipmentRrn;
    }

    public void setProcessEquipmentRrn(Long processEquipmentRrn) {
        this.processEquipmentRrn = processEquipmentRrn;
    }

    public String getProcessEquipmentId() {
        return processEquipmentId;
    }

    public void setProcessEquipmentId(String processEquipmentId) {
        this.processEquipmentId = processEquipmentId;
    }

    public Long getMeasuringEquipmentRrn() {
        return measuringEquipmentRrn;
    }

    public void setMeasuringEquipmentRrn(Long measuringEquipmentRrn) {
        this.measuringEquipmentRrn = measuringEquipmentRrn;
    }

    public String getMeasuringEquipmentId() {
        return measuringEquipmentId;
    }

    public void setMeasuringEquipmentId(String measuringEquipmentId) {
        this.measuringEquipmentId = measuringEquipmentId;
    }

    public Long getProcessStationRrn() {
        return processStationRrn;
    }

    public void setProcessStationRrn(Long processStationRrn) {
        this.processStationRrn = processStationRrn;
    }

    public String getProcessStationId() {
        return processStationId;
    }

    public void setProcessStationId(String processStationId) {
        this.processStationId = processStationId;
    }

    public Long getMeasuringStationRrn() {
        return measuringStationRrn;
    }

    public void setMeasuringStationRrn(Long measuringStationRrn) {
        this.measuringStationRrn = measuringStationRrn;
    }

    public String getMeasuringStationId() {
        return measuringStationId;
    }

    public void setMeasuringStationId(String measuringStationId) {
        this.measuringStationId = measuringStationId;
    }

    public String getAreaId() {
        return areaId;
    }

    public void setAreaId(String areaId) {
        this.areaId = areaId;
    }

    public String getStageId() {
        return stageId;
    }

    public void setStageId(String stageId) {
        this.stageId = stageId;
    }

    public String getChartId() {
        return chartId;
    }

    public void setChartId(String chartId) {
        this.chartId = chartId;
    }

    public String getChartName() {
        return chartName;
    }

    public void setChartName(String chartName) {
        this.chartName = chartName;
    }

    public Date getStartTime() {
        return startTime;
    }

    public void setStartTime(Date startTime) {
        this.startTime = startTime;
    }

    public Date getCloseTime() {
        return closeTime;
    }

    public void setCloseTime(Date closeTime) {
        this.closeTime = closeTime;
    }

    public Long getDcolRrn() {
        return dcolRrn;
    }

    public void setDcolRrn(Long dcolRrn) {
        this.dcolRrn = dcolRrn;
    }

    public String getWorkflowId() {
        return workflowId;
    }

    public void setWorkflowId(String workflowId) {
        this.workflowId = workflowId;
    }

    public Long getWorkflowRrn() {
        return workflowRrn;
    }

    public void setWorkflowRrn(Long workflowRrn) {
        this.workflowRrn = workflowRrn;
    }

    public Long getExecutionRrn() {
        return executionRrn;
    }

    public void setExecutionRrn(Long executionRrn) {
        this.executionRrn = executionRrn;
    }

    public String getOcapBatchId() {
        return ocapBatchId;
    }

    public void setOcapBatchId(String ocapBatchId) {
        this.ocapBatchId = ocapBatchId;
    }

    public Long getOcapMainLotRrn() {
        return ocapMainLotRrn;
    }

    public void setOcapMainLotRrn(Long ocapMainLotRrn) {
        this.ocapMainLotRrn = ocapMainLotRrn;
    }

    public String getOcapMainLotId() {
        return ocapMainLotId;
    }

    public void setOcapMainLotId(String ocapMainLotId) {
        this.ocapMainLotId = ocapMainLotId;
    }

    public Long getSignerRrn() {
        return signerRrn;
    }

    public void setSignerRrn(Long signerRrn) {
        this.signerRrn = signerRrn;
    }

    public String getSignerId() {
        return signerId;
    }

    public void setSignerId(String signerId) {
        this.signerId = signerId;
    }

    public String getStepOwnerId() {
        return stepOwnerId;
    }

    public void setStepOwnerId(String stepOwnerId) {
        this.stepOwnerId = stepOwnerId;
    }

    public Long getStepOwnerRrn() {
        return stepOwnerRrn;
    }

    public void setStepOwnerRrn(Long stepOwnerRrn) {
        this.stepOwnerRrn = stepOwnerRrn;
    }

    public String getStepOwnerType() {
        return stepOwnerType;
    }

    public void setStepOwnerType(String stepOwnerType) {
        this.stepOwnerType = stepOwnerType;
    }

    public String getCurrentStepId() {
        return currentStepId;
    }

    public void setCurrentStepId(String currentStepId) {
        this.currentStepId = currentStepId;
    }

    @Override
    public String toString() {
        return "OcapCard{" + "ocapRrn=" + ocapRrn + ", ocapId='" + ocapId + '\'' + ", facilityRrn=" + facilityRrn +
                ", ocapType='" + ocapType + '\'' + ", status='" + status + '\'' + ", createUserRrn=" + createUserRrn +
                ", createUserId='" + createUserId + '\'' + ", createTime=" + createTime + ", lotRrn=" + lotRrn +
                ", lotId='" + lotId + '\'' + ", lotStepSequence=" + lotStepSequence + ", parameterSetRrn=" +
                parameterSetRrn + ", parameterSetId='" + parameterSetId + '\'' + ", parameterSetVersion=" +
                parameterSetVersion + ", processEquipmentRrn=" + processEquipmentRrn + ", processEquipmentId='" +
                processEquipmentId + '\'' + ", measuringEquipmentRrn=" + measuringEquipmentRrn +
                ", measuringEquipmentId='" + measuringEquipmentId + '\'' + ", processStationRrn=" + processStationRrn +
                ", processStationId='" + processStationId + '\'' + ", measuringStationRrn=" + measuringStationRrn +
                ", measuringStationId='" + measuringStationId + '\'' + ", areaId='" + areaId + '\'' + ", stageId='" +
                stageId + '\'' + ", chartId='" + chartId + '\'' + ", chartName='" + chartName + '\'' + ", startTime=" +
                startTime + ", closeTime=" + closeTime + ", dcolRrn=" + dcolRrn + ", workflowId='" + workflowId + '\'' +
                ", workflowRrn=" + workflowRrn + ", executionRrn=" + executionRrn + ", ocapBatchId='" + ocapBatchId +
                '\'' + ", ocapMainLotRrn=" + ocapMainLotRrn + ", ocapMainLotId='" + ocapMainLotId + '\'' +
                ", signerRrn=" + signerRrn + ", signerId='" + signerId + '\'' + ", stepOwnerId='" + stepOwnerId + '\'' +
                ", stepOwnerRrn=" + stepOwnerRrn + ", stepOwnerType='" + stepOwnerType + '\'' + ", currentStepId='" +
                currentStepId + '\'' + '}';
    }

}