InventoryTransHistoryDO.java
package com.mycim.valueobject.inv;
import java.io.Serializable;
import java.sql.Timestamp;
public class InventoryTransHistoryDO implements Serializable {
/**
*
*/
private static final long serialVersionUID = 1L;
private Long transRrn;
private Long transSequence;
private Long itemRrn;
private String materialLotNumber;
private Long facilityRrn;
private String transId;
private Double transQty;
private Timestamp transDate;
private Long warehouseRrn;
private String warehouseId;
private Long locationRrn;
private String locationId;
private Long customerRrn;
private String customerId;
private Long vendorRrn;
private String vendorId;
private String orderNumber;
private String ticketNumber;
private Long checklistJobRrn;
private Long runRrn;
private Long lotRrn;
private Long stepSequence;
private String comments;
private Double qty1;
private Double qty2;
private Long borRrn;
private Integer borVersion;
private String reasonCode;
private Long orderRrn;
/*
* Expand Information(INVENTORY_TRANS_HISTORY_EXT)
*/
/**
* 生产日期
*/
private Timestamp productionDate;
/**
* 来料日期
*/
private Timestamp incomingDate;
/**
* 检验日期
*/
private Timestamp checkDate;
/**
* 检验人
*/
private Timestamp checkUser;
/**
* 检验结果
*/
private Timestamp checkResult;
private String lotBox;
private String attributeData1;
private String attributeData2;
private String attributeData3;
private String attributeData4;
private String attributeData5;
private String batchId;
public String getBatchId() {
return batchId;
}
public void setBatchId(String batchId) {
this.batchId = batchId;
}
public Long getTransRrn() {
return transRrn;
}
public void setTransRrn(Long transRrn) {
this.transRrn = transRrn;
}
public Long getTransSequence() {
return transSequence;
}
public void setTransSequence(Long transSequence) {
this.transSequence = transSequence;
}
public Long getItemRrn() {
return itemRrn;
}
public void setItemRrn(Long itemRrn) {
this.itemRrn = itemRrn;
}
public String getMaterialLotNumber() {
return materialLotNumber;
}
public void setMaterialLotNumber(String materialLotNumber) {
this.materialLotNumber = materialLotNumber;
}
public Long getFacilityRrn() {
return facilityRrn;
}
public void setFacilityRrn(Long facilityRrn) {
this.facilityRrn = facilityRrn;
}
public String getTransId() {
return transId;
}
public void setTransId(String transId) {
this.transId = transId;
}
public Double getTransQty() {
return transQty;
}
public void setTransQty(Double transQty) {
this.transQty = transQty;
}
public Timestamp getTransDate() {
return transDate;
}
public void setTransDate(Timestamp transDate) {
this.transDate = transDate;
}
public Long getWarehouseRrn() {
return warehouseRrn;
}
public void setWarehouseRrn(Long warehouseRrn) {
this.warehouseRrn = warehouseRrn;
}
public String getWarehouseId() {
return warehouseId;
}
public void setWarehouseId(String warehouseId) {
this.warehouseId = warehouseId;
}
public Long getLocationRrn() {
return locationRrn;
}
public void setLocationRrn(Long locationRrn) {
this.locationRrn = locationRrn;
}
public String getLocationId() {
return locationId;
}
public void setLocationId(String locationId) {
this.locationId = locationId;
}
public Long getCustomerRrn() {
return customerRrn;
}
public void setCustomerRrn(Long customerRrn) {
this.customerRrn = customerRrn;
}
public String getCustomerId() {
return customerId;
}
public void setCustomerId(String customerId) {
this.customerId = customerId;
}
public Long getVendorRrn() {
return vendorRrn;
}
public void setVendorRrn(Long vendorRrn) {
this.vendorRrn = vendorRrn;
}
public String getVendorId() {
return vendorId;
}
public void setVendorId(String vendorId) {
this.vendorId = vendorId;
}
public String getOrderNumber() {
return orderNumber;
}
public void setOrderNumber(String orderNumber) {
this.orderNumber = orderNumber;
}
public String getTicketNumber() {
return ticketNumber;
}
public void setTicketNumber(String ticketNumber) {
this.ticketNumber = ticketNumber;
}
public Long getChecklistJobRrn() {
return checklistJobRrn;
}
public void setChecklistJobRrn(Long checklistJobRrn) {
this.checklistJobRrn = checklistJobRrn;
}
public Long getRunRrn() {
return runRrn;
}
public void setRunRrn(Long runRrn) {
this.runRrn = runRrn;
}
public Long getLotRrn() {
return lotRrn;
}
public void setLotRrn(Long lotRrn) {
this.lotRrn = lotRrn;
}
public Long getStepSequence() {
return stepSequence;
}
public void setStepSequence(Long stepSequence) {
this.stepSequence = stepSequence;
}
public String getComments() {
return comments;
}
public void setComments(String comments) {
this.comments = comments;
}
public Double getQty1() {
return qty1;
}
public void setQty1(Double qty1) {
this.qty1 = qty1;
}
public Double getQty2() {
return qty2;
}
public void setQty2(Double qty2) {
this.qty2 = qty2;
}
public Long getBorRrn() {
return borRrn;
}
public void setBorRrn(Long borRrn) {
this.borRrn = borRrn;
}
public Integer getBorVersion() {
return borVersion;
}
public void setBorVersion(Integer borVersion) {
this.borVersion = borVersion;
}
public String getReasonCode() {
return reasonCode;
}
public void setReasonCode(String reasonCode) {
this.reasonCode = reasonCode;
}
public String getLotBox() {
return lotBox;
}
public void setLotBox(String lotBox) {
this.lotBox = lotBox;
}
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 Timestamp getProductionDate() {
return productionDate;
}
public void setProductionDate(Timestamp productionDate) {
this.productionDate = productionDate;
}
public Timestamp getIncomingDate() {
return incomingDate;
}
public void setIncomingDate(Timestamp incomingDate) {
this.incomingDate = incomingDate;
}
public Timestamp getCheckDate() {
return checkDate;
}
public void setCheckDate(Timestamp checkDate) {
this.checkDate = checkDate;
}
public Timestamp getCheckUser() {
return checkUser;
}
public void setCheckUser(Timestamp checkUser) {
this.checkUser = checkUser;
}
public Timestamp getCheckResult() {
return checkResult;
}
public void setCheckResult(Timestamp checkResult) {
this.checkResult = checkResult;
}
public Long getOrderRrn() {
return orderRrn;
}
public void setOrderRrn(Long orderRrn) {
this.orderRrn = orderRrn;
}
}