EqpMonitorLotBonDing.java
package com.mycim.valueobject.prp;
import com.mycim.valueobject.bas.NamedObject;
public class EqpMonitorLotBonDing extends NamedObject {
private Long lotRrn;
private Integer lotSeq;
private Long toLotRrn;
private String toLotStatus;
private Long toLotEqptRrn;
private Long toLotStepSequence;
private String attributeData1;
private String attributeData2;
private String attributeData3;
private String attributeData4;
private String attributeData5;
public Long getLotRrn() {
return lotRrn;
}
public void setLotRrn(Long lotRrn) {
this.lotRrn = lotRrn;
}
public Integer getLotSeq() {
return lotSeq;
}
public void setLotSeq(Integer lotSeq) {
this.lotSeq = lotSeq;
}
public Long getToLotRrn() {
return toLotRrn;
}
public void setToLotRrn(Long toLotRrn) {
this.toLotRrn = toLotRrn;
}
public String getToLotStatus() {
return toLotStatus;
}
public void setToLotStatus(String toLotStatus) {
this.toLotStatus = toLotStatus;
}
public Long getToLotEqptRrn() {
return toLotEqptRrn;
}
public void setToLotEqptRrn(Long toLotEqptRrn) {
this.toLotEqptRrn = toLotEqptRrn;
}
public Long getToLotStepSequence() {
return toLotStepSequence;
}
public void setToLotStepSequence(Long toLotStepSequence) {
this.toLotStepSequence = toLotStepSequence;
}
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;
}
}