package com.sjsq.pojo;
import java.io.Serializable;
public class Cars implements Serializable {
private static final long serialVersionUID = 1L;
private String carnumber;
private String cartype;
private String color;
private Double rentprice;
private Double deposit;
private String isrenting;
private String cardesc;
private String carimg;
private Integer seat;
public Cars() {
super();
}
public Cars(String carnumber, String cartype, String color, Double rentprice, Double deposit, String isrenting,
String cardesc, String carimg, Integer seat) {
super();
this.carnumber = carnumber;
this.cartype = cartype;
this.color = color;
this.rentprice = rentprice;
this.deposit = deposit;
this.isrenting = isrenting;
this.cardesc = cardesc;
this.carimg = carimg;
this.seat = seat;
}
public String getCarnumber() {
return carnumber;
}
public void setCarnumber(String carnumber) {
this.carnumber = carnumber;
}
public String getCartype() {
return cartype;
}
public void setCartype(String cartype) {
this.cartype = cartype;
}
public String getColor() {
return color;
}
public void setColor(String color) {
this.color = color;
}
public Double getRentprice() {
return rentprice;
}
public void setRentprice(Double rentprice) {
this.rentprice = rentprice;
}
public Double getDeposit() {
return deposit;
}
public void setDeposit(Double deposit) {
this.deposit = deposit;
}
public String getIsrenting() {
return isrenting;
}
public void setIsrenting(String isrenting) {
this.isrenting = isrenting;
}
public String getCardesc() {
return cardesc;
}
public void setCardesc(String cardesc) {
this.cardesc = cardesc;
}
public String getCarimg() {
return carimg;
}
public void setCarimg(String carimg) {
this.carimg = carimg;
}
public Integer getSeat() {
return seat;
}
public void setSeat(Integer seat) {
this.seat = seat;
}
@Override
public int hashCode() {
final int prime = 31;
int result = 1;
result = prime * result + ((cardesc == null) ? 0 : cardesc.hashCode());
result = prime * result + ((carimg == null) ? 0 : carimg.hashCode());
result = prime * result + ((carnumber == null) ? 0 : carnumber.hashCode());
result = prime * result + ((cartype == null) ? 0 : cartype.hashCode());
result = prime * result + ((color == null) ? 0 : color.hashCode());
result = prime * result + ((deposit == null) ? 0 : deposit.hashCode());
result = prime * result + ((isrenting == null) ? 0 : isrenting.hashCode());
result = prime * result + ((rentprice == null) ? 0 : rentprice.hashCode());
result = prime * result + ((seat == null) ? 0 : seat.hashCode());
return result;
}
@Override
public boolean equals(Object obj) {
if (this == obj)
return true;
if (obj == null)
return false;
if (getClass() != obj.getClass())
return false;
Cars other = (Cars) obj;
if (cardesc == null) {
if (other.cardesc != null)
return false;
} else if (!cardesc.equals(other.cardesc))
return false;
if (carimg == null) {
if (other.carimg != null)
return false;
} else if (!carimg.equals(other.carimg))
return false;
if (carnumber == null) {
if (other.carnumber != null)
return false;
} else if (!carnumber.equals(other.carnumber))
return false;
if (cartype == null) {
if (other.cartype != null)
return false;
} else if (!cartype.equals(other.cartype))
return false;
if (color == null) {
if (other.color != null)
return false;
} else if (!color.equals(other.color))
return false;
if (deposit == null) {
if (other.deposit != null)
return false;
} else if (!deposit.equals(other.deposit))
return false;
if (isrenting == null) {
if (other.isrenting != null)
return false;
} else if (!isrenting.equals(other.isrenting))
return false;
if (rentprice == null) {
if (other.rentprice != null)
return false;
} else if (!rentprice.equals(other.rentprice))
return false;
if (seat == null) {
if (other.seat != null)
return false;
} else if (!seat.equals(other.seat))
return false;
return true;
}
@Override
public String toString() {
return "Cars [carnumber=" + carnumber + ", cartype=" + cartype + ", color=" + color + ", rentprice=" + rentprice
+ ", deposit=" + deposit + ", isrenting=" + isrenting + ", cardesc=" + cardesc + ", carimg=" + carimg
+ ", seat=" + seat + "]";
}
}
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
Java+SSM+easyui+Jsp+Mysql实现Web汽车信息管理系统,sql在sql文件夹下面。系统功能包含,登录系统,管理员对用户信息的增删改查,管理员对客户信息的增删改查,管理员对汽车信息的增删改查。系统经多次测试,运行无误,请大家放心下载!
资源推荐
资源详情
资源评论
收起资源包目录
Java+SSM+easyui+Jsp+Mysql实现Web汽车信息管理系统 (973个子文件)
Users.class 5KB
Users.class 5KB
Cars.class 5KB
Cars.class 5KB
CarController.class 3KB
CarController.class 3KB
Customers.class 3KB
Customers.class 3KB
Menus.class 3KB
Menus.class 3KB
UserController.class 2KB
UserController.class 2KB
Pagination.class 2KB
Pagination.class 2KB
CustomerServiceImpl.class 2KB
CustomerServiceImpl.class 2KB
CarServiceImpl.class 2KB
CarServiceImpl.class 2KB
Roles.class 2KB
Roles.class 2KB
CustomerController.class 2KB
CustomerController.class 2KB
UserServiceImpl.class 1KB
UserServiceImpl.class 1KB
CustomerMapper.class 1KB
CustomerMapper.class 1KB
CarMapper.class 1KB
CarMapper.class 1KB
UserMapper.class 1KB
UserMapper.class 1KB
CustomerService.class 545B
CustomerService.class 545B
CarService.class 453B
CarService.class 453B
UserService.class 448B
UserService.class 448B
MenuMapper.class 292B
MenuMapper.class 292B
easyui.css 67KB
easyui.css 67KB
easyui.css 67KB
easyui.css 67KB
easyui.css 67KB
easyui.css 67KB
easyui.css 66KB
easyui.css 66KB
easyui.css 64KB
easyui.css 64KB
easyui.css 63KB
easyui.css 63KB
swiper.css 22KB
swiper.css 22KB
angular.css 10KB
angular.css 10KB
tabs.css 9KB
tabs.css 9KB
tabs.css 9KB
tabs.css 9KB
tabs.css 9KB
tabs.css 9KB
tabs.css 9KB
tabs.css 9KB
tabs.css 7KB
tabs.css 7KB
tabs.css 7KB
tabs.css 7KB
mobile.css 7KB
mobile.css 7KB
color.css 6KB
color.css 6KB
datagrid.css 6KB
datagrid.css 6KB
datagrid.css 6KB
datagrid.css 6KB
datagrid.css 6KB
datagrid.css 6KB
panel.css 6KB
panel.css 6KB
panel.css 6KB
panel.css 6KB
panel.css 6KB
datagrid.css 6KB
panel.css 6KB
datagrid.css 6KB
panel.css 5KB
panel.css 5KB
datagrid.css 5KB
datagrid.css 5KB
datagrid.css 5KB
datagrid.css 5KB
panel.css 5KB
panel.css 5KB
panel.css 5KB
panel.css 5KB
linkbutton.css 4KB
linkbutton.css 4KB
linkbutton.css 4KB
linkbutton.css 4KB
linkbutton.css 4KB
linkbutton.css 4KB
共 973 条
- 1
- 2
- 3
- 4
- 5
- 6
- 10
水坚石青
- 粉丝: 2w+
- 资源: 88
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- (源码)基于Spring Boot的极简易课堂对话系统.zip
- (源码)基于JSP+Servlet+MySQL的学生管理系统.zip
- (源码)基于ESP8266的蜂箱监测系统.zip
- (源码)基于Spring MVC和Hibernate框架的学校管理系统.zip
- (源码)基于TensorFlow 2.3的高光谱水果糖度分析系统.zip
- (源码)基于Python框架库的知识库管理系统.zip
- (源码)基于C++的日志管理系统.zip
- (源码)基于Arduino和OpenFrameworks的植物音乐感应系统.zip
- (源码)基于Spring Boot和Spring Security的博客管理系统.zip
- (源码)基于ODBC和C语言的数据库管理系统.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功
- 1
- 2
前往页