| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316 |
- package com.goafanti.common.model;
- public class OrganizationContactBook {
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column organization_contact_book.id
- * @mbg.generated Sun Nov 19 20:34:03 CST 2017
- */
- private String id;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column organization_contact_book.uid
- * @mbg.generated Sun Nov 19 20:34:03 CST 2017
- */
- private String uid;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column organization_contact_book.name
- * @mbg.generated Sun Nov 19 20:34:03 CST 2017
- */
- private String name;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column organization_contact_book.sex
- * @mbg.generated Sun Nov 19 20:34:03 CST 2017
- */
- private String sex;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column organization_contact_book.mobile
- * @mbg.generated Sun Nov 19 20:34:03 CST 2017
- */
- private String mobile;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column organization_contact_book.email
- * @mbg.generated Sun Nov 19 20:34:03 CST 2017
- */
- private String email;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column organization_contact_book.qq
- * @mbg.generated Sun Nov 19 20:34:03 CST 2017
- */
- private String qq;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column organization_contact_book.wechat
- * @mbg.generated Sun Nov 19 20:34:03 CST 2017
- */
- private String wechat;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column organization_contact_book.depatrment
- * @mbg.generated Sun Nov 19 20:34:03 CST 2017
- */
- private String depatrment;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column organization_contact_book.position
- * @mbg.generated Sun Nov 19 20:34:03 CST 2017
- */
- private String position;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column organization_contact_book.tel_num
- * @mbg.generated Sun Nov 19 20:34:03 CST 2017
- */
- private String telNum;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column organization_contact_book.major
- * @mbg.generated Sun Nov 19 20:34:03 CST 2017
- */
- private Integer major;
- /**
- * This field was generated by MyBatis Generator. This field corresponds to the database column organization_contact_book.aid
- * @mbg.generated Sun Nov 19 20:34:03 CST 2017
- */
- private String aid;
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column organization_contact_book.id
- * @return the value of organization_contact_book.id
- * @mbg.generated Sun Nov 19 20:34:03 CST 2017
- */
- public String getId() {
- return id;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column organization_contact_book.id
- * @param id the value for organization_contact_book.id
- * @mbg.generated Sun Nov 19 20:34:03 CST 2017
- */
- public void setId(String id) {
- this.id = id;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column organization_contact_book.uid
- * @return the value of organization_contact_book.uid
- * @mbg.generated Sun Nov 19 20:34:03 CST 2017
- */
- public String getUid() {
- return uid;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column organization_contact_book.uid
- * @param uid the value for organization_contact_book.uid
- * @mbg.generated Sun Nov 19 20:34:03 CST 2017
- */
- public void setUid(String uid) {
- this.uid = uid;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column organization_contact_book.name
- * @return the value of organization_contact_book.name
- * @mbg.generated Sun Nov 19 20:34:03 CST 2017
- */
- public String getName() {
- return name;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column organization_contact_book.name
- * @param name the value for organization_contact_book.name
- * @mbg.generated Sun Nov 19 20:34:03 CST 2017
- */
- public void setName(String name) {
- this.name = name;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column organization_contact_book.sex
- * @return the value of organization_contact_book.sex
- * @mbg.generated Sun Nov 19 20:34:03 CST 2017
- */
- public String getSex() {
- return sex;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column organization_contact_book.sex
- * @param sex the value for organization_contact_book.sex
- * @mbg.generated Sun Nov 19 20:34:03 CST 2017
- */
- public void setSex(String sex) {
- this.sex = sex;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column organization_contact_book.mobile
- * @return the value of organization_contact_book.mobile
- * @mbg.generated Sun Nov 19 20:34:03 CST 2017
- */
- public String getMobile() {
- return mobile;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column organization_contact_book.mobile
- * @param mobile the value for organization_contact_book.mobile
- * @mbg.generated Sun Nov 19 20:34:03 CST 2017
- */
- public void setMobile(String mobile) {
- this.mobile = mobile;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column organization_contact_book.email
- * @return the value of organization_contact_book.email
- * @mbg.generated Sun Nov 19 20:34:03 CST 2017
- */
- public String getEmail() {
- return email;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column organization_contact_book.email
- * @param email the value for organization_contact_book.email
- * @mbg.generated Sun Nov 19 20:34:03 CST 2017
- */
- public void setEmail(String email) {
- this.email = email;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column organization_contact_book.qq
- * @return the value of organization_contact_book.qq
- * @mbg.generated Sun Nov 19 20:34:03 CST 2017
- */
- public String getQq() {
- return qq;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column organization_contact_book.qq
- * @param qq the value for organization_contact_book.qq
- * @mbg.generated Sun Nov 19 20:34:03 CST 2017
- */
- public void setQq(String qq) {
- this.qq = qq;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column organization_contact_book.wechat
- * @return the value of organization_contact_book.wechat
- * @mbg.generated Sun Nov 19 20:34:03 CST 2017
- */
- public String getWechat() {
- return wechat;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column organization_contact_book.wechat
- * @param wechat the value for organization_contact_book.wechat
- * @mbg.generated Sun Nov 19 20:34:03 CST 2017
- */
- public void setWechat(String wechat) {
- this.wechat = wechat;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column organization_contact_book.depatrment
- * @return the value of organization_contact_book.depatrment
- * @mbg.generated Sun Nov 19 20:34:03 CST 2017
- */
- public String getDepatrment() {
- return depatrment;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column organization_contact_book.depatrment
- * @param depatrment the value for organization_contact_book.depatrment
- * @mbg.generated Sun Nov 19 20:34:03 CST 2017
- */
- public void setDepatrment(String depatrment) {
- this.depatrment = depatrment;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column organization_contact_book.position
- * @return the value of organization_contact_book.position
- * @mbg.generated Sun Nov 19 20:34:03 CST 2017
- */
- public String getPosition() {
- return position;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column organization_contact_book.position
- * @param position the value for organization_contact_book.position
- * @mbg.generated Sun Nov 19 20:34:03 CST 2017
- */
- public void setPosition(String position) {
- this.position = position;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column organization_contact_book.tel_num
- * @return the value of organization_contact_book.tel_num
- * @mbg.generated Sun Nov 19 20:34:03 CST 2017
- */
- public String getTelNum() {
- return telNum;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column organization_contact_book.tel_num
- * @param telNum the value for organization_contact_book.tel_num
- * @mbg.generated Sun Nov 19 20:34:03 CST 2017
- */
- public void setTelNum(String telNum) {
- this.telNum = telNum;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column organization_contact_book.major
- * @return the value of organization_contact_book.major
- * @mbg.generated Sun Nov 19 20:34:03 CST 2017
- */
- public Integer getMajor() {
- return major;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column organization_contact_book.major
- * @param major the value for organization_contact_book.major
- * @mbg.generated Sun Nov 19 20:34:03 CST 2017
- */
- public void setMajor(Integer major) {
- this.major = major;
- }
- /**
- * This method was generated by MyBatis Generator. This method returns the value of the database column organization_contact_book.aid
- * @return the value of organization_contact_book.aid
- * @mbg.generated Sun Nov 19 20:34:03 CST 2017
- */
- public String getAid() {
- return aid;
- }
- /**
- * This method was generated by MyBatis Generator. This method sets the value of the database column organization_contact_book.aid
- * @param aid the value for organization_contact_book.aid
- * @mbg.generated Sun Nov 19 20:34:03 CST 2017
- */
- public void setAid(String aid) {
- this.aid = aid;
- }
- @Override
- public boolean equals(Object arg0) {
- OrganizationContactBook p = (OrganizationContactBook) arg0;
- return name.equals(p.name) && name.equals(p.name);
- }
-
- @Override
- public int hashCode() {
- String str = name + mobile;
- return str.hashCode();
- }
- }
|