InventoryTransHistory.java
/*
* @ Copyright 2001 FA Software;
* All right reserved. No part of this program may be reproduced or
* transmitted in any form or by any means, electronic or
* mechanical, including photocopying, recording, or by any
* information storage or retrieval system without written
* permission from FA Software, except for inclusion of brief
* quotations in a review.
*/
package com.mycim.valueobject.inv;
import com.mycim.valueobject.bas.NamedObject;
public class InventoryTransHistory extends NamedObject {
// --------------------------------------------------------- Instance Variables
/**
* transRrn.
*/
private Long transRrn;
/**
* transSequence.
*/
private Long transSequence;
/**
* itemRrn.
*/
private Long itemRrn;
/**
* materialLotNumber.
*/
private String materialLotNumber;
/**
* facilityRrn.
*/
private Long facilityRrn;
/**
* transId.
*/
private String transId;
/**
* transQty.
*/
private Double transQty;
/**
* warehouseRrn.
*/
private Long warehouseRrn;
/**
* warehouseId.
*/
private String warehouseId;
/**
* locationRrn.
*/
private Long locationRrn;
/**
* locationId.
*/
private String locationId;
/**
* customerRrn.
*/
private Long customerRrn;
/**
* customerId.
*/
private String customerId;
/**
* vendorRrn.
*/
private Long vendorRrn;
/**
* vendorId.
*/
private String vendorId;
/**
* orderNumber.
*/
private String orderNumber;
/**
* ticketNumber.
*/
private String ticketNumber;
/**
* checklistJobRrn.
*/
private Long checklistJobRrn;
/**
* runRrn.
*/
private Long runRrn;
/**
* lotRrn.
*/
private Long lotRrn;
/**
* qty1.
*/
private Double qty1;
/**
* qty2.
*/
private Double qty2;
/**
* borRrn.
*/
private Long borRrn;
/**
* borVersion.
*/
private Integer borVersion;
/**
* reasonCode.
*/
private String reasonCode;
/**
* comments.
*/
private String comments;
// --------------------------------------------------------- Properties
/**
* Return transRrn.
*/
public Long getTransRrn() {
return this.transRrn;
}
/**
* Set the transRrn.
*
* @param transRrn
*/
public void setTransRrn(Long transRrn) {
this.transRrn = transRrn;
}
/**
* Return transSequence.
*/
public Long getTransSequence() {
return this.transSequence;
}
/**
* Set the transSequence.
*
* @param transSequence.
*/
public void setTransSequence(Long transSequence) {
this.transSequence = transSequence;
}
/**
* Return itemRrn.
*/
public Long getItemRrn() {
return this.itemRrn;
}
/**
* Set the itemRrn.
*
* @param itemRrn.
*/
public void setItemRrn(Long itemRrn) {
this.itemRrn = itemRrn;
}
/**
* Return materialLotNumber.
*/
public String getMaterialLotNumber() {
return this.materialLotNumber;
}
/**
* Set the materialLotNumber.
*
* @param materialLotNumber.
*/
public void setMaterialLotNumber(String materialLotNumber) {
this.materialLotNumber = materialLotNumber;
}
/**
* Return facilityRrn.
*/
public Long getFacilityRrn() {
return this.facilityRrn;
}
/**
* Set the facilityRrn.
*
* @param facilityRrn.
*/
public void setFacilityRrn(Long facilityRrn) {
this.facilityRrn = facilityRrn;
}
/**
* Return transId.
*/
public String getTransId() {
return this.transId;
}
/**
* Set the transId.
*
* @param transId.
*/
public void setTransId(String transId) {
this.transId = transId;
}
/**
* Return transQty.
*/
public Double getTransQty() {
return this.transQty;
}
/**
* Set the transQty.
*
* @param transQty.
*/
public void setTransQty(Double transQty) {
this.transQty = transQty;
}
/**
* Return warehouseRrn.
*/
public Long getWarehouseRrn() {
return this.warehouseRrn;
}
/**
* Set the warehouseRrn.
*
* @param warehouseRrn.
*/
public void setWarehouseRrn(Long warehouseRrn) {
this.warehouseRrn = warehouseRrn;
}
/**
* Return warehouseId.
*/
public String getWarehouseId() {
return this.warehouseId;
}
/**
* Set the warehouseId.
*
* @param warehouseId.
*/
public void setWarehouseId(String warehouseId) {
this.warehouseId = warehouseId;
}
/**
* Return locationRrn.
*/
public Long getLocationRrn() {
return this.locationRrn;
}
/**
* Set the locationRrn.
*
* @param locationRrn.
*/
public void setLocationRrn(Long locationRrn) {
this.locationRrn = locationRrn;
}
/**
* Return locationId.
*/
public String getLocationId() {
return this.locationId;
}
/**
* Set the locationId.
*
* @param locationId.
*/
public void setLocationId(String locationId) {
this.locationId = locationId;
}
/**
* Return customerRrn.
*/
public Long getCustomerRrn() {
return this.customerRrn;
}
/**
* Set the customerRrn.
*
* @param customerRrn.
*/
public void setCustomerRrn(Long customerRrn) {
this.customerRrn = customerRrn;
}
/**
* Return customerId.
*/
public String getCustomerId() {
return this.customerId;
}
/**
* Set the customerId.
*
* @param customerId.
*/
public void setCustomerId(String customerId) {
this.customerId = customerId;
}
/**
* Return vendorRrn.
*/
public Long getVendorRrn() {
return this.vendorRrn;
}
/**
* Set the vendorRrn.
*
* @param vendorRrn.
*/
public void setVendorRrn(Long vendorRrn) {
this.vendorRrn = vendorRrn;
}
/**
* Return vendorId.
*/
public String getVendorId() {
return this.vendorId;
}
/**
* Set the vendorId.
*
* @param vendorId.
*/
public void setVendorId(String vendorId) {
this.vendorId = vendorId;
}
/**
* Return orderNumber.
*/
public String getOrderNumber() {
return this.orderNumber;
}
/**
* Set the orderNumber.
*
* @param orderNumber.
*/
public void setOrderNumber(String orderNumber) {
this.orderNumber = orderNumber;
}
/**
* Return ticketNumber.
*/
public String getTicketNumber() {
return this.ticketNumber;
}
/**
* Set the ticketNumber.
*
* @param ticketNumber.
*/
public void setTicketNumber(String ticketNumber) {
this.ticketNumber = ticketNumber;
}
/**
* Return checklistJobRrn.
*/
public Long getChecklistJobRrn() {
return this.checklistJobRrn;
}
/**
* Set the checklistJobRrn.
*
* @param checklistJobRrn.
*/
public void setChecklistJobRrn(Long checklistJobRrn) {
this.checklistJobRrn = checklistJobRrn;
}
/**
* Return runRrn.
*/
public Long getRunRrn() {
return this.runRrn;
}
/**
* Set the runRrn.
*
* @param runRrn.
*/
public void setRunRrn(Long runRrn) {
this.runRrn = runRrn;
}
/**
* Return lotRrn.
*/
public Long getLotRrn() {
return this.lotRrn;
}
/**
* Set the lotRrn.
*
* @param lotRrn.
*/
public void setLotRrn(Long lotRrn) {
this.lotRrn = lotRrn;
}
/**
* Return qty1.
*/
public Double getQty1() {
return this.qty1;
}
/**
* Set the qty1.
*
* @param qty1.
*/
public void setQty1(Double qty1) {
this.qty1 = qty1;
}
/**
* Return qty2.
*/
public Double getQty2() {
return this.qty2;
}
/**
* Set the qty2.
*
* @param qty2.
*/
public void setQty2(Double qty2) {
this.qty2 = qty2;
}
/**
* Return borRrn.
*/
public Long getBorRrn() {
return this.borRrn;
}
/**
* Set the borRrn.
*
* @param borRrn.
*/
public void setBorRrn(Long borRrn) {
this.borRrn = borRrn;
}
/**
* Return borVersion.
*/
public Integer getBorVersion() {
return this.borVersion;
}
/**
* Set the borVersion.
*
* @param borVersion.
*/
public void setBorVersion(Integer borVersion) {
this.borVersion = borVersion;
}
/**
* Return reasonCode.
*/
public String getReasonCode() {
return this.reasonCode;
}
/**
* Set the reasonCode.
*
* @param reasonCode.
*/
public void setReasonCode(String reasonCode) {
this.reasonCode = reasonCode;
}
/**
* Return comments.
*/
public String getComments() {
return this.comments;
}
/**
* Set the comments.
*
* @param comments.
*/
public void setComments(String comments) {
this.comments = comments;
}
}
/*
* Modification Log Log No : Name : Modified Date: Description :
*/