LotRunCard.java

package com.mycim.valueobject.wip;

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

public class LotRunCard implements Serializable {

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

    private Long runCardRrn;

    private Long facilityRrn;

    private String runCardType;

    private Long lotRrn;

    private Long lotStepSequence;

    private Long productRrn;

    private Integer productVersion;

    private Long processRrn;

    private Integer processVersion;

    private Double lotQty;

    private Long carrierMapRrn;

    private String processLocation;

    private String pollutionLevel;

    private String splitFlowSeq;

    private String splitStepPath;

    private Long splitOperationRrn;

    private String mergeFlowSeq;

    private String mergeStepPath;

    private Long mergeOperationRrn;

    private String mergedPollutionLevel;

    private String mergedAction;

    private String mergedHoldCode;

    private String mergedHoldReason;

    private String supervisor;

    private String relatedModuleManager;

    private String lotOwner;

    private String e1Manager;

    private String mfgManager;

    private String status;

    private Timestamp effectiveTimestamp;

    private Timestamp frozenTimestamp;

    private Timestamp activeTimestamp;

    private Timestamp startTimestamp;

    private Timestamp finishedTimestamp;

    private String createdUserId;

    private String createdUserGroupId;

    private Timestamp createdTimestamp;

    private String lastUpdatedUserId;

    private Timestamp lastUpdatedTimestamp;

    private String comments;

    public Long getRunCardRrn() {
        return runCardRrn;
    }

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

    public Long getFacilityRrn() {
        return facilityRrn;
    }

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

    public String getRunCardType() {
        return runCardType;
    }

    public void setRunCardType(String runCardType) {
        this.runCardType = runCardType;
    }

    public Long getLotRrn() {
        return lotRrn;
    }

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

    public Long getLotStepSequence() {
        return lotStepSequence;
    }

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

    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 Double getLotQty() {
        return lotQty;
    }

    public void setLotQty(Double lotQty) {
        this.lotQty = lotQty;
    }

    public Long getCarrierMapRrn() {
        return carrierMapRrn;
    }

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

    public String getProcessLocation() {
        return processLocation;
    }

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

    public String getPollutionLevel() {
        return pollutionLevel;
    }

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

    public String getSplitFlowSeq() {
        return splitFlowSeq;
    }

    public void setSplitFlowSeq(String splitFlowSeq) {
        this.splitFlowSeq = splitFlowSeq;
    }

    public String getSplitStepPath() {
        return splitStepPath;
    }

    public void setSplitStepPath(String splitStepPath) {
        this.splitStepPath = splitStepPath;
    }

    public Long getSplitOperationRrn() {
        return splitOperationRrn;
    }

    public void setSplitOperationRrn(Long splitOperationRrn) {
        this.splitOperationRrn = splitOperationRrn;
    }

    public String getMergeFlowSeq() {
        return mergeFlowSeq;
    }

    public void setMergeFlowSeq(String mergeFlowSeq) {
        this.mergeFlowSeq = mergeFlowSeq;
    }

    public String getMergeStepPath() {
        return mergeStepPath;
    }

    public void setMergeStepPath(String mergeStepPath) {
        this.mergeStepPath = mergeStepPath;
    }

    public Long getMergeOperationRrn() {
        return mergeOperationRrn;
    }

    public void setMergeOperationRrn(Long mergeOperationRrn) {
        this.mergeOperationRrn = mergeOperationRrn;
    }

    public String getMergedPollutionLevel() {
        return mergedPollutionLevel;
    }

    public void setMergedPollutionLevel(String mergedPollutionLevel) {
        this.mergedPollutionLevel = mergedPollutionLevel;
    }

    public String getMergedAction() {
        return mergedAction;
    }

    public void setMergedAction(String mergedAction) {
        this.mergedAction = mergedAction;
    }

    public String getMergedHoldCode() {
        return mergedHoldCode;
    }

    public void setMergedHoldCode(String mergedHoldCode) {
        this.mergedHoldCode = mergedHoldCode;
    }

    public String getMergedHoldReason() {
        return mergedHoldReason;
    }

    public void setMergedHoldReason(String mergedHoldReason) {
        this.mergedHoldReason = mergedHoldReason;
    }

    public String getSupervisor() {
        return supervisor;
    }

    public void setSupervisor(String supervisor) {
        this.supervisor = supervisor;
    }

    public String getRelatedModuleManager() {
        return relatedModuleManager;
    }

    public void setRelatedModuleManager(String relatedModuleManager) {
        this.relatedModuleManager = relatedModuleManager;
    }

    public String getLotOwner() {
        return lotOwner;
    }

    public void setLotOwner(String lotOwner) {
        this.lotOwner = lotOwner;
    }

    public String getE1Manager() {
        return e1Manager;
    }

    public void setE1Manager(String e1Manager) {
        this.e1Manager = e1Manager;
    }

    public String getMfgManager() {
        return mfgManager;
    }

    public void setMfgManager(String mfgManager) {
        this.mfgManager = mfgManager;
    }

    public String getStatus() {
        return status;
    }

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

    public Timestamp getEffectiveTimestamp() {
        return effectiveTimestamp;
    }

    public void setEffectiveTimestamp(Timestamp effectiveTimestamp) {
        this.effectiveTimestamp = effectiveTimestamp;
    }

    public Timestamp getFrozenTimestamp() {
        return frozenTimestamp;
    }

    public void setFrozenTimestamp(Timestamp frozenTimestamp) {
        this.frozenTimestamp = frozenTimestamp;
    }

    public Timestamp getActiveTimestamp() {
        return activeTimestamp;
    }

    public void setActiveTimestamp(Timestamp activeTimestamp) {
        this.activeTimestamp = activeTimestamp;
    }

    public Timestamp getStartTimestamp() {
        return startTimestamp;
    }

    public void setStartTimestamp(Timestamp startTimestamp) {
        this.startTimestamp = startTimestamp;
    }

    public Timestamp getFinishedTimestamp() {
        return finishedTimestamp;
    }

    public void setFinishedTimestamp(Timestamp finishedTimestamp) {
        this.finishedTimestamp = finishedTimestamp;
    }

    public String getCreatedUserId() {
        return createdUserId;
    }

    public void setCreatedUserId(String createdUserId) {
        this.createdUserId = createdUserId;
    }

    public String getCreatedUserGroupId() {
        return createdUserGroupId;
    }

    public void setCreatedUserGroupId(String createdUserGroupId) {
        this.createdUserGroupId = createdUserGroupId;
    }

    public Timestamp getCreatedTimestamp() {
        return createdTimestamp;
    }

    public void setCreatedTimestamp(Timestamp createdTimestamp) {
        this.createdTimestamp = createdTimestamp;
    }

    public String getLastUpdatedUserId() {
        return lastUpdatedUserId;
    }

    public void setLastUpdatedUserId(String lastUpdatedUserId) {
        this.lastUpdatedUserId = lastUpdatedUserId;
    }

    public Timestamp getLastUpdatedTimestamp() {
        return lastUpdatedTimestamp;
    }

    public void setLastUpdatedTimestamp(Timestamp lastUpdatedTimestamp) {
        this.lastUpdatedTimestamp = lastUpdatedTimestamp;
    }

    public String getComments() {
        return comments;
    }

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

    public Integer getProductVersion() {
        return productVersion;
    }

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

}