⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 accessoryselltable.java

📁 一个汽车售后服务站的典型的进销管理系统,B/S模式的
💻 JAVA
字号:
package com.xfaccp.form;

import com.xfaccp.base.BaseForm;

/**
 * AccessorySellTable generated by MyEclipse Persistence Tools
 */

public class AccessorySellTable extends BaseForm {

	// Fields

	
	private AccessoryTable accessoryTable;

	private OrderTable orderTable;
	
	private Integer accId;
	
	private int year;
	
	private int month;
	
	private int day;
	
	private Integer accNum;

	private Integer outputedNum;

	private String outTime;

	private Integer isHave;

	private Integer accNo;

	private Integer orderNum;

	private String remark;

	private Float price;

	private Float totalMoney;
	private Integer orderId;

	public Integer getOrderId() {
		return orderId;
	}

	public void setOrderId(Integer orderId) {
		this.orderId = orderId;
	}

	/** default constructor */
	public AccessorySellTable() {
	}

	/** full constructor */
	public AccessorySellTable(AccessoryTable accessoryTable,
			OrderTable orderTable, Integer accNum, Integer outputedNum,
			String outTime, Integer isHave, Integer accNo, Integer orderNum,
			String remark, Float price, Float totalMoney,Integer accId) {
		this.accId = accId;
		this.accessoryTable = accessoryTable;
		this.orderTable = orderTable;
		this.accNum = accNum;
		this.outputedNum = outputedNum;
		this.outTime = outTime;
		this.isHave = isHave;
		this.accNo = accNo;
		this.orderNum = orderNum;
		this.remark = remark;
		this.price = price;
		this.totalMoney = totalMoney;
	}

	// Property accessors


	public AccessoryTable getAccessoryTable() {
		return this.accessoryTable;
	}

	public void setAccessoryTable(AccessoryTable accessoryTable) {
		this.accessoryTable = accessoryTable;
	}

	public OrderTable getOrderTable() {
		return this.orderTable;
	}

	public void setOrderTable(OrderTable orderTable) {
		this.orderTable = orderTable;
	}

	public Integer getAccNum() {
		return this.accNum;
	}

	public void setAccNum(Integer accNum) {
		this.accNum = accNum;
	}

	public Integer getOutputedNum() {
		return this.outputedNum;
	}

	public void setOutputedNum(Integer outputedNum) {
		this.outputedNum = outputedNum;
	}

	public Integer getIsHave() {
		return this.isHave;
	}

	public void setIsHave(Integer isHave) {
		this.isHave = isHave;
	}

	public Integer getAccNo() {
		return accNo;
	}

	public void setAccNo(Integer accNo) {
		this.accNo = accNo;
	}

	public String getOutTime() {
		return outTime;
	}

	public void setOutTime(String outTime) {
		this.outTime = outTime;
	}

	public Integer getOrderNum() {
		return this.orderNum;
	}

	public void setOrderNum(Integer orderNum) {
		this.orderNum = orderNum;
	}

	public String getRemark() {
		return this.remark;
	}

	public void setRemark(String remark) {
		this.remark = remark;
	}

	public Float getPrice() {
		return this.price;
	}

	public void setPrice(Float price) {
		this.price = price;
	}

	public Float getTotalMoney() {
		return this.totalMoney;
	}

	public void setTotalMoney(Float totalMoney) {
		this.totalMoney = totalMoney;
	}

	public Integer getAccId() {
		return accId;
	}

	public void setAccId(Integer accId) {
		this.accId = accId;
	}

	public int getDay() {
		return day;
	}

	public void setDay(int day) {
		this.day = day;
	}

	public int getMonth() {
		return month;
	}

	public void setMonth(int month) {
		this.month = month;
	}

	public int getYear() {
		return year;
	}

	public void setYear(int year) {
		this.year = year;
	}
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -