java的实体类应该怎么写,给个例子。谢谢。 20

 我来答
mjm13
2008-03-12 · TA获得超过144个赞
知道小有建树答主
回答量:177
采纳率:100%
帮助的人:134万
展开全部
public class Test{
private String a;
public Test(){}
public static void main(String[] args){}
}
这是最常见的。
还有很多种。
本回答被网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
time嘿嘿嘿2
2017-12-12
知道答主
回答量:2
采纳率:0%
帮助的人:1331
展开全部
public class BillLattice {
private String lcode; //开票网点编码
private String lname; //开票网点名称
private String tid; //纳税人识别号
private String brand; //税控设备品牌
private String model; //税控设备型号
private String fcode; //税控设备编码
public BillLattice(String lcode, String lname, String tid, String brand, String model, String fcode) {
super();
this.lcode = lcode;
this.lname = lname;
this.tid = tid;
this.brand = brand;
this.model = model;
this.fcode = fcode;
}
public BillLattice() {
super();
}
public String getLcode() {
return lcode;
}
public void setLcode(String lcode) {
this.lcode = lcode;
}
public String getLname() {
return lname;
}
public void setLname(String lname) {
this.lname = lname;
}
public String getTid() {
return tid;
}
public void setTid(String tid) {
this.tid = tid;
}
public String getBrand() {
return brand;
}
public void setBrand(String brand) {
this.brand = brand;
}
public String getModel() {
return model;
}
public void setModel(String model) {
this.model = model;
}
public String getFcode() {
return fcode;
}
public void setFcode(String fcode) {
this.fcode = fcode;
}
}
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式