ProcessSpecItemDto.java
package com.mycim.valueobject.prp;
import com.mycim.framework.utils.lang.StringUtils;
import java.io.Serializable;
import java.util.Date;
/**
* @author Luopeng.Wang
* @version 6.0.0
* @date 2021/3/23
**/
public class ProcessSpecItemDto implements Serializable {
private Long processRrn;
private String processId;
private Integer processVersion;
private Long routeRrn;
private String routeId;
private Integer routeVersion;
private String routeSeq;
private Long operationRrn;
private String operationId;
private String operationDesc;
private String operationType;
private String operationSeq;
private String flowSeq;
private String workArea;
private String stageId;
private String recipeId;
private String reticleFamilyId;
private String parameterSetId;
private String equipmentGroupId;
private String pollutionLevel;
private String processLocation;
private String bankFlag;
private String flipType;
private String flipTypeDesc;
private String cpDefine;
private String timeLimitInfo;
private String reworkRouteId;
private Integer reworkRouteVersion;
private String maxReworkTimes;
private Boolean isMain;
private Boolean isRework;
private Boolean isCopyFromLastVer = false;
private Long ecnRrn;
private String status;
private Date effectiveTime;
private Date terminatedTime;
private String createdUser;
private Date createdTime;
private String updatedUser;
private Date updatedTime;
private Boolean variableFlag = false; // true----have variable,false----no varialble info
private String equipmentGroupRrns;
private String multipathAndDefaultStepFlag;
public ProcessSpecItemDto() {
}
public ProcessSpecItemDto(Long processRrn, Integer processVersion, Long routeRrn, Long operationRrn) {
this.processRrn = processRrn;
this.processVersion = processVersion;
this.routeRrn = routeRrn;
this.operationRrn = operationRrn;
}
public ProcessSpecItemDto(Long processRrn, Integer processVersion, String flowSeq) {
this.processRrn = processRrn;
this.processVersion = processVersion;
this.flowSeq = flowSeq;
}
/**
* @return the processRrn
*/
public Long getProcessRrn() {
return processRrn;
}
/**
* @param processRrn the processRrn to set
*/
public void setProcessRrn(Long processRrn) {
this.processRrn = processRrn;
}
/**
* @return the processId
*/
public String getProcessId() {
return StringUtils.defaultString(processId);
}
/**
* @param processId the processId to set
*/
public void setProcessId(String processId) {
this.processId = processId;
}
/**
* @return the processVersion
*/
public Integer getProcessVersion() {
return processVersion;
}
/**
* @param processVersion the processVersion to set
*/
public void setProcessVersion(Integer processVersion) {
this.processVersion = processVersion;
}
/**
* @return the routeRrn
*/
public Long getRouteRrn() {
return routeRrn;
}
/**
* @param routeRrn the routeRrn to set
*/
public void setRouteRrn(Long routeRrn) {
this.routeRrn = routeRrn;
}
/**
* @return the routeId
*/
public String getRouteId() {
return StringUtils.defaultString(routeId);
}
/**
* @param routeId the routeId to set
*/
public void setRouteId(String routeId) {
this.routeId = routeId;
}
/**
* @return the routeVersion
*/
public Integer getRouteVersion() {
return routeVersion;
}
/**
* @param routeVersion the routeVersion to set
*/
public void setRouteVersion(Integer routeVersion) {
this.routeVersion = routeVersion;
}
/**
* @return the routeSeq
*/
public String getRouteSeq() {
return StringUtils.defaultString(routeSeq);
}
/**
* @param routeSeq the routeSeq to set
*/
public void setRouteSeq(String routeSeq) {
this.routeSeq = routeSeq;
}
/**
* @return the operationRrn
*/
public Long getOperationRrn() {
return operationRrn;
}
/**
* @param operationRrn the operationRrn to set
*/
public void setOperationRrn(Long operationRrn) {
this.operationRrn = operationRrn;
}
/**
* @return the operationId
*/
public String getOperationId() {
return StringUtils.defaultString(operationId);
}
/**
* @param operationId the operationId to set
*/
public void setOperationId(String operationId) {
this.operationId = operationId;
}
/**
* @return the operationDesc
*/
public String getOperationDesc() {
return StringUtils.defaultString(operationDesc);
}
/**
* @param operationDesc the operationDesc to set
*/
public void setOperationDesc(String operationDesc) {
this.operationDesc = operationDesc;
}
/**
* @return the operationType
*/
public String getOperationType() {
return StringUtils.defaultString(operationType);
}
/**
* @param operationType the operationType to set
*/
public void setOperationType(String operationType) {
this.operationType = operationType;
}
/**
* @return the operationSeq
*/
public String getOperationSeq() {
return StringUtils.defaultString(operationSeq);
}
/**
* @param operationSeq the operationSeq to set
*/
public void setOperationSeq(String operationSeq) {
this.operationSeq = operationSeq;
}
/**
* @return the flowSeq
*/
public String getFlowSeq() {
return StringUtils.defaultString(flowSeq);
}
/**
* @param flowSeq the flowSeq to set
*/
public void setFlowSeq(String flowSeq) {
this.flowSeq = flowSeq;
}
/**
* @return the workArea
*/
public String getWorkArea() {
return StringUtils.defaultString(workArea);
}
/**
* @param workArea the workArea to set
*/
public void setWorkArea(String workArea) {
this.workArea = workArea;
}
/**
* @return the stageId
*/
public String getStageId() {
return StringUtils.defaultString(stageId);
}
/**
* @param stageId the stageId to set
*/
public void setStageId(String stageId) {
this.stageId = stageId;
}
/**
* @return the recipeId
*/
public String getRecipeId() {
return StringUtils.defaultString(recipeId);
}
/**
* @param recipeId the recipeId to set
*/
public void setRecipeId(String recipeId) {
this.recipeId = recipeId;
}
/**
* @return the reticleFamilyId
*/
public String getReticleFamilyId() {
return StringUtils.defaultString(reticleFamilyId);
}
/**
* @param reticleFamilyId the reticleFamilyId to set
*/
public void setReticleFamilyId(String reticleFamilyId) {
this.reticleFamilyId = reticleFamilyId;
}
/**
* @return the parameterSetId
*/
public String getParameterSetId() {
return StringUtils.defaultString(parameterSetId);
}
/**
* @param parameterSetId the parameterSetId to set
*/
public void setParameterSetId(String parameterSetId) {
this.parameterSetId = parameterSetId;
}
/**
* @return the equipmentGroupId
*/
public String getEquipmentGroupId() {
return StringUtils.defaultString(equipmentGroupId);
}
/**
* @param equipmentGroupId the equipmentGroupId to set
*/
public void setEquipmentGroupId(String equipmentGroupId) {
this.equipmentGroupId = equipmentGroupId;
}
/**
* @return the pollutionLevel
*/
public String getPollutionLevel() {
return StringUtils.defaultString(pollutionLevel);
}
/**
* @param pollutionLevel the pollutionLevel to set
*/
public void setPollutionLevel(String pollutionLevel) {
this.pollutionLevel = pollutionLevel;
}
/**
* @return the processLocation
*/
public String getProcessLocation() {
return StringUtils.defaultString(processLocation);
}
/**
* @param processLocation the processLocation to set
*/
public void setProcessLocation(String processLocation) {
this.processLocation = processLocation;
}
/**
* @return the bankFlag
*/
public String getBankFlag() {
return StringUtils.defaultString(bankFlag);
}
/**
* @param bankFlag the bankFlag to set
*/
public void setBankFlag(String bankFlag) {
this.bankFlag = bankFlag;
}
/**
* @return the flipType
*/
public String getFlipType() {
return flipType;
}
/**
* @param flipType the flipType to set
*/
public void setFlipType(String flipType) {
this.flipType = flipType;
}
public String getFlipTypeDesc() {
return flipTypeDesc;
}
public void setFlipTypeDesc(String flipTypeDesc) {
this.flipTypeDesc = flipTypeDesc;
}
/**
* @return the cpDefine
*/
public String getCpDefine() {
return StringUtils.defaultString(cpDefine);
}
/**
* @param cpDefine the cpDefine to set
*/
public void setCpDefine(String cpDefine) {
this.cpDefine = cpDefine;
}
/**
* @return the timeLimitInfo
*/
public String getTimeLimitInfo() {
return StringUtils.defaultString(timeLimitInfo);
}
/**
* @param timeLimitInfo the timeLimitInfo to set
*/
public void setTimeLimitInfo(String timeLimitInfo) {
this.timeLimitInfo = timeLimitInfo;
}
/**
* @return the reworkRouteId
*/
public String getReworkRouteId() {
return StringUtils.defaultString(reworkRouteId);
}
/**
* @param reworkRouteId the reworkRouteId to set
*/
public void setReworkRouteId(String reworkRouteId) {
this.reworkRouteId = reworkRouteId;
}
/**
* @return the reworkRouteVersion
*/
public Integer getReworkRouteVersion() {
return reworkRouteVersion;
}
/**
* @param reworkRouteVersion the reworkRouteVersion to set
*/
public void setReworkRouteVersion(Integer reworkRouteVersion) {
this.reworkRouteVersion = reworkRouteVersion;
}
/**
* @return the maxReworkTimes
*/
public String getMaxReworkTimes() {
return StringUtils.defaultString(maxReworkTimes);
}
/**
* @param maxReworkTimes the maxReworkTimes to set
*/
public void setMaxReworkTimes(String maxReworkTimes) {
this.maxReworkTimes = maxReworkTimes;
}
/**
* @return the isMain
*/
public Boolean getIsMain() {
return isMain;
}
/**
* @param isMain the isMain to set
*/
public void setIsMain(Boolean isMain) {
this.isMain = isMain;
}
/**
* @return the isRework
*/
public Boolean getIsRework() {
return isRework;
}
/**
* @param isRework the isRework to set
*/
public void setIsRework(Boolean isRework) {
this.isRework = isRework;
}
public Boolean getIsCopyFromLastVer() {
return isCopyFromLastVer;
}
public void setIsCopyFromLastVer(Boolean isCopyFromLastVer) {
this.isCopyFromLastVer = isCopyFromLastVer;
}
/**
* @return the ecnRrn
*/
public Long getEcnRrn() {
return ecnRrn;
}
/**
* @param ecnRrn the ecnRrn to set
*/
public void setEcnRrn(Long ecnRrn) {
this.ecnRrn = ecnRrn;
}
/**
* @return the status
*/
public String getStatus() {
return status;
}
/**
* @param status the status to set
*/
public void setStatus(String status) {
this.status = status;
}
/**
* @return the effectiveTime
*/
public Date getEffectiveTime() {
return effectiveTime;
}
/**
* @param effectiveTime the effectiveTime to set
*/
public void setEffectiveTime(Date effectiveTime) {
this.effectiveTime = effectiveTime;
}
/**
* @return the terminatedTime
*/
public Date getTerminatedTime() {
return terminatedTime;
}
/**
* @param terminatedTime the terminatedTime to set
*/
public void setTerminatedTime(Date terminatedTime) {
this.terminatedTime = terminatedTime;
}
/**
* @return the createdUser
*/
public String getCreatedUser() {
return createdUser;
}
/**
* @param createdUser the createdUser to set
*/
public void setCreatedUser(String createdUser) {
this.createdUser = createdUser;
}
/**
* @return the createdTime
*/
public Date getCreatedTime() {
return createdTime;
}
/**
* @param createdTime the createdTime to set
*/
public void setCreatedTime(Date createdTime) {
this.createdTime = createdTime;
}
/**
* @return the updatedUser
*/
public String getUpdatedUser() {
return updatedUser;
}
/**
* @param updatedUser the updatedUser to set
*/
public void setUpdatedUser(String updatedUser) {
this.updatedUser = updatedUser;
}
/**
* @return the updatedTime
*/
public Date getUpdatedTime() {
return updatedTime;
}
/**
* @param updatedTime the updatedTime to set
*/
public void setUpdatedTime(Date updatedTime) {
this.updatedTime = updatedTime;
}
public Boolean getVariableFlag() {
return variableFlag;
}
public void setVariableFlag(Boolean variableFlag) {
this.variableFlag = variableFlag;
}
public String getEquipmentGroupRrns() {
return equipmentGroupRrns;
}
public void setEquipmentGroupRrns(String equipmentGroupRrns) {
this.equipmentGroupRrns = equipmentGroupRrns;
}
public String getMultipathAndDefaultStepFlag() {
return multipathAndDefaultStepFlag;
}
public void setMultipathAndDefaultStepFlag(String multipathAndDefaultStepFlag) {
this.multipathAndDefaultStepFlag = multipathAndDefaultStepFlag;
}
}