package entity;
public class NewTitle {
private int id;
private String titleName;
private String creater;
public NewTitle(int id,String titleName,String creater){
this.id=id;
this.titleName=titleName;
this.setCreater(creater);
}
public int getId() {
return id;
}
public void setId(int id) {
this.id = id;
}
public String getTitleName() {
return titleName;
}
public void setTitleName(String titleName) {
this.titleName = titleName;
}
public void setCreater(String creater) {
this.creater = creater;
}
public String getCreater() {
return creater;
}
}
分享到:
相关推荐
Example1.java
example1.py
1. Purpose of this Book 2. Real and Simulated Robots 3. Operating Systems and ROS Versions 4. Reviewing the ROS Basics 5. Installing the ros-by-example Code 6. Installing the Arbotix Simulator 7. ...
首先,我们来看看"tcad_example1.pdf"。这个例子可能涉及到的是基础的晶体管模型,如N沟道MOSFET或P沟道MOSFET。Silvaco TCAD能够模拟这些器件在不同工作条件下的电性能,包括阈值电压、亚阈值导电性、漏电流等关键...
python网络编程用书代码
JSP资料分享原创博客、精品问答、职业培训、技术论坛、资源下载等产品服务,提供原创、优质、完整内容的专业IT技术开发社区
example1.wbpj
example1_1.slx
example1.cpp
example1.m
example1.exe
傅里叶变换fft
example1c.c
Backup Of example1-1.pdsbak
example1_3_1_s1.m
vdbench-example1.zip
Example1_2.java