LotInfoForShip.java
package com.mycim.valueobject.erp;
import java.io.Serializable;
public class LotInfoForShip implements Serializable {
public String lotId;
public String vendorLotId;
public String componentQty;
public String source;
public String vendorId;
public String status;
public String preStatus;
public String shipStatus;
public String grade;
public String motherLotStartDate;
public String shipRequirement;
public String lotOwner;
public String productId;
public String lotType;
public String priority;
public String dueDate;
public String userId;
public String waferId;
public String customerCode;
public String motherLotCustomerCode;
public String fabLotType;
public String customerCriteria;
public String destination;
public String termCode;
public String termReason;
public String lastTxnTime;
public String originalLotId;
public String originalProductId;
public String motherFab;
public String currentFab;
public String ownerShip;
public String transferCode;
public String customerLotOwner;
public String motherProductId;
public String motherLotId;
public String id2PSRAVG;
public String potential;
public String projectCode;
private Long transRrn;
private String custBatchNumber;
private String tSESVersion;
private String customerCode2;
private String LotRrn;
private String result;
private String errorDesc;
public Long getTransRrn() {
return transRrn;
}
public void setTransRrn(Long transRrn) {
this.transRrn = transRrn;
}
public String getLotId() {
return lotId;
}
public void setLotId(String lotId) {
this.lotId = lotId;
}
public String getVendorLotId() {
return vendorLotId;
}
public void setVendorLotId(String vendorLotId) {
this.vendorLotId = vendorLotId;
}
public String getComponentQty() {
return componentQty;
}
public void setComponentQty(String componentQty) {
this.componentQty = componentQty;
}
public String getSource() {
return source;
}
public void setSource(String source) {
this.source = source;
}
public String getVendorId() {
return vendorId;
}
public void setVendorId(String vendorId) {
this.vendorId = vendorId;
}
public String getStatus() {
return status;
}
public void setStatus(String status) {
this.status = status;
}
public String getPreStatus() {
return preStatus;
}
public void setPreStatus(String preStatus) {
this.preStatus = preStatus;
}
public String getShipStatus() {
return shipStatus;
}
public void setShipStatus(String shipStatus) {
this.shipStatus = shipStatus;
}
public String getGrade() {
return grade;
}
public void setGrade(String grade) {
this.grade = grade;
}
public String getMotherLotStartDate() {
return motherLotStartDate;
}
public void setMotherLotStartDate(String motherLotStartDate) {
this.motherLotStartDate = motherLotStartDate;
}
public String getShipRequirement() {
return shipRequirement;
}
public void setShipRequirement(String shipRequirement) {
this.shipRequirement = shipRequirement;
}
public String getLotOwner() {
return lotOwner;
}
public void setLotOwner(String lotOwner) {
this.lotOwner = lotOwner;
}
public String getProductId() {
return productId;
}
public void setProductId(String productId) {
this.productId = productId;
}
public String getLotType() {
return lotType;
}
public void setLotType(String lotType) {
this.lotType = lotType;
}
public String getPriority() {
return priority;
}
public void setPriority(String priority) {
this.priority = priority;
}
public String getDueDate() {
return dueDate;
}
public void setDueDate(String dueDate) {
this.dueDate = dueDate;
}
public String getUserId() {
return userId;
}
public void setUserId(String userId) {
this.userId = userId;
}
public String getWaferId() {
return waferId;
}
public void setWaferId(String waferId) {
this.waferId = waferId;
}
public String getCustomerCode() {
return customerCode;
}
public void setCustomerCode(String customerCode) {
this.customerCode = customerCode;
}
public String getMotherLotCustomerCode() {
return motherLotCustomerCode;
}
public void setMotherLotCustomerCode(String motherLotCustomerCode) {
this.motherLotCustomerCode = motherLotCustomerCode;
}
public String getFabLotType() {
return fabLotType;
}
public void setFabLotType(String fabLotType) {
this.fabLotType = fabLotType;
}
public String getCustomerCriteria() {
return customerCriteria;
}
public void setCustomerCriteria(String customerCriteria) {
this.customerCriteria = customerCriteria;
}
public String getDestination() {
return destination;
}
public void setDestination(String destination) {
this.destination = destination;
}
public String getTermCode() {
return termCode;
}
public void setTermCode(String termCode) {
this.termCode = termCode;
}
public String getTermReason() {
return termReason;
}
public void setTermReason(String termReason) {
this.termReason = termReason;
}
public String getLastTxnTime() {
return lastTxnTime;
}
public void setLastTxnTime(String lastTxnTime) {
this.lastTxnTime = lastTxnTime;
}
public String getOriginalLotId() {
return originalLotId;
}
public void setOriginalLotId(String originalLotId) {
this.originalLotId = originalLotId;
}
public String getOriginalProductId() {
return originalProductId;
}
public void setOriginalProductId(String originalProductId) {
this.originalProductId = originalProductId;
}
public String getMotherFab() {
return motherFab;
}
public void setMotherFab(String motherFab) {
this.motherFab = motherFab;
}
public String getCurrentFab() {
return currentFab;
}
public void setCurrentFab(String currentFab) {
this.currentFab = currentFab;
}
public String getOwnerShip() {
return ownerShip;
}
public void setOwnerShip(String ownerShip) {
this.ownerShip = ownerShip;
}
public String getTransferCode() {
return transferCode;
}
public void setTransferCode(String transferCode) {
this.transferCode = transferCode;
}
public String getCustomerLotOwner() {
return customerLotOwner;
}
public void setCustomerLotOwner(String customerLotOwner) {
this.customerLotOwner = customerLotOwner;
}
public String getMotherProductId() {
return motherProductId;
}
public void setMotherProductId(String motherProductId) {
this.motherProductId = motherProductId;
}
public String getMotherLotId() {
return motherLotId;
}
public void setMotherLotId(String motherLotId) {
this.motherLotId = motherLotId;
}
public String getId2PSRAVG() {
return id2PSRAVG;
}
public void setId2PSRAVG(String id2psravg) {
id2PSRAVG = id2psravg;
}
public String getPotential() {
return potential;
}
public void setPotential(String potential) {
this.potential = potential;
}
public String getLotRrn() {
return LotRrn;
}
public void setLotRrn(String lotRrn) {
LotRrn = lotRrn;
}
public String getResult() {
return result;
}
public void setResult(String result) {
this.result = result;
}
public String getErrorDesc() {
return errorDesc;
}
public void setErrorDesc(String errorDesc) {
this.errorDesc = errorDesc;
}
public String getProjectCode() {
return projectCode;
}
public void setProjectCode(String projectCode) {
this.projectCode = projectCode;
}
public String getCustBatchNumber() {
return custBatchNumber;
}
public void setCustBatchNumber(String custBatchNumber) {
this.custBatchNumber = custBatchNumber;
}
public String gettSESVersion() {
return tSESVersion;
}
public void settSESVersion(String tSESVersion) {
this.tSESVersion = tSESVersion;
}
public String getCustomerCode2() {
return customerCode2;
}
public void setCustomerCode2(String customerCode2) {
this.customerCode2 = customerCode2;
}
}