2325d297a5e3dac58c468753039396450244a131.svn-base 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. package com.sinosoft.em.alert.duty.records.vo;
  2. public class EcmEmDuty {
  3. private String fd_objectid;
  4. private String name ;
  5. private String dept_names ;
  6. private String state ;
  7. private String duty_type ;
  8. private String oper_dept ;
  9. private String oper_name ;
  10. private String oper_time ;
  11. private String is_del ;
  12. private String updatedate ;
  13. private String oper_name_id;
  14. private String release;
  15. private String name_id;
  16. public EcmEmDuty() {
  17. // TODO Auto-generated constructor stub
  18. }
  19. @Override
  20. public String toString() {
  21. return "EcmEmDuty [fd_objectid=" + fd_objectid + ", name=" + name
  22. + ", dept_names=" + dept_names + ", state=" + state
  23. + ", duty_type=" + duty_type + ", oper_dept=" + oper_dept
  24. + ", oper_name=" + oper_name + ", oper_time=" + oper_time
  25. + ", is_del=" + is_del + ", updatedate=" + updatedate
  26. + ", oper_name_id=" + oper_name_id + ", release=" + release
  27. + ", name_id=" + name_id + "]";
  28. }
  29. public String getFd_objectid() {
  30. return fd_objectid;
  31. }
  32. public void setFd_objectid(String fd_objectid) {
  33. this.fd_objectid = fd_objectid;
  34. }
  35. public String getName() {
  36. return name;
  37. }
  38. public void setName(String name) {
  39. this.name = name;
  40. }
  41. public String getDept_names() {
  42. return dept_names;
  43. }
  44. public void setDept_names(String dept_names) {
  45. this.dept_names = dept_names;
  46. }
  47. public String getState() {
  48. return state;
  49. }
  50. public void setState(String state) {
  51. this.state = state;
  52. }
  53. public String getDuty_type() {
  54. return duty_type;
  55. }
  56. public void setDuty_type(String duty_type) {
  57. this.duty_type = duty_type;
  58. }
  59. public String getOper_dept() {
  60. return oper_dept;
  61. }
  62. public void setOper_dept(String oper_dept) {
  63. this.oper_dept = oper_dept;
  64. }
  65. public String getOper_name() {
  66. return oper_name;
  67. }
  68. public void setOper_name(String oper_name) {
  69. this.oper_name = oper_name;
  70. }
  71. public String getOper_time() {
  72. return oper_time;
  73. }
  74. public void setOper_time(String oper_time) {
  75. this.oper_time = oper_time;
  76. }
  77. public String getIs_del() {
  78. return is_del;
  79. }
  80. public void setIs_del(String is_del) {
  81. this.is_del = is_del;
  82. }
  83. public String getUpdatedate() {
  84. return updatedate;
  85. }
  86. public void setUpdatedate(String updatedate) {
  87. this.updatedate = updatedate;
  88. }
  89. public String getOper_name_id() {
  90. return oper_name_id;
  91. }
  92. public void setOper_name_id(String oper_name_id) {
  93. this.oper_name_id = oper_name_id;
  94. }
  95. public String getName_id() {
  96. return name_id;
  97. }
  98. public void setName_id(String name_id) {
  99. this.name_id = name_id;
  100. }
  101. public String getRelease() {
  102. return release;
  103. }
  104. public void setRelease(String release) {
  105. this.release = release;
  106. }
  107. }