PilotLotHistory.java

package com.mycim.valueobject.wip;

import java.io.Serializable;

/**
 * @author andy
 */
public class PilotLotHistory implements Serializable {

    private long transRrn;

    private long lotRrn;

    private long stepSequence;

    private long startProductRrn;

    private long startProcessRrn;

    private long startRouteRrn;

    private long startOperationRrn;

    private String startWflStepPath;

    private long endProductRrn;

    private long endProcessRrn;

    private long endRouteRrn;

    private long endOperationRrn;

    private String endWflStepPath;

    private long endStepSequence;

    private long qty;

    private long minParentQty;

    private long skipUserGroupRrn;

    private String holdDepart;

    private String holdCode;

    private long executionRrn;

    private long pilotWflRrn;

    private String status;

    private String attributeData1;

    private String attributeData2;

    private String attributeData3;

    private String attributeData4;

    private String attributeData5;

    public long getTransRrn() {
        return transRrn;
    }

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

    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 getStartProductRrn() {
        return startProductRrn;
    }

    public void setStartProductRrn(long startProductRrn) {
        this.startProductRrn = startProductRrn;
    }

    public long getStartProcessRrn() {
        return startProcessRrn;
    }

    public void setStartProcessRrn(long startProcessRrn) {
        this.startProcessRrn = startProcessRrn;
    }

    public long getStartRouteRrn() {
        return startRouteRrn;
    }

    public void setStartRouteRrn(long startRouteRrn) {
        this.startRouteRrn = startRouteRrn;
    }

    public long getStartOperationRrn() {
        return startOperationRrn;
    }

    public void setStartOperationRrn(long startOperationRrn) {
        this.startOperationRrn = startOperationRrn;
    }

    public String getStartWflStepPath() {
        return startWflStepPath;
    }

    public void setStartWflStepPath(String startWflStepPath) {
        this.startWflStepPath = startWflStepPath;
    }

    public long getEndProductRrn() {
        return endProductRrn;
    }

    public void setEndProductRrn(long endProductRrn) {
        this.endProductRrn = endProductRrn;
    }

    public long getEndProcessRrn() {
        return endProcessRrn;
    }

    public void setEndProcessRrn(long endProcessRrn) {
        this.endProcessRrn = endProcessRrn;
    }

    public long getEndRouteRrn() {
        return endRouteRrn;
    }

    public void setEndRouteRrn(long endRouteRrn) {
        this.endRouteRrn = endRouteRrn;
    }

    public long getEndOperationRrn() {
        return endOperationRrn;
    }

    public void setEndOperationRrn(long endOperationRrn) {
        this.endOperationRrn = endOperationRrn;
    }

    public String getEndWflStepPath() {
        return endWflStepPath;
    }

    public void setEndWflStepPath(String endWflStepPath) {
        this.endWflStepPath = endWflStepPath;
    }

    public long getEndStepSequence() {
        return endStepSequence;
    }

    public void setEndStepSequence(long endStepSequence) {
        this.endStepSequence = endStepSequence;
    }

    public long getQty() {
        return qty;
    }

    public void setQty(long qty) {
        this.qty = qty;
    }

    public long getMinParentQty() {
        return minParentQty;
    }

    public void setMinParentQty(long minParentQty) {
        this.minParentQty = minParentQty;
    }

    public long getSkipUserGroupRrn() {
        return skipUserGroupRrn;
    }

    public void setSkipUserGroupRrn(long skipUserGroupRrn) {
        this.skipUserGroupRrn = skipUserGroupRrn;
    }

    public String getHoldDepart() {
        return holdDepart;
    }

    public void setHoldDepart(String holdDepart) {
        this.holdDepart = holdDepart;
    }

    public String getHoldCode() {
        return holdCode;
    }

    public void setHoldCode(String holdCode) {
        this.holdCode = holdCode;
    }

    public long getExecutionRrn() {
        return executionRrn;
    }

    public void setExecutionRrn(long executionRrn) {
        this.executionRrn = executionRrn;
    }

    public long getPilotWflRrn() {
        return pilotWflRrn;
    }

    public void setPilotWflRrn(long pilotWflRrn) {
        this.pilotWflRrn = pilotWflRrn;
    }

    public String getStatus() {
        return status;
    }

    public void setStatus(String status) {
        this.status = status;
    }

    public String getAttributeData1() {
        return attributeData1;
    }

    public void setAttributeData1(String attributeData1) {
        this.attributeData1 = attributeData1;
    }

    public String getAttributeData2() {
        return attributeData2;
    }

    public void setAttributeData2(String attributeData2) {
        this.attributeData2 = attributeData2;
    }

    public String getAttributeData3() {
        return attributeData3;
    }

    public void setAttributeData3(String attributeData3) {
        this.attributeData3 = attributeData3;
    }

    public String getAttributeData4() {
        return attributeData4;
    }

    public void setAttributeData4(String attributeData4) {
        this.attributeData4 = attributeData4;
    }

    public String getAttributeData5() {
        return attributeData5;
    }

    public void setAttributeData5(String attributeData5) {
        this.attributeData5 = attributeData5;
    }

}