SRCLotSpecialStep.java

package com.mycim.valueobject.wip;

import java.io.Serializable;

/**
 * @author finatice.yang
 */
public class SRCLotSpecialStep implements Serializable {

    private static final long serialVersionUID = -3928493575867163203L;

    private long lotSpecialStepRrn;

    private String runcardId;

    private long runcardRrn;

    private long lotRrn;

    private int stepSequence;

    private String unitId;

    private String measSlotId;

    private String contaminationFlag;

    private String processLocation;

    private String remark;

    private String eqptId;

    private Long eqptRrn;

    private String eqptGroupId;

    private Long eqptGroupRrn;

    private Long reticleRrn;

    private String reticleId;

    private Long reticleGroupRrn;

    private String reticleGroupId;

    private String stepNo;

    private String checkRcp;

    private String recipeId;

    private String workArea;

    private String parameterSetId;

    private long parameterSetRrn;

    private long lotStepSequence;

    private String comments;

    private String stageId;

    private String flipType;

    /**
     * @return the lotSpecialStepRrn
     */
    public long getLotSpecialStepRrn() {
        return lotSpecialStepRrn;
    }

    /**
     * @param lotSpecialStepRrn the lotSpecialStepRrn to set
     */
    public void setLotSpecialStepRrn(long lotSpecialStepRrn) {
        this.lotSpecialStepRrn = lotSpecialStepRrn;
    }

    /**
     * @return the runcardId
     */
    public String getRuncardId() {
        return runcardId;
    }

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

    /**
     * @return the runcardRrn
     */
    public long getRuncardRrn() {
        return runcardRrn;
    }

    /**
     * @param runcardRrn the runcardRrn to set
     */
    public void setRuncardRrn(long runcardRrn) {
        this.runcardRrn = runcardRrn;
    }

    /**
     * @return the lotRrn
     */
    public long getLotRrn() {
        return lotRrn;
    }

    /**
     * @param lotRrn the lotRrn to set
     */
    public void setLotRrn(long lotRrn) {
        this.lotRrn = lotRrn;
    }

    /**
     * @return the stepSequence
     */
    public int getStepSequence() {
        return stepSequence;
    }

    /**
     * @param stepSequence the stepSequence to set
     */
    public void setStepSequence(int stepSequence) {
        this.stepSequence = stepSequence;
    }

    /**
     * @return the unitId
     */
    public String getUnitId() {
        return unitId;
    }

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

    /**
     * @return the measSlotId
     */
    public String getMeasSlotId() {
        return measSlotId;
    }

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

    /**
     * @return the contaminationFlag
     */
    public String getContaminationFlag() {
        return contaminationFlag;
    }

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

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

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

    /**
     * @return the remark
     */
    public String getRemark() {
        return remark;
    }

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

    /**
     * @return the eqptId
     */
    public String getEqptId() {
        return eqptId;
    }

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

    /**
     * @return the eqptRrn
     */
    public Long getEqptRrn() {
        return eqptRrn;
    }

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

    /**
     * @return the eqptGroupId
     */
    public String getEqptGroupId() {
        return eqptGroupId;
    }

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

    /**
     * @return the eqptGroupRrn
     */
    public Long getEqptGroupRrn() {
        return eqptGroupRrn;
    }

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

    /**
     * @return the stepNo
     */
    public String getStepNo() {
        return stepNo;
    }

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

    /**
     * @return the checkRcp
     */
    public String getCheckRcp() {
        return checkRcp;
    }

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

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

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

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

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

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

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

    /**
     * @return the parameterSetRrn
     */
    public long getParameterSetRrn() {
        return parameterSetRrn;
    }

    /**
     * @param parameterSetRrn the parameterSetRrn to set
     */
    public void setParameterSetRrn(long parameterSetRrn) {
        this.parameterSetRrn = parameterSetRrn;
    }

    public long getLotStepSequence() {
        return lotStepSequence;
    }

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

    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 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 getComments() {
        return comments;
    }

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

    public String getStageId() {
        return stageId;
    }

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

    public String getFlipType() {
        return flipType;
    }

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

}