EquipmentRunHistory.java

package com.mycim.valueobject.wip;

import java.io.Serializable;
import java.sql.Timestamp;

public class EquipmentRunHistory implements Serializable {

    private Long      equipmentRunRrn;
    private Long      equipmentRunSequence;
    private Timestamp equipmentRunTime;
    private String    equipmentRunUser;
    private String    runMode;
    private String    runType;
    private Long      facilityRrn;
    private String    equipmentId;
    private String    equipmentGroupId;
    private String    chamberType;
    private String    batchId;
    private String    carrierId;
    private Long      carrierMapRrn;
    private String    lotId;
    private String    lotType;
    private Long      stepSequence;
    private Double    qty1;
    private Double    qty2;
    private Long      jobRrn;
    private String    runCardId;
    private String    hotFlag;
    private Integer   priority;
    private String    productId;
    private Integer   productVersion;
    private String    processId;
    private Integer   processVersion;
    private String    routeId;
    private Integer   routeVersion;
    private String    routeSeq;
    private String    operationId;
    private Integer   operationVersion;
    private String    operationType;
    private String    operationSeq;
    private String    processStepVersion;
    private String    processStepIdVersion;
    private String    wflStepPath;
    private String    flowSequence;
    private String    stageId;
    private String    logicRecipeId;
    private String    validateRecipeId;
    private String    physicalRecipeId;
    private String    reticleGroupId;
    private String    reticleId;
    private String    customerId;
    private String    pollutionLevel;
    private String    processLocation;
    private String    runTypeDetail;

    public Long getEquipmentRunRrn() {
        return equipmentRunRrn;
    }

    public void setEquipmentRunRrn(Long equipmentRunRrn) {
        this.equipmentRunRrn = equipmentRunRrn;
    }

    public Long getEquipmentRunSequence() {
        return equipmentRunSequence;
    }

    public void setEquipmentRunSequence(Long equipmentRunSequence) {
        this.equipmentRunSequence = equipmentRunSequence;
    }

    public Timestamp getEquipmentRunTime() {
        return equipmentRunTime;
    }

    public void setEquipmentRunTime(Timestamp equipmentRunTime) {
        this.equipmentRunTime = equipmentRunTime;
    }

    public String getEquipmentRunUser() {
        return equipmentRunUser;
    }

    public void setEquipmentRunUser(String equipmentRunUser) {
        this.equipmentRunUser = equipmentRunUser;
    }

    public String getRunMode() {
        return runMode;
    }

    public void setRunMode(String runMode) {
        this.runMode = runMode;
    }

    public String getRunType() {
        return runType;
    }

    public void setRunType(String runType) {
        this.runType = runType;
    }

    public Long getFacilityRrn() {
        return facilityRrn;
    }

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

    public String getEquipmentId() {
        return equipmentId;
    }

    public void setEquipmentId(String equipmentId) {
        this.equipmentId = equipmentId;
    }

    public String getEquipmentGroupId() {
        return equipmentGroupId;
    }

    public void setEquipmentGroupId(String equipmentGroupId) {
        this.equipmentGroupId = equipmentGroupId;
    }

    public String getChamberType() {
        return chamberType;
    }

    public void setChamberType(String chamberType) {
        this.chamberType = chamberType;
    }

    public String getBatchId() {
        return batchId;
    }

    public void setBatchId(String batchId) {
        this.batchId = batchId;
    }

    public String getCarrierId() {
        return carrierId;
    }

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

    public Long getCarrierMapRrn() {
        return carrierMapRrn;
    }

    public void setCarrierMapRrn(Long carrierMapRrn) {
        this.carrierMapRrn = carrierMapRrn;
    }

    public String getLotId() {
        return lotId;
    }

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

    public String getLotType() {
        return lotType;
    }

    public void setLotType(String lotType) {
        this.lotType = lotType;
    }

    public Long getStepSequence() {
        return stepSequence;
    }

    public void setStepSequence(Long stepSequence) {
        this.stepSequence = stepSequence;
    }

    public Double getQty1() {
        return qty1;
    }

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

    public Double getQty2() {
        return qty2;
    }

    public void setQty2(Double qty2) {
        this.qty2 = qty2;
    }

    public Long getJobRrn() {
        return jobRrn;
    }

    public void setJobRrn(Long jobRrn) {
        this.jobRrn = jobRrn;
    }

    public String getRunCardId() {
        return runCardId;
    }

    public void setRunCardId(String runCardId) {
        this.runCardId = runCardId;
    }

    public String getHotFlag() {
        return hotFlag;
    }

    public void setHotFlag(String hotFlag) {
        this.hotFlag = hotFlag;
    }

    public Integer getPriority() {
        return priority;
    }

    public void setPriority(Integer priority) {
        this.priority = priority;
    }

    public String getProductId() {
        return productId;
    }

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

    public String getProcessId() {
        return processId;
    }

    public void setProcessId(String processId) {
        this.processId = processId;
    }

    public String getRouteId() {
        return routeId;
    }

    public void setRouteId(String routeId) {
        this.routeId = routeId;
    }

    public String getRouteSeq() {
        return routeSeq;
    }

    public void setRouteSeq(String routeSeq) {
        this.routeSeq = routeSeq;
    }

    public String getOperationId() {
        return operationId;
    }

    public void setOperationId(String operationId) {
        this.operationId = operationId;
    }

    public String getOperationType() {
        return operationType;
    }

    public void setOperationType(String operationType) {
        this.operationType = operationType;
    }

    public String getOperationSeq() {
        return operationSeq;
    }

    public void setOperationSeq(String operationSeq) {
        this.operationSeq = operationSeq;
    }

    public String getProcessStepVersion() {
        return processStepVersion;
    }

    public void setProcessStepVersion(String processStepVersion) {
        this.processStepVersion = processStepVersion;
    }

    public String getProcessStepIdVersion() {
        return processStepIdVersion;
    }

    public void setProcessStepIdVersion(String processStepIdVersion) {
        this.processStepIdVersion = processStepIdVersion;
    }

    public String getWflStepPath() {
        return wflStepPath;
    }

    public void setWflStepPath(String wflStepPath) {
        this.wflStepPath = wflStepPath;
    }

    public String getFlowSequence() {
        return flowSequence;
    }

    public void setFlowSequence(String flowSequence) {
        this.flowSequence = flowSequence;
    }

    public String getStageId() {
        return stageId;
    }

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

    public String getLogicRecipeId() {
        return logicRecipeId;
    }

    public void setLogicRecipeId(String logicRecipeId) {
        this.logicRecipeId = logicRecipeId;
    }

    public String getValidateRecipeId() {
        return validateRecipeId;
    }

    public void setValidateRecipeId(String validateRecipeId) {
        this.validateRecipeId = validateRecipeId;
    }

    public String getPhysicalRecipeId() {
        return physicalRecipeId;
    }

    public void setPhysicalRecipeId(String physicalRecipeId) {
        this.physicalRecipeId = physicalRecipeId;
    }

    public String getReticleGroupId() {
        return reticleGroupId;
    }

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

    public String getReticleId() {
        return reticleId;
    }

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

    public String getCustomerId() {
        return customerId;
    }

    public void setCustomerId(String customerId) {
        this.customerId = customerId;
    }

    public String getPollutionLevel() {
        return pollutionLevel;
    }

    public void setPollutionLevel(String pollutionLevel) {
        this.pollutionLevel = pollutionLevel;
    }

    public String getProcessLocation() {
        return processLocation;
    }

    public void setProcessLocation(String processLocation) {
        this.processLocation = processLocation;
    }

    public Integer getProductVersion() {
        return productVersion;
    }

    public void setProductVersion(Integer productVersion) {
        this.productVersion = productVersion;
    }

    public Integer getProcessVersion() {
        return processVersion;
    }

    public void setProcessVersion(Integer processVersion) {
        this.processVersion = processVersion;
    }

    public Integer getOperationVersion() {
        return operationVersion;
    }

    public void setOperationVersion(Integer operationVersion) {
        this.operationVersion = operationVersion;
    }

    public Integer getRouteVersion() {
        return routeVersion;
    }

    public void setRouteVersion(Integer routeVersion) {
        this.routeVersion = routeVersion;
    }

    
    public String getRunTypeDetail() {
        return runTypeDetail;
    }

    
    public void setRunTypeDetail(String runTypeDetail) {
        this.runTypeDetail = runTypeDetail;
    }

}