EqpMonitorUnitSpecialStep.java
package com.mycim.valueobject.prp;
import com.mycim.valueobject.bas.NamedObject;
public class EqpMonitorUnitSpecialStep extends NamedObject {
private Long unitSpecialStepRrn;
private Long lotSpecialStepRrn;
private Long unitRrn;
private String unitId;
private Integer slotSeq;
private Long lotRrn;
private String lotId;
private Long wflStepRrn;
private Long carrierRrn;
private String carrierId;
private Integer positionInCarrier;
private String recipeStr;
private String parameterId;
private String formula;
private Long lowerLimit;
private Long upperLimit;
private String attributeData1;
private String attributeData2;
private String attributeData3;
private String attributeData4;
private String attributeData5;
private Integer slotPosition;
public Long getUnitSpecialStepRrn() {
return unitSpecialStepRrn;
}
public void setUnitSpecialStepRrn(Long unitSpecialStepRrn) {
this.unitSpecialStepRrn = unitSpecialStepRrn;
}
public Long getLotSpecialStepRrn() {
return lotSpecialStepRrn;
}
public void setLotSpecialStepRrn(Long lotSpecialStepRrn) {
this.lotSpecialStepRrn = lotSpecialStepRrn;
}
public Long getUnitRrn() {
return unitRrn;
}
public void setUnitRrn(Long unitRrn) {
this.unitRrn = unitRrn;
}
public String getUnitId() {
return unitId;
}
public void setUnitId(String unitId) {
this.unitId = unitId;
}
public Integer getSlotSeq() {
return slotSeq;
}
public void setSlotSeq(Integer slotSeq) {
this.slotSeq = slotSeq;
}
public Long getLotRrn() {
return lotRrn;
}
public void setLotRrn(Long lotRrn) {
this.lotRrn = lotRrn;
}
public String getLotId() {
return lotId;
}
public void setLotId(String lotId) {
this.lotId = lotId;
}
public Long getWflStepRrn() {
return wflStepRrn;
}
public void setWflStepRrn(Long wflStepRrn) {
this.wflStepRrn = wflStepRrn;
}
public Long getCarrierRrn() {
return carrierRrn;
}
public void setCarrierRrn(Long carrierRrn) {
this.carrierRrn = carrierRrn;
}
public String getCarrierId() {
return carrierId;
}
public void setCarrierId(String carrierId) {
this.carrierId = carrierId;
}
public Integer getPositionInCarrier() {
return positionInCarrier;
}
public void setPositionInCarrier(Integer positionInCarrier) {
this.positionInCarrier = positionInCarrier;
}
public String getRecipeStr() {
return recipeStr;
}
public void setRecipeStr(String recipeStr) {
this.recipeStr = recipeStr;
}
public String getParameterId() {
return parameterId;
}
public void setParameterId(String parameterId) {
this.parameterId = parameterId;
}
public String getFormula() {
return formula;
}
public void setFormula(String formula) {
this.formula = formula;
}
public Long getLowerLimit() {
return lowerLimit;
}
public void setLowerLimit(Long lowerLimit) {
this.lowerLimit = lowerLimit;
}
public Long getUpperLimit() {
return upperLimit;
}
public void setUpperLimit(Long upperLimit) {
this.upperLimit = upperLimit;
}
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;
}
public Integer getSlotPosition() {
return slotPosition;
}
public void setSlotPosition(Integer slotPosition) {
this.slotPosition = slotPosition;
}
}