bf55bb448e7ef77b7dfea5b3e49cf04849ee9fca.svn-base 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281
  1. package com.chinacreator.process.bean;
  2. public class OrderBean {
  3. private String id;
  4. private String userid;
  5. private String province;
  6. private String area;
  7. @Override
  8. public String toString() {
  9. return "OrderBean{" +
  10. "id='" + id + '\'' +
  11. ", userid='" + userid + '\'' +
  12. ", province='" + province + '\'' +
  13. ", area='" + area + '\'' +
  14. ", cpid='" + cpid + '\'' +
  15. ", spid='" + spid + '\'' +
  16. ", orderType='" + orderType + '\'' +
  17. ", updateTime='" + updateTime + '\'' +
  18. ", channel='" + channel + '\'' +
  19. ", activated='" + activated + '\'' +
  20. ", ischarge='" + ischarge + '\'' +
  21. ", usertype='" + usertype + '\'' +
  22. ", orderstatus='" + orderstatus + '\'' +
  23. ", flowstatus='" + flowstatus + '\'' +
  24. ", vipstatus='" + vipstatus + '\'' +
  25. ", oldcanceltime='" + oldcanceltime + '\'' +
  26. ", isWhite=" + isWhite +
  27. ", ordertime='" + ordertime + '\'' +
  28. ", activeType=" + activeType +
  29. ", endtime='" + endtime + '\'' +
  30. ", viptime='" + viptime + '\'' +
  31. ", canceltime='" + canceltime + '\'' +
  32. ", orderchannel='" + orderchannel + '\'' +
  33. ", cancelchannel='" + cancelchannel + '\'' +
  34. ", vipconstatus='" + vipconstatus + '\'' +
  35. ", vipcontime='" + vipcontime + '\'' +
  36. ", fhcpid='" + fhcpid + '\'' +
  37. ", effectivetime='" + effectivetime + '\'' +
  38. ", vipconflag='" + vipconflag + '\'' +
  39. ", fhspid='" + fhspid + '\'' +
  40. ", waitid='" + waitid + '\'' +
  41. ", activehandle='" + activehandle + '\'' +
  42. '}';
  43. }
  44. private String cpid;
  45. private String spid;
  46. private String orderType;
  47. private String updateTime;
  48. private String channel;
  49. private String activated;
  50. private String ischarge;
  51. private String usertype;
  52. private String orderstatus;
  53. private String flowstatus;
  54. private String vipstatus;
  55. private String oldcanceltime;
  56. private int isWhite;
  57. private String ordertime;
  58. private int activeType;
  59. private String endtime;
  60. private String viptime;
  61. private String canceltime;
  62. private String orderchannel;
  63. private String cancelchannel;
  64. private String vipconstatus;
  65. private String vipcontime;
  66. private String fhcpid; //复合产品CPID
  67. private String effectivetime; //生效时间
  68. private String vipconflag; //续送会员标识,0是,1否
  69. private String waitid; //TD_BUSSHANDLE_WAIT表ID
  70. private String activehandle; //生成活动关系的入口
  71. private String subchannel; //子渠道标识
  72. public String getSubchannel() {
  73. return subchannel;
  74. }
  75. public void setSubchannel(String subchannel) {
  76. this.subchannel = subchannel;
  77. }
  78. public String getActivehandle() {
  79. return activehandle;
  80. }
  81. public void setActivehandle(String activehandle) {
  82. this.activehandle = activehandle;
  83. }
  84. public String getWaitid() {
  85. return waitid;
  86. }
  87. public void setWaitid(String waitid) {
  88. this.waitid = waitid;
  89. }
  90. public String getVipconflag() {
  91. return vipconflag;
  92. }
  93. public void setVipconflag(String vipconflag) {
  94. this.vipconflag = vipconflag;
  95. }
  96. public String getEffectivetime() {
  97. return effectivetime;
  98. }
  99. public void setEffectivetime(String effectivetime) {
  100. this.effectivetime = effectivetime;
  101. }
  102. public String getFhcpid() {
  103. return fhcpid;
  104. }
  105. public void setFhcpid(String fhcpid) {
  106. this.fhcpid = fhcpid;
  107. }
  108. public String getFhspid() {
  109. return fhspid;
  110. }
  111. public void setFhspid(String fhspid) {
  112. this.fhspid = fhspid;
  113. }
  114. private String fhspid; //复合产品SPID
  115. public String getVipconstatus() {
  116. return vipconstatus;
  117. }
  118. public void setVipconstatus(String vipconstatus) {
  119. this.vipconstatus = vipconstatus;
  120. }
  121. public String getVipcontime() {
  122. return vipcontime;
  123. }
  124. public void setVipcontime(String vipcontime) {
  125. this.vipcontime = vipcontime;
  126. }
  127. public String getOrderchannel() {
  128. return orderchannel;
  129. }
  130. public void setOrderchannel(String orderchannel) {
  131. this.orderchannel = orderchannel;
  132. }
  133. public String getCancelchannel() {
  134. return cancelchannel;
  135. }
  136. public void setCancelchannel(String cancelchannel) {
  137. this.cancelchannel = cancelchannel;
  138. }
  139. public String getCanceltime() {
  140. return canceltime;
  141. }
  142. public void setCanceltime(String canceltime) {
  143. this.canceltime = canceltime;
  144. }
  145. public String getViptime() {
  146. return viptime;
  147. }
  148. public void setViptime(String viptime) {
  149. this.viptime = viptime;
  150. }
  151. public String getEndtime() {
  152. return endtime;
  153. }
  154. public void setEndtime(String endtime) {
  155. this.endtime = endtime;
  156. }
  157. public int getActiveType() {
  158. return activeType;
  159. }
  160. public void setActiveType(int activeType) {
  161. this.activeType = activeType;
  162. }
  163. public String getOrdertime() {
  164. return ordertime;
  165. }
  166. public void setOrdertime(String ordertime) {
  167. this.ordertime = ordertime;
  168. }
  169. public int getIsWhite() {
  170. return isWhite;
  171. }
  172. public void setIsWhite(int isWhite) {
  173. this.isWhite = isWhite;
  174. }
  175. public String getOldcanceltime() {
  176. return oldcanceltime;
  177. }
  178. public void setOldcanceltime(String oldcanceltime) {
  179. this.oldcanceltime = oldcanceltime;
  180. }
  181. public String getFlowstatus() {
  182. return flowstatus;
  183. }
  184. public void setFlowstatus(String flowstatus) {
  185. this.flowstatus = flowstatus;
  186. }
  187. public String getVipstatus() {
  188. return vipstatus;
  189. }
  190. public void setVipstatus(String vipstatus) {
  191. this.vipstatus = vipstatus;
  192. }
  193. public String getOrderstatus() {
  194. return orderstatus;
  195. }
  196. public void setOrderstatus(String orderstatus) {
  197. this.orderstatus = orderstatus;
  198. }
  199. public String getUsertype() {
  200. return usertype;
  201. }
  202. public void setUsertype(String usertype) {
  203. this.usertype = usertype;
  204. }
  205. public String getIscharge() {
  206. return ischarge;
  207. }
  208. public void setIscharge(String ischarge) {
  209. this.ischarge = ischarge;
  210. }
  211. public String getId() {
  212. return id;
  213. }
  214. public void setId(String id) {
  215. this.id = id;
  216. }
  217. public String getActivated() {
  218. return activated;
  219. }
  220. public void setActivated(String activated) {
  221. this.activated = activated;
  222. }
  223. public String getChannel() {
  224. return channel;
  225. }
  226. public void setChannel(String channel) {
  227. this.channel = channel;
  228. }
  229. public String getOrderType() {
  230. return orderType;
  231. }
  232. public void setOrderType(String orderType) {
  233. this.orderType = orderType;
  234. }
  235. public String getUpdateTime() {
  236. return updateTime;
  237. }
  238. public void setUpdateTime(String updateTime) {
  239. this.updateTime = updateTime;
  240. }
  241. public String getUserid() {
  242. return userid;
  243. }
  244. public void setUserid(String userid) {
  245. this.userid = userid;
  246. }
  247. public String getProvince() {
  248. return province;
  249. }
  250. public void setProvince(String province) {
  251. this.province = province;
  252. }
  253. public String getArea() {
  254. return area;
  255. }
  256. public void setArea(String area) {
  257. this.area = area;
  258. }
  259. public String getCpid() {
  260. return cpid;
  261. }
  262. public void setCpid(String cpid) {
  263. this.cpid = cpid;
  264. }
  265. public String getSpid() {
  266. return spid;
  267. }
  268. public void setSpid(String spid) {
  269. this.spid = spid;
  270. }
  271. }