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.asm;

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 Long transRrn.
     */
    public void setTransRrn(Long transRrn) {
        this.transRrn = transRrn;
    }

    /**
     * Return transSequence.
     */
    public Long getTransSequence() {
        return this.transSequence;
    }

    /**
     * Set the transSequence.
     *
     * @param Long transSequence.
     */
    public void setTransSequence(Long transSequence) {
        this.transSequence = transSequence;
    }

    /**
     * Return itemRrn.
     */
    public Long getItemRrn() {
        return this.itemRrn;
    }

    /**
     * Set the itemRrn.
     *
     * @param Long itemRrn.
     */
    public void setItemRrn(Long itemRrn) {
        this.itemRrn = itemRrn;
    }

    /**
     * Return materialLotNumber.
     */
    public String getMaterialLotNumber() {
        return this.materialLotNumber;
    }

    /**
     * Set the materialLotNumber.
     *
     * @param String materialLotNumber.
     */
    public void setMaterialLotNumber(String materialLotNumber) {
        this.materialLotNumber = materialLotNumber;
    }

    /**
     * Return facilityRrn.
     */
    public Long getFacilityRrn() {
        return this.facilityRrn;
    }

    /**
     * Set the facilityRrn.
     *
     * @param Long facilityRrn.
     */
    public void setFacilityRrn(Long facilityRrn) {
        this.facilityRrn = facilityRrn;
    }

    /**
     * Return transId.
     */
    public String getTransId() {
        return this.transId;
    }

    /**
     * Set the transId.
     *
     * @param String transId.
     */
    public void setTransId(String transId) {
        this.transId = transId;
    }

    /**
     * Return transQty.
     */
    public Double getTransQty() {
        return this.transQty;
    }

    /**
     * Set the transQty.
     *
     * @param Double transQty.
     */
    public void setTransQty(Double transQty) {
        this.transQty = transQty;
    }

    /**
     * Return warehouseRrn.
     */
    public Long getWarehouseRrn() {
        return this.warehouseRrn;
    }

    /**
     * Set the warehouseRrn.
     *
     * @param Long warehouseRrn.
     */
    public void setWarehouseRrn(Long warehouseRrn) {
        this.warehouseRrn = warehouseRrn;
    }

    /**
     * Return warehouseId.
     */
    public String getWarehouseId() {
        return this.warehouseId;
    }

    /**
     * Set the warehouseId.
     *
     * @param String warehouseId.
     */
    public void setWarehouseId(String warehouseId) {
        this.warehouseId = warehouseId;
    }

    /**
     * Return locationRrn.
     */
    public Long getLocationRrn() {
        return this.locationRrn;
    }

    /**
     * Set the locationRrn.
     *
     * @param Long locationRrn.
     */
    public void setLocationRrn(Long locationRrn) {
        this.locationRrn = locationRrn;
    }

    /**
     * Return locationId.
     */
    public String getLocationId() {
        return this.locationId;
    }

    /**
     * Set the locationId.
     *
     * @param String locationId.
     */
    public void setLocationId(String locationId) {
        this.locationId = locationId;
    }

    /**
     * Return customerRrn.
     */
    public Long getCustomerRrn() {
        return this.customerRrn;
    }

    /**
     * Set the customerRrn.
     *
     * @param Long customerRrn.
     */
    public void setCustomerRrn(Long customerRrn) {
        this.customerRrn = customerRrn;
    }

    /**
     * Return customerId.
     */
    public String getCustomerId() {
        return this.customerId;
    }

    /**
     * Set the customerId.
     *
     * @param String customerId.
     */
    public void setCustomerId(String customerId) {
        this.customerId = customerId;
    }

    /**
     * Return vendorRrn.
     */
    public Long getVendorRrn() {
        return this.vendorRrn;
    }

    /**
     * Set the vendorRrn.
     *
     * @param Long vendorRrn.
     */
    public void setVendorRrn(Long vendorRrn) {
        this.vendorRrn = vendorRrn;
    }

    /**
     * Return vendorId.
     */
    public String getVendorId() {
        return this.vendorId;
    }

    /**
     * Set the vendorId.
     *
     * @param String vendorId.
     */
    public void setVendorId(String vendorId) {
        this.vendorId = vendorId;
    }

    /**
     * Return orderNumber.
     */
    public String getOrderNumber() {
        return this.orderNumber;
    }

    /**
     * Set the orderNumber.
     *
     * @param String orderNumber.
     */
    public void setOrderNumber(String orderNumber) {
        this.orderNumber = orderNumber;
    }

    /**
     * Return ticketNumber.
     */
    public String getTicketNumber() {
        return this.ticketNumber;
    }

    /**
     * Set the ticketNumber.
     *
     * @param String ticketNumber.
     */
    public void setTicketNumber(String ticketNumber) {
        this.ticketNumber = ticketNumber;
    }

    /**
     * Return checklistJobRrn.
     */
    public Long getChecklistJobRrn() {
        return this.checklistJobRrn;
    }

    /**
     * Set the checklistJobRrn.
     *
     * @param Long checklistJobRrn.
     */
    public void setChecklistJobRrn(Long checklistJobRrn) {
        this.checklistJobRrn = checklistJobRrn;
    }

    /**
     * Return runRrn.
     */
    public Long getRunRrn() {
        return this.runRrn;
    }

    /**
     * Set the runRrn.
     *
     * @param Long runRrn.
     */
    public void setRunRrn(Long runRrn) {
        this.runRrn = runRrn;
    }

    /**
     * Return lotRrn.
     */
    public Long getLotRrn() {
        return this.lotRrn;
    }

    /**
     * Set the lotRrn.
     *
     * @param Long lotRrn.
     */
    public void setLotRrn(Long lotRrn) {
        this.lotRrn = lotRrn;
    }

    /**
     * Return qty1.
     */
    public Double getQty1() {
        return this.qty1;
    }

    /**
     * Set the qty1.
     *
     * @param Double qty1.
     */
    public void setQty1(Double qty1) {
        this.qty1 = qty1;
    }

    /**
     * Return qty2.
     */
    public Double getQty2() {
        return this.qty2;
    }

    /**
     * Set the qty2.
     *
     * @param Double qty2.
     */
    public void setQty2(Double qty2) {
        this.qty2 = qty2;
    }

    /**
     * Return borRrn.
     */
    public Long getBorRrn() {
        return this.borRrn;
    }

    /**
     * Set the borRrn.
     *
     * @param Long borRrn.
     */
    public void setBorRrn(Long borRrn) {
        this.borRrn = borRrn;
    }

    /**
     * Return borVersion.
     */
    public Integer getBorVersion() {
        return this.borVersion;
    }

    /**
     * Set the borVersion.
     *
     * @param Integer borVersion.
     */
    public void setBorVersion(Integer borVersion) {
        this.borVersion = borVersion;
    }

    /**
     * Return reasonCode.
     */
    public String getReasonCode() {
        return this.reasonCode;
    }

    /**
     * Set the reasonCode.
     *
     * @param String reasonCode.
     */
    public void setReasonCode(String reasonCode) {
        this.reasonCode = reasonCode;
    }

    /**
     * Return comments.
     */
    public String getComments() {
        return this.comments;
    }

    /**
     * Set the comments.
     *
     * @param String comments.
     */
    public void setComments(String comments) {
        this.comments = comments;
    }

}

/*
 * Modification Log Log No : Name : Modified Date: Description :
 */