FetchStepItemDto.java

package com.mycim.valueobject.wip.dto;

import com.mycim.framework.utils.lang.StringUtils;

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

/**
 * @author can.yang
 * @date 2021/7/12
 **/
public class FetchStepItemDto implements Serializable {

    private Integer stepSeq;

    private Long lotRrn;

    private Integer qty1;

    private Long productRrn;

    private String productId;

    private String recipePhysicalId;

    private String waitingTime;

    private String oPollutionLevel;

    private String isFutureHold;

    private String dispatchArea;

    private String entityGroupId;

    private String orientateCurrByFLowSeq;

    private Long processRrn;

    private String processId;

    private Integer processVersion;

    private String queueTime;

    private Long routeRrn;

    private String routeId;

    private Integer routeVersion;

    private String routeSeq;

    private Long operationRrn;

    private String operationId;

    private String operationDesc;

    private String operationType;

    private String operationSeq;

    private String flowSeq;

    private String workArea;

    private String stageId;

    private String recipeId;

    private String reticleFamilyId;

    private String parameterSetId;

    private String processLocation;

    private String flipType;

    private String flipTypeDesc;

    private String reworkRouteId;

    private Integer reworkRouteVersion;

    private String maxReworkTimes;

    private Boolean isMain;

    private Boolean isRework;

    private String reticleRequired;

    private String parameterGroup;

    private Date effectiveTime;

    private String bondingTag;

    private String multipathAndDefaultStepFlag;

    public String getBondingTag() {
        return bondingTag;
    }

    public void setBondingTag(String bondingTag) {
        this.bondingTag = bondingTag;
    }

    public String getParameterGroup() {
        return parameterGroup;
    }

    public void setParameterGroup(String parameterGroup) {
        this.parameterGroup = parameterGroup;
    }

    public String getReticleRequired() {
        return reticleRequired;
    }

    public void setReticleRequired(String reticleRequired) {
        this.reticleRequired = reticleRequired;
    }

    public String getQueueTime() {
        return queueTime;
    }

    public void setQueueTime(String queueTime) {
        this.queueTime = queueTime;
    }

    public Integer getStepSeq() {
        return stepSeq;
    }

    public void setStepSeq(Integer stepSeq) {
        this.stepSeq = stepSeq;
    }

    public Long getLotRrn() {
        return lotRrn;
    }

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

    public Integer getQty1() {
        return qty1;
    }

    public void setQty1(Integer qty1) {
        this.qty1 = qty1;
    }

    public Long getProductRrn() {
        return productRrn;
    }

    public void setProductRrn(Long productRrn) {
        this.productRrn = productRrn;
    }

    public String getProductId() {
        return productId;
    }

    public void setProductId(String productId) {
        this.productId = productId;
    }

    public String getRecipePhysicalId() {
        return recipePhysicalId;
    }

    public void setRecipePhysicalId(String recipePhysicalId) {
        this.recipePhysicalId = recipePhysicalId;
    }

    public String getWaitingTime() {
        return waitingTime;
    }

    public void setWaitingTime(String waitingTime) {
        this.waitingTime = waitingTime;
    }

    public String getoPollutionLevel() {
        return oPollutionLevel;
    }

    public void setoPollutionLevel(String oPollutionLevel) {
        this.oPollutionLevel = oPollutionLevel;
    }

    public String getIsFutureHold() {
        return isFutureHold;
    }

    public void setIsFutureHold(String isFutureHold) {
        this.isFutureHold = isFutureHold;
    }

    public String getDispatchArea() {
        return dispatchArea;
    }

    public void setDispatchArea(String dispatchArea) {
        this.dispatchArea = dispatchArea;
    }

    public String getEntityGroupId() {
        return entityGroupId;
    }

    public void setEntityGroupId(String entityGroupId) {
        this.entityGroupId = entityGroupId;
    }

    public String getOrientateCurrByFLowSeq() {
        return orientateCurrByFLowSeq;
    }

    public void setOrientateCurrByFLowSeq(String orientateCurrByFLowSeq) {
        this.orientateCurrByFLowSeq = orientateCurrByFLowSeq;
    }

    public Boolean getIsMain() {
        return isMain;
    }

    public void setIsMain(Boolean main) {
        this.isMain = main;
    }

    public Boolean getRework() {
        return isRework;
    }

    public void setRework(Boolean rework) {
        isRework = rework;
    }

    /**
     * @return the processRrn
     */
    public Long getProcessRrn() {
        return processRrn;
    }

    /**
     * @param processRrn the processRrn to set
     */
    public void setProcessRrn(Long processRrn) {
        this.processRrn = processRrn;
    }

    /**
     * @return the processId
     */
    public String getProcessId() {
        return StringUtils.defaultString(processId);
    }

    /**
     * @param processId the processId to set
     */
    public void setProcessId(String processId) {
        this.processId = processId;
    }

    /**
     * @return the processVersion
     */
    public Integer getProcessVersion() {
        return processVersion;
    }

    /**
     * @param processVersion the processVersion to set
     */
    public void setProcessVersion(Integer processVersion) {
        this.processVersion = processVersion;
    }

    /**
     * @return the routeRrn
     */
    public Long getRouteRrn() {
        return routeRrn;
    }

    /**
     * @param routeRrn the routeRrn to set
     */
    public void setRouteRrn(Long routeRrn) {
        this.routeRrn = routeRrn;
    }

    /**
     * @return the routeId
     */
    public String getRouteId() {
        return StringUtils.defaultString(routeId);
    }

    /**
     * @param routeId the routeId to set
     */
    public void setRouteId(String routeId) {
        this.routeId = routeId;
    }

    /**
     * @return the routeVersion
     */
    public Integer getRouteVersion() {
        return routeVersion;
    }

    /**
     * @param routeVersion the routeVersion to set
     */
    public void setRouteVersion(Integer routeVersion) {
        this.routeVersion = routeVersion;
    }

    /**
     * @return the routeSeq
     */
    public String getRouteSeq() {
        return StringUtils.defaultString(routeSeq);
    }

    /**
     * @param routeSeq the routeSeq to set
     */
    public void setRouteSeq(String routeSeq) {
        this.routeSeq = routeSeq;
    }

    /**
     * @return the operationRrn
     */
    public Long getOperationRrn() {
        return operationRrn;
    }

    /**
     * @param operationRrn the operationRrn to set
     */
    public void setOperationRrn(Long operationRrn) {
        this.operationRrn = operationRrn;
    }

    /**
     * @return the operationId
     */
    public String getOperationId() {
        return StringUtils.defaultString(operationId);
    }

    /**
     * @param operationId the operationId to set
     */
    public void setOperationId(String operationId) {
        this.operationId = operationId;
    }

    /**
     * @return the operationDesc
     */
    public String getOperationDesc() {
        return StringUtils.defaultString(operationDesc);
    }

    /**
     * @param operationDesc the operationDesc to set
     */
    public void setOperationDesc(String operationDesc) {
        this.operationDesc = operationDesc;
    }

    /**
     * @return the operationType
     */
    public String getOperationType() {
        return StringUtils.defaultString(operationType);
    }

    /**
     * @param operationType the operationType to set
     */
    public void setOperationType(String operationType) {
        this.operationType = operationType;
    }

    /**
     * @return the operationSeq
     */
    public String getOperationSeq() {
        return StringUtils.defaultString(operationSeq);
    }

    /**
     * @param operationSeq the operationSeq to set
     */
    public void setOperationSeq(String operationSeq) {
        this.operationSeq = operationSeq;
    }

    /**
     * @return the flowSeq
     */
    public String getFlowSeq() {
        return StringUtils.defaultString(flowSeq);
    }

    /**
     * @param flowSeq the flowSeq to set
     */
    public void setFlowSeq(String flowSeq) {
        this.flowSeq = flowSeq;
    }

    /**
     * @return the workArea
     */
    public String getWorkArea() {
        return StringUtils.defaultString(workArea);
    }

    /**
     * @param workArea the workArea to set
     */
    public void setWorkArea(String workArea) {
        this.workArea = workArea;
    }

    /**
     * @return the stageId
     */
    public String getStageId() {
        return StringUtils.defaultString(stageId);
    }

    /**
     * @param stageId the stageId to set
     */
    public void setStageId(String stageId) {
        this.stageId = stageId;
    }

    /**
     * @return the recipeId
     */
    public String getRecipeId() {
        return StringUtils.defaultString(recipeId);
    }

    /**
     * @param recipeId the recipeId to set
     */
    public void setRecipeId(String recipeId) {
        this.recipeId = recipeId;
    }

    /**
     * @return the reticleFamilyId
     */
    public String getReticleFamilyId() {
        return StringUtils.defaultString(reticleFamilyId);
    }

    /**
     * @param reticleFamilyId the reticleFamilyId to set
     */
    public void setReticleFamilyId(String reticleFamilyId) {
        this.reticleFamilyId = reticleFamilyId;
    }

    /**
     * @return the parameterSetId
     */
    public String getParameterSetId() {
        return StringUtils.defaultString(parameterSetId);
    }

    /**
     * @param parameterSetId the parameterSetId to set
     */
    public void setParameterSetId(String parameterSetId) {
        this.parameterSetId = parameterSetId;
    }


    /**
     * @return the processLocation
     */
    public String getProcessLocation() {
        return StringUtils.defaultString(processLocation);
    }

    /**
     * @param processLocation the processLocation to set
     */
    public void setProcessLocation(String processLocation) {
        this.processLocation = processLocation;
    }


    /**
     * @return the reworkRouteId
     */
    public String getReworkRouteId() {
        return StringUtils.defaultString(reworkRouteId);
    }

    /**
     * @param reworkRouteId the reworkRouteId to set
     */
    public void setReworkRouteId(String reworkRouteId) {
        this.reworkRouteId = reworkRouteId;
    }

    /**
     * @return the reworkRouteVersion
     */
    public Integer getReworkRouteVersion() {
        return reworkRouteVersion;
    }

    /**
     * @param reworkRouteVersion the reworkRouteVersion to set
     */
    public void setReworkRouteVersion(Integer reworkRouteVersion) {
        this.reworkRouteVersion = reworkRouteVersion;
    }

    /**
     * @return the maxReworkTimes
     */
    public String getMaxReworkTimes() {
        return StringUtils.defaultString(maxReworkTimes);
    }

    /**
     * @param maxReworkTimes the maxReworkTimes to set
     */
    public void setMaxReworkTimes(String maxReworkTimes) {
        this.maxReworkTimes = maxReworkTimes;
    }


    /**
     * @return the isRework
     */
    public Boolean getIsRework() {
        return isRework;
    }

    /**
     * @param isRework the isRework to set
     */
    public void setIsRework(Boolean isRework) {
        this.isRework = isRework;
    }


    /**
     * @return the effectiveTime
     */
    public Date getEffectiveTime() {
        return effectiveTime;
    }

    /**
     * @param effectiveTime the effectiveTime to set
     */
    public void setEffectiveTime(Date effectiveTime) {
        this.effectiveTime = effectiveTime;
    }

    public String getFlipType() {
        return flipType;
    }

    public void setFlipType(String flipType) {
        this.flipType = flipType;
    }

    public String getFlipTypeDesc() {
        return flipTypeDesc;
    }

    public void setFlipTypeDesc(String flipTypeDesc) {
        this.flipTypeDesc = flipTypeDesc;
    }

    public String getMultipathAndDefaultStepFlag() {
        return multipathAndDefaultStepFlag;
    }

    public void setMultipathAndDefaultStepFlag(String multipathAndDefaultStepFlag) {
        this.multipathAndDefaultStepFlag = multipathAndDefaultStepFlag;
    }

}