42a47c1fb57d194cf7648aea0f0e6ab2f1e3e7c9.svn-base 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. package com.chinacreator.videoalliance.order.bean;
  2. public class ExperienceProductBean {
  3. private String productid;
  4. private String channel;
  5. private String cpid;
  6. private String appid;
  7. private String key;
  8. private String experiencetype;
  9. private String timeslot;
  10. private String spid;
  11. private String orderUrl;
  12. private String process;
  13. private int orderNum;
  14. private int synccode;
  15. private String canadd;
  16. public String getCanadd() {
  17. return canadd;
  18. }
  19. public void setCanadd(String canadd) {
  20. this.canadd = canadd;
  21. }
  22. public int getSynccode() {
  23. return synccode;
  24. }
  25. public void setSynccode(int synccode) {
  26. this.synccode = synccode;
  27. }
  28. public int getOrderNum() {
  29. return orderNum;
  30. }
  31. public void setOrderNum(int orderNum) {
  32. this.orderNum = orderNum;
  33. }
  34. public String getProcess() {
  35. return process;
  36. }
  37. public void setProcess(String process) {
  38. this.process = process;
  39. }
  40. public String getOrderUrl() {
  41. return orderUrl;
  42. }
  43. public void setOrderUrl(String orderUrl) {
  44. this.orderUrl = orderUrl;
  45. }
  46. public String getProductid() {
  47. return productid;
  48. }
  49. public void setProductid(String productid) {
  50. this.productid = productid;
  51. }
  52. public String getChannel() {
  53. return channel;
  54. }
  55. public void setChannel(String channel) {
  56. this.channel = channel;
  57. }
  58. public String getCpid() {
  59. return cpid;
  60. }
  61. public void setCpid(String cpid) {
  62. this.cpid = cpid;
  63. }
  64. public String getAppid() {
  65. return appid;
  66. }
  67. public void setAppid(String appid) {
  68. this.appid = appid;
  69. }
  70. public String getKey() {
  71. return key;
  72. }
  73. public void setKey(String key) {
  74. this.key = key;
  75. }
  76. public String getExperiencetype() {
  77. return experiencetype;
  78. }
  79. public void setExperiencetype(String experiencetype) {
  80. this.experiencetype = experiencetype;
  81. }
  82. public String getTimeslot() {
  83. return timeslot;
  84. }
  85. public void setTimeslot(String timeslot) {
  86. this.timeslot = timeslot;
  87. }
  88. public String getSpid() {
  89. return spid;
  90. }
  91. public void setSpid(String spid) {
  92. this.spid = spid;
  93. }
  94. }