ImpProdProcessDetail.java
package com.mycim.valueobject.prp;
import java.io.Serializable;
import java.util.Date;
/**
* @author Aiden
* @date 2019年4月7日上午10:02:43
* @description 产品流程版本情景值临时表
*/
public class ImpProdProcessDetail implements Serializable {
private static final long serialVersionUID = 1L;
private Long detailRrn;
private Long impRrn;
private Integer stepInternalSeq; // 用于步骤流程排序,后台逻辑使用
private String layerId;
private String routeId;
private String routeSeq;
private String isRouteBranch;
private String operationId;
private String operationSeq;
private Long operationRrn;
private String isOperationBranch;
private String stepSeq;
private String stepDesc;
private String target;
private String spc;
private Long recipeRrn;
private String recipeId;
private Long eqptGroupRrn;
private String eqptGroupId;
private Long reticleFamilyRrn;
private String reticleFamilyId;
private Long parameterSetRrn;
private String parameterSetId;
private String qtime;
private Long reworkRouteRrn;
private String reworkRouteId;
private Integer reworkCount;
private String notice;
private String noticeType;
private String pollutionLevel;
private String isActiveFalg;
private String isReworkStep;
private String addFrom;
private Long createUserRrn;
private Date createTime;
private Long updateUserRrn;
private Date updateTime;
public String getIsReworkStep() {
return isReworkStep;
}
public void setIsReworkStep(String isReworkStep) {
this.isReworkStep = isReworkStep;
}
public Long getCreateUserRrn() {
return createUserRrn;
}
public void setCreateUserRrn(Long createUserRrn) {
this.createUserRrn = createUserRrn;
}
public Date getCreateTime() {
return createTime;
}
public void setCreateTime(Date createTime) {
this.createTime = createTime;
}
public Integer getStepInternalSeq() {
return stepInternalSeq;
}
public void setStepInternalSeq(Integer stepInternalSeq) {
this.stepInternalSeq = stepInternalSeq;
}
public String getAddFrom() {
return addFrom;
}
public void setAddFrom(String addFrom) {
this.addFrom = addFrom;
}
public Long getUpdateUserRrn() {
return updateUserRrn;
}
public void setUpdateUserRrn(Long updateUserRrn) {
this.updateUserRrn = updateUserRrn;
}
public Date getUpdateTime() {
return updateTime;
}
public void setUpdateTime(Date updateTime) {
this.updateTime = updateTime;
}
public String getRecipeId() {
return recipeId;
}
public void setRecipeId(String recipeId) {
this.recipeId = recipeId;
}
public String getEqptGroupId() {
return eqptGroupId;
}
public void setEqptGroupId(String eqptGroupId) {
this.eqptGroupId = eqptGroupId;
}
public String getReticleFamilyId() {
return reticleFamilyId;
}
public void setReticleFamilyId(String reticleFamilyId) {
this.reticleFamilyId = reticleFamilyId;
}
public String getParameterSetId() {
return parameterSetId;
}
public void setParameterSetId(String parameterSetId) {
this.parameterSetId = parameterSetId;
}
public String getReworkRouteId() {
return reworkRouteId;
}
public void setReworkRouteId(String reworkRouteId) {
this.reworkRouteId = reworkRouteId;
}
public String getIsRouteBranch() {
return isRouteBranch;
}
public void setIsRouteBranch(String isRouteBranch) {
this.isRouteBranch = isRouteBranch;
}
public String getIsOperationBranch() {
return isOperationBranch;
}
public void setIsOperationBranch(String isOperationBranch) {
this.isOperationBranch = isOperationBranch;
}
public Long getOperationRrn() {
return operationRrn;
}
public void setOperationRrn(Long operationRrn) {
this.operationRrn = operationRrn;
}
public Long getDetailRrn() {
return detailRrn;
}
public void setDetailRrn(Long detailRrn) {
this.detailRrn = detailRrn;
}
public Long getImpRrn() {
return impRrn;
}
public void setImpRrn(Long impRrn) {
this.impRrn = impRrn;
}
public String getLayerId() {
return layerId;
}
public void setLayerId(String layerId) {
this.layerId = layerId;
}
public String getRouteId() {
return routeId;
}
public void setRouteId(String routeId) {
this.routeId = routeId;
}
public String getRouteSeq() {
return routeSeq;
}
public void setRouteSeq(String routeSeq) {
this.routeSeq = routeSeq;
}
public String getOperationId() {
return operationId;
}
public void setOperationId(String operationId) {
this.operationId = operationId;
}
public String getOperationSeq() {
return operationSeq;
}
public void setOperationSeq(String operationSeq) {
this.operationSeq = operationSeq;
}
public String getStepSeq() {
return stepSeq;
}
public void setStepSeq(String stepSeq) {
this.stepSeq = stepSeq;
}
public String getStepDesc() {
return stepDesc;
}
public void setStepDesc(String stepDesc) {
this.stepDesc = stepDesc;
}
public String getTarget() {
return target;
}
public void setTarget(String target) {
this.target = target;
}
public String getSpc() {
return spc;
}
public void setSpc(String spc) {
this.spc = spc;
}
public Long getRecipeRrn() {
return recipeRrn;
}
public void setRecipeRrn(Long recipeRrn) {
this.recipeRrn = recipeRrn;
}
public Long getEqptGroupRrn() {
return eqptGroupRrn;
}
public void setEqptGroupRrn(Long eqptGroupRrn) {
this.eqptGroupRrn = eqptGroupRrn;
}
public Long getReticleFamilyRrn() {
return reticleFamilyRrn;
}
public void setReticleFamilyRrn(Long reticleFamilyRrn) {
this.reticleFamilyRrn = reticleFamilyRrn;
}
public Long getParameterSetRrn() {
return parameterSetRrn;
}
public void setParameterSetRrn(Long parameterSetRrn) {
this.parameterSetRrn = parameterSetRrn;
}
public String getQtime() {
return qtime;
}
public void setQtime(String qtime) {
this.qtime = qtime;
}
public Long getReworkRouteRrn() {
return reworkRouteRrn;
}
public void setReworkRouteRrn(Long reworkRouteRrn) {
this.reworkRouteRrn = reworkRouteRrn;
}
public Integer getReworkCount() {
return reworkCount;
}
public void setReworkCount(Integer reworkCount) {
this.reworkCount = reworkCount;
}
public String getNotice() {
return notice;
}
public void setNotice(String notice) {
this.notice = notice;
}
public String getNoticeType() {
return noticeType;
}
public void setNoticeType(String noticeType) {
this.noticeType = noticeType;
}
public String getPollutionLevel() {
return pollutionLevel;
}
public void setPollutionLevel(String pollutionLevel) {
this.pollutionLevel = pollutionLevel;
}
public String getIsActiveFalg() {
return isActiveFalg;
}
public void setIsActiveFalg(String isActiveFalg) {
this.isActiveFalg = isActiveFalg;
}
}