LotAutoMonitorInfo.java

package com.mycim.valueobject.automonitor.entity;

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

public class LotAutoMonitorInfo implements Serializable {

    private Long lotRrn;

    private String lotId;

    private String mainEqptId;

    private Long mainEqptRrn;

    private String itemType;

    private String eqptLocation;

    private String carrierId;

    private Long carrierRrn;

    private String lotStatus;

    private Double qty1;

    private String productId;

    private String baseLotId;

    private Long baseLotRrn;

    private String monitorCarrierId;

    private Long monitorCarrierRrn;

    private String eqptId;

    private Long eqptRrn;

    private String eqptGroupId;

    private Long eqptGroupRrn;

    private String eqptType;

    private String flowSeq;

    private String opeartionDesc;

    private String recipeId;

    private String stageId;

    private String reticleId;

    private Long reticleRrn;

    private String reticleGroupId;

    private Long reticleGroupRrn;

    private Date createTime;

    private String jobStatus;

    private String nonRTJobName;

    private String nonRTJobId;

    private String nonRTSlotType;

    private Long workflowRrn;

    private Integer workflowVersion;

    private Long workflowStepSequence;

    private String mainEqptType;

    private boolean startSplitFlag;

    private boolean bySort = false;

    private Long sorterEqptRrn;

    private String sorterEqptId;

    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 String getMainEqptId() {
        return mainEqptId;
    }

    public void setMainEqptId(String mainEqptId) {
        this.mainEqptId = mainEqptId;
    }

    public Long getMainEqptRrn() {
        return mainEqptRrn;
    }

    public void setMainEqptRrn(Long mainEqptRrn) {
        this.mainEqptRrn = mainEqptRrn;
    }

    public String getItemType() {
        return itemType;
    }

    public void setItemType(String itemType) {
        this.itemType = itemType;
    }

    public String getEqptLocation() {
        return eqptLocation;
    }

    public void setEqptLocation(String eqptLocation) {
        this.eqptLocation = eqptLocation;
    }

    public String getCarrierId() {
        return carrierId;
    }

    public void setCarrierId(String carrierId) {
        this.carrierId = carrierId;
    }

    public Long getCarrierRrn() {
        return carrierRrn;
    }

    public void setCarrierRrn(Long carrierRrn) {
        this.carrierRrn = carrierRrn;
    }

    public String getLotStatus() {
        return lotStatus;
    }

    public void setLotStatus(String lotStatus) {
        this.lotStatus = lotStatus;
    }

    public Double getQty1() {
        return qty1;
    }

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

    public String getProductId() {
        return productId;
    }

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

    public String getBaseLotId() {
        return baseLotId;
    }

    public void setBaseLotId(String baseLotId) {
        this.baseLotId = baseLotId;
    }

    public Long getBaseLotRrn() {
        return baseLotRrn;
    }

    public void setBaseLotRrn(Long baseLotRrn) {
        this.baseLotRrn = baseLotRrn;
    }

    public String getMonitorCarrierId() {
        return monitorCarrierId;
    }

    public void setMonitorCarrierId(String monitorCarrierId) {
        this.monitorCarrierId = monitorCarrierId;
    }

    public Long getMonitorCarrierRrn() {
        return monitorCarrierRrn;
    }

    public void setMonitorCarrierRrn(Long monitorCarrierRrn) {
        this.monitorCarrierRrn = monitorCarrierRrn;
    }

    public String getEqptId() {
        return eqptId;
    }

    public void setEqptId(String eqptId) {
        this.eqptId = eqptId;
    }

    public Long getEqptRrn() {
        return eqptRrn;
    }

    public void setEqptRrn(Long eqptRrn) {
        this.eqptRrn = eqptRrn;
    }

    public String getEqptGroupId() {
        return eqptGroupId;
    }

    public void setEqptGroupId(String eqptGroupId) {
        this.eqptGroupId = eqptGroupId;
    }

    public Long getEqptGroupRrn() {
        return eqptGroupRrn;
    }

    public void setEqptGroupRrn(Long eqptGroupRrn) {
        this.eqptGroupRrn = eqptGroupRrn;
    }

    public String getEqptType() {
        return eqptType;
    }

    public void setEqptType(String eqptType) {
        this.eqptType = eqptType;
    }

    public String getFlowSeq() {
        return flowSeq;
    }

    public void setFlowSeq(String flowSeq) {
        this.flowSeq = flowSeq;
    }

    public String getOpeartionDesc() {
        return opeartionDesc;
    }

    public void setOpeartionDesc(String opeartionDesc) {
        this.opeartionDesc = opeartionDesc;
    }

    public String getRecipeId() {
        return recipeId;
    }

    public void setRecipeId(String recipeId) {
        this.recipeId = recipeId;
    }

    public String getStageId() {
        return stageId;
    }

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

    public String getReticleId() {
        return reticleId;
    }

    public void setReticleId(String reticleId) {
        this.reticleId = reticleId;
    }

    public Long getReticleRrn() {
        return reticleRrn;
    }

    public void setReticleRrn(Long reticleRrn) {
        this.reticleRrn = reticleRrn;
    }

    public String getReticleGroupId() {
        return reticleGroupId;
    }

    public void setReticleGroupId(String reticleGroupId) {
        this.reticleGroupId = reticleGroupId;
    }

    public Long getReticleGroupRrn() {
        return reticleGroupRrn;
    }

    public void setReticleGroupRrn(Long reticleGroupRrn) {
        this.reticleGroupRrn = reticleGroupRrn;
    }

    public Date getCreateTime() {
        return createTime;
    }

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

    public String getNonRTJobName() {
        return nonRTJobName;
    }

    public void setNonRTJobName(String nonRTJobName) {
        this.nonRTJobName = nonRTJobName;
    }

    public String getJobStatus() {
        return jobStatus;
    }

    public void setJobStatus(String jobStatus) {
        this.jobStatus = jobStatus;
    }

    public String getNonRTJobId() {
        return nonRTJobId;
    }

    public void setNonRTJobId(String nonRTJobId) {
        this.nonRTJobId = nonRTJobId;
    }

    public String getNonRTSlotType() {
        return nonRTSlotType;
    }

    public void setNonRTSlotType(String nonRTSlotType) {
        this.nonRTSlotType = nonRTSlotType;
    }

    public Long getWorkflowRrn() {
        return workflowRrn;
    }

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

    public Integer getWorkflowVersion() {
        return workflowVersion;
    }

    public void setWorkflowVersion(Integer workflowVersion) {
        this.workflowVersion = workflowVersion;
    }

    public Long getWorkflowStepSequence() {
        return workflowStepSequence;
    }

    public void setWorkflowStepSequence(Long workflowStepSequence) {
        this.workflowStepSequence = workflowStepSequence;
    }

    public String getMainEqptType() {
        return mainEqptType;
    }

    public void setMainEqptType(String mainEqptType) {
        this.mainEqptType = mainEqptType;
    }

    public boolean getStartSplitFlag() {
        return startSplitFlag;
    }

    public void setStartSplitFlag(boolean startSplitFlag) {
        this.startSplitFlag = startSplitFlag;
    }

    public boolean isBySort() {
        return bySort;
    }

    public void setBySort(boolean bySort) {
        this.bySort = bySort;
    }

    public Long getSorterEqptRrn() {
        return sorterEqptRrn;
    }

    public void setSorterEqptRrn(Long sorterEqptRrn) {
        this.sorterEqptRrn = sorterEqptRrn;
    }

    public String getSorterEqptId() {
        return sorterEqptId;
    }

    public void setSorterEqptId(String sorterEqptId) {
        this.sorterEqptId = sorterEqptId;
    }

}