LotFutureReassign.java

package com.mycim.valueobject.wip;

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

public class LotFutureReassign implements Serializable {

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

    private Long transRrn;

    private Integer transSequence;

    private Timestamp transTimestamp;

    private Long lotRrn;

    private Long stepSequence;

    private Long facilityRrn;

    private Long productRrn;

    private Integer productVersion;

    private Long processRrn;

    private Integer processVersion;

    private String wflStepPath;

    private String reasonCategory;

    private String reasonCode;

    private String reason;

    private String responsibility;

    private String deleteFutureActionFlag;

    private String curWflStepPath;

    private String reassignType;

    // 批次当前流程信息
    private Long curProductRrn;

    private String lotId;

    private String lotStatus;

    private Long curProcessRrn;

    private Integer curProcessVersion;

    private String curProcessStepVersion;

    public Long getTransRrn() {
        return transRrn;
    }

    public void setTransRrn(Long transRrn) {
        this.transRrn = transRrn;
    }

    public Integer getTransSequence() {
        return transSequence;
    }

    public void setTransSequence(Integer transSequence) {
        this.transSequence = transSequence;
    }

    public Timestamp getTransTimestamp() {
        return transTimestamp;
    }

    public void setTransTimestamp(Timestamp transTimestamp) {
        this.transTimestamp = transTimestamp;
    }

    public Long getLotRrn() {
        return lotRrn;
    }

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

    public Long getStepSequence() {
        return stepSequence;
    }

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

    public Long getFacilityRrn() {
        return facilityRrn;
    }

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

    public Long getProductRrn() {
        return productRrn;
    }

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

    public Long getProcessRrn() {
        return processRrn;
    }

    public void setProcessRrn(Long processRrn) {
        this.processRrn = processRrn;
    }

    public Integer getProcessVersion() {
        return processVersion;
    }

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

    public String getWflStepPath() {
        return wflStepPath;
    }

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

    public String getReasonCategory() {
        return reasonCategory;
    }

    public void setReasonCategory(String reasonCategory) {
        this.reasonCategory = reasonCategory;
    }

    public String getReasonCode() {
        return reasonCode;
    }

    public void setReasonCode(String reasonCode) {
        this.reasonCode = reasonCode;
    }

    public String getReason() {
        return reason;
    }

    public void setReason(String reason) {
        this.reason = reason;
    }

    public String getResponsibility() {
        return responsibility;
    }

    public void setResponsibility(String responsibility) {
        this.responsibility = responsibility;
    }

    public String getDeleteFutureActionFlag() {
        return deleteFutureActionFlag;
    }

    public void setDeleteFutureActionFlag(String deleteFutureActionFlag) {
        this.deleteFutureActionFlag = deleteFutureActionFlag;
    }

    public String getCurWflStepPath() {
        return curWflStepPath;
    }

    public void setCurWflStepPath(String curWflStepPath) {
        this.curWflStepPath = curWflStepPath;
    }

    public String getReassignType() {
        return reassignType;
    }

    public void setReassignType(String reassignType) {
        this.reassignType = reassignType;
    }

    public Long getCurProductRrn() {
        return curProductRrn;
    }

    public void setCurProductRrn(Long curProductRrn) {
        this.curProductRrn = curProductRrn;
    }

    public String getLotId() {
        return lotId;
    }

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

    public String getLotStatus() {
        return lotStatus;
    }

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

    public Long getCurProcessRrn() {
        return curProcessRrn;
    }

    public void setCurProcessRrn(Long curProcessRrn) {
        this.curProcessRrn = curProcessRrn;
    }

    public Integer getCurProcessVersion() {
        return curProcessVersion;
    }

    public void setCurProcessVersion(Integer curProcessVersion) {
        this.curProcessVersion = curProcessVersion;
    }

    public String getCurProcessStepVersion() {
        return curProcessStepVersion;
    }

    public void setCurProcessStepVersion(String curProcessStepVersion) {
        this.curProcessStepVersion = curProcessStepVersion;
    }

    public Integer getProductVersion() {
        return productVersion;
    }

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

}