LotRunCardStep.java

package com.mycim.valueobject.wip;

import java.io.Serializable;

public class LotRunCardStep implements Serializable {

    /**
     *
     */
    private static final long serialVersionUID = 1L;

    private Long runCardRrn;

    private Integer stepSerialNo;

    private String stepType;

    private String flowSeq;

    private String stepPath;

    private String operationId;

    private Long operationRrn;

    private String areaId;

    private String checkWithRecipeFlag;

    private String equipmentId;

    private Long equipmentRrn;

    private String equipmentGroupId;

    private Long equipmentGroupRrn;

    private String recipeId;

    private Long recipeRrn;

    private String reticleId;

    private Long reticleRrn;

    private String reticleGroupId;

    private Long reticleGroupRrn;

    private String unitRrns;

    private String measurementUnitRrns;

    private String pollutionLevel;

    private Long outParameterSetRrn;

    private Long inParameterSetRrn;

    private String comments;

    private String processLocation;

    private String stageId;

    private String operatorComments;

    private String startOfMainQtime;

    private String endOfMainQtime;

    private String startOfRcQtime;

    private String endOfRcQtime;

    private Long routeRrn;

    private String timeLimit;

    private String module;

    private String flipType;

    public Long getRunCardRrn() {
        return runCardRrn;
    }

    public void setRunCardRrn(Long runCardRrn) {
        this.runCardRrn = runCardRrn;
    }

    public Integer getStepSerialNo() {
        return stepSerialNo;
    }

    public void setStepSerialNo(Integer stepSerialNo) {
        this.stepSerialNo = stepSerialNo;
    }

    public String getStepType() {
        return stepType;
    }

    public void setStepType(String stepType) {
        this.stepType = stepType;
    }

    public String getFlowSeq() {
        return flowSeq;
    }

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

    public String getStepPath() {
        return stepPath;
    }

    public void setStepPath(String stepPath) {
        this.stepPath = stepPath;
    }

    public Long getOperationRrn() {
        return operationRrn;
    }

    public void setOperationRrn(Long operationRrn) {
        this.operationRrn = operationRrn;
    }

    public String getOperationId() {
        return operationId;
    }

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

    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 getReticleId() {
        return reticleId;
    }

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

    public String getReticleGroupId() {
        return reticleGroupId;
    }

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

    public String getAreaId() {
        return areaId;
    }

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

    public String getCheckWithRecipeFlag() {
        return checkWithRecipeFlag;
    }

    public void setCheckWithRecipeFlag(String checkWithRecipeFlag) {
        this.checkWithRecipeFlag = checkWithRecipeFlag;
    }

    public Long getEquipmentRrn() {
        return equipmentRrn;
    }

    public void setEquipmentRrn(Long equipmentRrn) {
        this.equipmentRrn = equipmentRrn;
    }

    public Long getEquipmentGroupRrn() {
        return equipmentGroupRrn;
    }

    public void setEquipmentGroupRrn(Long equipmentGroupRrn) {
        this.equipmentGroupRrn = equipmentGroupRrn;
    }

    public String getRecipeId() {
        return recipeId;
    }

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

    public Long getRecipeRrn() {
        return recipeRrn;
    }

    public void setRecipeRrn(Long recipeRrn) {
        this.recipeRrn = recipeRrn;
    }

    public String getUnitRrns() {
        return unitRrns;
    }

    public void setUnitRrns(String unitRrns) {
        this.unitRrns = unitRrns;
    }

    public String getMeasurementUnitRrns() {
        return measurementUnitRrns;
    }

    public void setMeasurementUnitRrns(String measurementUnitRrns) {
        this.measurementUnitRrns = measurementUnitRrns;
    }

    public String getPollutionLevel() {
        return pollutionLevel;
    }

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

    public Long getOutParameterSetRrn() {
        return outParameterSetRrn;
    }

    public void setOutParameterSetRrn(Long outParameterSetRrn) {
        this.outParameterSetRrn = outParameterSetRrn;
    }

    public Long getInParameterSetRrn() {
        return inParameterSetRrn;
    }

    public void setInParameterSetRrn(Long inParameterSetRrn) {
        this.inParameterSetRrn = inParameterSetRrn;
    }

    public String getComments() {
        return comments;
    }

    public void setComments(String comments) {
        this.comments = comments;
    }

    public Long getReticleRrn() {
        return reticleRrn;
    }

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

    public Long getReticleGroupRrn() {
        return reticleGroupRrn;
    }

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

    public String getProcessLocation() {
        return processLocation;
    }

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

    public String getStageId() {
        return stageId;
    }

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

    public String getOperatorComments() {
        return operatorComments;
    }

    public void setOperatorComments(String operatorComments) {
        this.operatorComments = operatorComments;
    }

    public String getStartOfMainQtime() {
        return startOfMainQtime;
    }

    public void setStartOfMainQtime(String startOfMainQtime) {
        this.startOfMainQtime = startOfMainQtime;
    }

    public String getEndOfMainQtime() {
        return endOfMainQtime;
    }

    public void setEndOfMainQtime(String endOfMainQtime) {
        this.endOfMainQtime = endOfMainQtime;
    }

    public String getStartOfRcQtime() {
        return startOfRcQtime;
    }

    public void setStartOfRcQtime(String startOfRcQtime) {
        this.startOfRcQtime = startOfRcQtime;
    }

    public String getEndOfRcQtime() {
        return endOfRcQtime;
    }

    public void setEndOfRcQtime(String endOfRcQtime) {
        this.endOfRcQtime = endOfRcQtime;
    }

    public Long getRouteRrn() {
        return routeRrn;
    }

    public void setRouteRrn(Long routeRrn) {
        this.routeRrn = routeRrn;
    }

    public String getTimeLimit() {
        return timeLimit;
    }

    public void setTimeLimit(String timeLimit) {
        this.timeLimit = timeLimit;
    }

    public String getModule() {
        return module;
    }

    public void setModule(String module) {
        this.module = module;
    }

    public String getFlipType() {
        return flipType;
    }

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

}