AutoMonitorItemStep.java
package com.mycim.valueobject.automonitor.entity;
import java.io.Serializable;
import java.util.List;
/**
* @author finatice.yang
*/
public class AutoMonitorItemStep implements Serializable {
private Long workflowRrn;
private Integer workflowVersion;
private String workflowId;
private Long stepSequence;
private Long operationRrn;
private String operationId;
private String eqptType;
private String equipmentId;
private Long equipmentRrn;
private String equipmentGroupId;
private Long equipmentGroupRrn;
private boolean mainEqptFlag;
private String reticleId;
private Long reticleRrn;
private String reticleGroupId;
private Long reticleGroupRrn;
private String flowSeq;
private String operationDesc;
private String recipeId;
private Long recipeRrn;
private String stageId;
private String nonRTSlotType;
private String nonRTJobNames;
private String nonRTJobIds;
private List<String> waferNonRTJobNames;
private List<String> waferNonRTJobIds;
public Long getWorkflowRrn() {
return workflowRrn;
}
public void setWorkflowRrn(Long workflowRrn) {
this.workflowRrn = workflowRrn;
}
public Integer getWorkflowVersion() {
return workflowVersion;
}
public void setWorkflowVersion(Integer workflowVersion) {
this.workflowVersion = workflowVersion;
}
public String getWorkflowId() {
return workflowId;
}
public void setWorkflowId(String workflowId) {
this.workflowId = workflowId;
}
public Long getStepSequence() {
return stepSequence;
}
public void setStepSequence(Long stepSequence) {
this.stepSequence = stepSequence;
}
public Long getOperationRrn() {
return operationRrn;
}
public void setOperationRrn(Long operationRrn) {
this.operationRrn = operationRrn;
}
public String getOperationId() {
return operationId;
}
public void setOperationId(String operationId) {
this.operationId = operationId;
}
public String getEqptType() {
return eqptType;
}
public void setEqptType(String eqptType) {
this.eqptType = eqptType;
}
public String getEquipmentId() {
return equipmentId;
}
public void setEquipmentId(String equipmentId) {
this.equipmentId = equipmentId;
}
public Long getEquipmentRrn() {
return equipmentRrn;
}
public void setEquipmentRrn(Long equipmentRrn) {
this.equipmentRrn = equipmentRrn;
}
public String getEquipmentGroupId() {
return equipmentGroupId;
}
public void setEquipmentGroupId(String equipmentGroupId) {
this.equipmentGroupId = equipmentGroupId;
}
public Long getEquipmentGroupRrn() {
return equipmentGroupRrn;
}
public void setEquipmentGroupRrn(Long equipmentGroupRrn) {
this.equipmentGroupRrn = equipmentGroupRrn;
}
public boolean isMainEqptFlag() {
return mainEqptFlag;
}
public void setMainEqptFlag(boolean mainEqptFlag) {
this.mainEqptFlag = mainEqptFlag;
}
public String getReticleId() {
return reticleId;
}
public void setReticleId(String reticleId) {
this.reticleId = reticleId;
}
public Long getReticleRrn() {
return reticleRrn;
}
public void setReticleRrn(Long reticleRrn) {
this.reticleRrn = reticleRrn;
}
public String getReticleGroupId() {
return reticleGroupId;
}
public void setReticleGroupId(String reticleGroupId) {
this.reticleGroupId = reticleGroupId;
}
public Long getReticleGroupRrn() {
return reticleGroupRrn;
}
public void setReticleGroupRrn(Long reticleGroupRrn) {
this.reticleGroupRrn = reticleGroupRrn;
}
public String getFlowSeq() {
return flowSeq;
}
public void setFlowSeq(String flowSeq) {
this.flowSeq = flowSeq;
}
public String getOperationDesc() {
return operationDesc;
}
public void setOperationDesc(String operationDesc) {
this.operationDesc = operationDesc;
}
public String getRecipeId() {
return recipeId;
}
public void setRecipeId(String recipeId) {
this.recipeId = recipeId;
}
public Long getRecipeRrn() {
return recipeRrn;
}
public void setRecipeRrn(Long recipeRrn) {
this.recipeRrn = recipeRrn;
}
public String getStageId() {
return stageId;
}
public void setStageId(String stageId) {
this.stageId = stageId;
}
public String getNonRTSlotType() {
return nonRTSlotType;
}
public void setNonRTSlotType(String nonRTSlotType) {
this.nonRTSlotType = nonRTSlotType;
}
public String getNonRTJobNames() {
return nonRTJobNames;
}
public void setNonRTJobNames(String nonRTJobNames) {
this.nonRTJobNames = nonRTJobNames;
}
public String getNonRTJobIds() {
return nonRTJobIds;
}
public void setNonRTJobIds(String nonRTJobIds) {
this.nonRTJobIds = nonRTJobIds;
}
public List<String> getWaferNonRTJobNames() {
return waferNonRTJobNames;
}
public void setWaferNonRTJobNames(List<String> waferNonRTJobNames) {
this.waferNonRTJobNames = waferNonRTJobNames;
}
public List<String> getWaferNonRTJobIds() {
return waferNonRTJobIds;
}
public void setWaferNonRTJobIds(List<String> waferNonRTJobIds) {
this.waferNonRTJobIds = waferNonRTJobIds;
}
@Override
public String toString() {
return "AutoMonitorItemStep{" + "workflowRrn=" + workflowRrn + ", workflowVersion=" + workflowVersion +
", workflowId='" + workflowId + '\'' + ", stepSequence=" + stepSequence + ", operationRrn=" +
operationRrn + ", operationId='" + operationId + '\'' + ", eqptType='" + eqptType + '\'' +
", equipmentId='" + equipmentId + '\'' + ", equipmentRrn=" + equipmentRrn + ", equipmentGroupId='" +
equipmentGroupId + '\'' + ", equipmentGroupRrn=" + equipmentGroupRrn + ", mainEqptFlag=" +
mainEqptFlag + ", reticleId='" + reticleId + '\'' + ", reticleRrn=" + reticleRrn +
", reticleGroupId='" + reticleGroupId + '\'' + ", reticleGroupRrn=" + reticleGroupRrn + ", flowSeq='" +
flowSeq + '\'' + ", operationDesc='" + operationDesc + '\'' + ", recipeId='" + recipeId + '\'' +
", recipeRrn=" + recipeRrn + ", stageId='" + stageId + '\'' + ", nonRTSlotType='" + nonRTSlotType +
'\'' + ", nonRTJobNames='" + nonRTJobNames + '\'' + ", nonRTJobIds='" + nonRTJobIds + '\'' +
", waferNonRTJobNames=" + waferNonRTJobNames + ", waferNonRTJobIds=" + waferNonRTJobIds + '}';
}
}