/*
 * Created on Mar 13, 2004
 *
 * To change the template for this generated file go to
 * Window&gt;Preferences&gt;Java&gt;Code Generation&gt;Code and Comments
 */
package customerSession;

import java.io.Serializable;

/**
 * @author mkerr
 *
 * To change the template for this generated type comment go to
 * Window&gt;Preferences&gt;Java&gt;Code Generation&gt;Code and Comments
 */
public class CustomerHoldableCursorInput implements Serializable {
	private short customerWarehouseId;
	private short customerDistrictId;
	private short customerId;
	private short numberCustomerWarehouseId;
	private short numberCustomerDistrictId;
	private short numberCustomerId;
	private short lowCustomerCreditLimit;
	private short highCustomerCreditLimit;
	private String clientIdentifier;
	private final static long serialVersionUID = 8306303136386303491L;
	
	/**
	 * CustomerInput constructor comment.
	 */
	public CustomerHoldableCursorInput() {
		super();
	}

	/**
	 * @return
	 */
	public short getCustomerId() {
		return customerId;
	}

	/**
	 * @param s
	 */
	public void setCustomerId(short s) {
		customerId = s;
	}

	/**
	 * @return
	 */
	public short getCustomerDistrictId() {
		return customerDistrictId;
	}

	/**
	 * @return
	 */
	public short getCustomerWarehouseId() {
		return customerWarehouseId;
	}

	/**
	 * @param s
	 */
	public void setCustomerDistrictId(short s) {
		customerDistrictId = s;
	}

	/**
	 * @param s
	 */
	public void setCustomerWarehouseId(short s) {
		customerWarehouseId = s;
	}

	/**
	 * @return
	 */
	public java.lang.String getClientIdentifier() {
		return clientIdentifier;
	}

	/**
	 * @param string
	 */
	public void setClientIdentifier(java.lang.String string) {
		clientIdentifier = string;
	}

	/**
	 * @return
	 */
	public short getNumberCustomerWarehouseId() {
		return numberCustomerWarehouseId;
	}

	/**
	 * @param s
	 */
	public void setNumberCustomerWarehouseId(short s) {
		numberCustomerWarehouseId = s;
	}

	/**
	 * @return
	 */
	public short getNumberCustomerDistrictId() {
		return numberCustomerDistrictId;
	}

	/**
	 * @param s
	 */
	public void setNumberCustomerDistrictId(short s) {
		numberCustomerDistrictId = s;
	}

	/**
	 * @return
	 */
	public short getNumberCustomerId() {
		return numberCustomerId;
	}

	/**
	 * @param s
	 */
	public void setNumberCustomerId(short s) {
		numberCustomerId = s;
	}

	/**
	 * @return
	 */
	public short getLowCustomerCreditLimit() {
		return lowCustomerCreditLimit;
	}

	/**
	 * @param s
	 */
	public void setLowCustomerCreditLimit(short s) {
		lowCustomerCreditLimit = s;
	}

	/**
	 * @return
	 */
	public short getHighCustomerCreditLimit() {
		return highCustomerCreditLimit;
	}

	/**
	 * @param s
	 */
	public void setHighCustomerCreditLimit(short s) {
		highCustomerCreditLimit = s;
	}

}

