当前位置:编程学习 > JAVA >>

100分 在线等!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

public class Client extends BaseBo implements java.io.Serializable {

// Fields

private Integer clientId;
private Dictionary dictionaryByTradeId; //这个数据字典
private Dictionary dictionaryByScheid;  //这个数据字典
private Dictionary dictionaryByScid;    //这个数据字典
private Dictionary dictionaryByCtid;     //这个数据字典
private Dictionary dictionaryByClient易做图;  //这个数据字典
private Dept dept;  //这个是部门
private String clientname;
private String clientNo;
private String clientArea;
private String companyName;
private String worthiness;
private String station;
private Integer age;
private String address;
private String fax;
private String officTel;
private String homeTel;
private String telphoe;
private String qq;
private String msn;
private String email;
private String corporationNet;
private String clientAddr;
private String postcode;
private String layer;
private Float registerMoney;
private Integer employments;
private Set finances = new HashSet(0);
private Set projectses = new HashSet(0);
private Set<Clientlinkman> clientlinkmans = new HashSet<Clientlinkman>(0);  //这个是客户和联系人的中间表映射
private Set afterservices = new HashSet(0);  //这个是售后服务的映射

// Constructors

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

/** minimal constructor */
public Client(String clientname, String clientNo, String clientArea) {
this.clientname = clientname;
this.clientNo = clientNo;
this.clientArea = clientArea;
}

/** full constructor */
public Client(Dictionary dictionaryByTradeId,
Dictionary dictionaryByScheid, Dictionary dictionaryByScid,
Dictionary dictionaryByCtid, Dictionary dictionaryByClient易做图,
Dept dept, String clientname, String clientNo, String clientArea,
String companyName, String worthiness, String station, Integer age,
String address, String fax, String officTel, String homeTel,
String telphoe, String qq, String msn, String email,
String corporationNet, String clientAddr, String postcode,
String layer, Float registerMoney, Integer employments,
Set finances, Set projectses, Set<Clientlinkman> clientlinkmans, Set afterservices) {
this.dictionaryByTradeId = dictionaryByTradeId;
this.dictionaryByScheid = dictionaryByScheid;
this.dictionaryByScid = dictionaryByScid;
this.dictionaryByCtid = dictionaryByCtid;
this.dictionaryByClient易做图 = dictionaryByClient易做图;
this.dept = dept;
this.clientname = clientname;
this.clientNo = clientNo;
this.clientArea = clientArea;
this.companyName = companyName;
this.worthiness = worthiness;
this.station = station;
this.age = age;
this.address = address;
this.fax = fax;
this.officTel = officTel;
this.homeTel = homeTel;
this.telphoe = telphoe;
this.qq = qq;
this.msn = msn;
this.email = email;
this.corporationNet = corporationNet;
this.clientAddr = clientAddr;
this.postcode = postcode;
this.layer = layer;
this.registerMoney = registerMoney;
this.employments = employments;
this.finances = finances;
this.projectses = projectses;
this.clientlinkmans = clientlinkmans;
this.afterservices = afterservices;
}

// Property accessors

public Integer getClientId() {
return this.clientId;
}

public void setClientId(Integer clientId) {
this.clientId = clientId;
}

public Dictionary getDictionaryByTradeId() {
return this.dictionaryByTradeId;
}

public void setDictionaryByTradeId(Dictionary dictionaryByTradeId) {
this.dictionaryByTradeId = dictionaryByTradeId;
}

public Dictionary getDictionaryByScheid() {
return this.dictionaryByScheid;
}

public void setDictionaryByScheid(Dictionary dictionaryByScheid) {
this.dictionaryByScheid = dictionaryByScheid;
}

public Dictionary getDictionaryByScid() {
return this.dictionaryByScid;
}

public void setDictionaryByScid(Dictionary dictionaryByScid) {
this.dictionaryByScid = dictionaryByScid;
}

public Dictionary getDictionaryByCtid() {
return this.dictionaryByCtid;
}

public void setDictionaryByCtid(Dictionary dictionaryByCtid) {
this.dictionaryByCtid = dictionaryByCtid;
}

public Dictionary getDictionaryByClient易做图() {
return this.dictionaryByClient易做图;
}

public void setDictionaryByClient易做图(Dictionary dictionaryByClient易做图) {
this.dictionaryByClient易做图 = dictionaryByClient易做图;
}

public Dept getDept() {
return this.dept;
}

public void setDept(Dept dept) {
this.dept = dept;
}

public String getClientname() {
return this.clientname;
}

public void setClientname(String clientname) {
this.clientname = clientname;
}

public String getClientNo() {
return this.clientNo;
}

public void setClientNo(String clientNo) {
this.clientNo = clientNo;
}

public String getClientArea() {
return this.clientArea;
}

public void setClientArea(String clientArea) {
this.clientArea = clientArea;
}

public String getCompanyName() {
return this.companyName;
}

public void setCompanyName(String companyName) {
this.companyName = companyName;
}

public String getWorthiness() {
return this.worthiness;
}

public void setWorthiness(String worthiness) {
this.worthiness = worthiness;
}

public String getStation() {
return this.station;
}

public void setStation(String station) {
this.station = station;
}

public Integer getAge() {
return this.age;
}

public void setAge(Integer age) {
this.age = age;
}

public String getAddress() {
return this.address;
}

public void setAddress(String address) {
this.address = address;
}

public String getFax() {
return this.fax;
}

public void setFax(String fax) {
this.fax = fax;
}

public String getOfficTel() {
return this.officTel;
}

public void setOfficTel(String officTel) {
this.officTel = officTel;
}

public String getHomeTel() {
return this.homeTel;
}

public void setHomeTel(String homeTel) {
this.homeTel = homeTel;
}

public String getTelphoe() {
return this.telphoe;
}

public void setTelphoe(String telphoe) {
this.telphoe = telphoe;
}

public String getQq() {
return this.qq;
}

public void setQq(String qq) {
this.qq = qq;
}

public String getMsn() {
return this.msn;
}

public void setMsn(String msn) {
this.msn = msn;
}

public String getEmail() {
return this.email;
}

public void setEmail(String email) {
this.email = email;
}

public String getCorporationNet() {
return this.corporationNet;
}

public void setCorporationNet(String corporationNet) {
this.corporationNet = corporationNet;
}

public String getClientAddr() {
return this.clientAddr;
}

public void setClientAddr(String clientAddr) {
this.clientAddr = clientAddr;
}

public String getPostcode() {
return this.postcode;
}

public void setPostcode(String postcode) {
this.postcode = postcode;
}

public String getLayer() {
return this.layer;
}

public void setLayer(String layer) {
this.layer = layer;
}

public Float getRegisterMoney() {
return this.registerMoney;
}

public void setRegisterMoney(Float registerMoney) {
this.registerMoney = registerMoney;
}

public Integer getEmployments() {
return this.employments;
}

public void setEmployments(Integer employments) {
this.employments = employments;
}

public Set getFinances() {
return this.finances;
}

public void setFinances(Set finances) {
this.finances = finances;
}

public Set getProjectses() {
return this.projectses;
}

public void setProjectses(Set projectses) {
this.projectses = projectses;
}

public Set<Clientlinkman> getClientlinkmans() {
return this.clientlinkmans;
}

public void setClientlinkmans(Set<Clientlinkman> clientlinkmans) {
this.clientlinkmans = clientlinkmans;
}

public Set getAfterservices() {
return this.afterservices;
}

public void setAfterservices(Set afterservices) {
this.afterservices = afterservices;
}

}



// 怎么实现对 Client 的添加操作  关联上其他关联关系   //页面上我能得到  部门名称    联系人名称 和  对数据字典引用的id    --------------------编程问答--------------------   可以私聊  我的qq 273765708 --------------------编程问答-------------------- --------------------编程问答-------------------- --------------------编程问答-------------------- 刊载你那么多感叹号的面子上,我帮你顶一下~~ --------------------编程问答-------------------- --------------------编程问答-------------------- 组合,或者通过其他的地方使用 --------------------编程问答-------------------- 太长了。。飘走了。 --------------------编程问答-------------------- 引用:
怎么实现对 Client 的添加操作 关联上其他关联关系 //页面上我能得到 部门名称 联系人名称 和 对数据字典引用的id


对实体的setter。。。。缺什么setter什么、
Client  client = new Client();
client.setXXX(XXX);...
首先页面添加过来的数据你能setter进去吧?
然后你又能已知 部门名称 联系人名称 和 对数据字典引用的id 这些数据吧? 继续setter到实体里。
而且你这实体的构造方法也有很多、无非就是你多实例化几个set集合
有数据就setter、
最后保存。。

需要逻辑的地方那就得看项目的需求了、 --------------------编程问答-------------------- 哥,俺能力不够,只能帮顶了!
补充:Java ,  Web 开发
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,