d578e3078b21fa8ba18a5b36fc4093eb0b7ff4ce.svn-base 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247
  1. package com.chinacreator.process.bean;
  2. import java.util.Date;
  3. public class SpBean
  4. {
  5. public static int CONTENT_TYPE = 0;
  6. public static int MONTH_TYPE = 1;
  7. public static int MIXED_TYPE = 2;
  8. private String spid;
  9. private String cpid;
  10. private String spname;
  11. private String shortname;
  12. private String sptype;
  13. private String spexplain;
  14. private Double price;
  15. private Date regtime;
  16. private Date startdate;
  17. private Date enddate;
  18. private Integer flow;
  19. private String webbusirule;
  20. private String appbusirule;
  21. private String vacproductid;
  22. private String cardbusirule;
  23. private String channelbusirule;
  24. private String spcode;
  25. private String type;
  26. private int cancancelorder;
  27. private int canorder;
  28. private int feetype;
  29. private int busitype;
  30. private String orderbtntext;
  31. private String duration;
  32. private Date expiredate;
  33. private String mutex;
  34. public String getSpid()
  35. {
  36. return this.spid;
  37. }
  38. public void setSpid(String spid) {
  39. this.spid = spid;
  40. }
  41. public String getCpid() {
  42. return this.cpid;
  43. }
  44. public void setCpid(String cpid) {
  45. this.cpid = cpid;
  46. }
  47. public String getSpname() {
  48. return this.spname;
  49. }
  50. public void setSpname(String spname) {
  51. this.spname = spname;
  52. }
  53. public String getShortname() {
  54. return this.shortname;
  55. }
  56. public void setShortname(String shortname) {
  57. this.shortname = shortname;
  58. }
  59. public String getSptype() {
  60. return this.sptype;
  61. }
  62. public void setSptype(String sptype) {
  63. this.sptype = sptype;
  64. }
  65. public String getSpexplain() {
  66. return this.spexplain;
  67. }
  68. public void setSpexplain(String spexplain) {
  69. this.spexplain = spexplain;
  70. }
  71. public Double getPrice() {
  72. return this.price;
  73. }
  74. public void setPrice(Double price) {
  75. this.price = price;
  76. }
  77. public Date getRegtime() {
  78. return this.regtime;
  79. }
  80. public void setRegtime(Date regtime) {
  81. this.regtime = regtime;
  82. }
  83. public Date getStartdate() {
  84. return this.startdate;
  85. }
  86. public void setStartdate(Date startdate) {
  87. this.startdate = startdate;
  88. }
  89. public Date getEnddate() {
  90. return this.enddate;
  91. }
  92. public void setEnddate(Date enddate) {
  93. this.enddate = enddate;
  94. }
  95. public Integer getFlow() {
  96. return this.flow;
  97. }
  98. public void setFlow(Integer flow) {
  99. this.flow = flow;
  100. }
  101. public String getWebbusirule() {
  102. return this.webbusirule;
  103. }
  104. public void setWebbusirule(String webbusirule) {
  105. this.webbusirule = webbusirule;
  106. }
  107. public String getAppbusirule() {
  108. return this.appbusirule;
  109. }
  110. public void setAppbusirule(String appbusirule) {
  111. this.appbusirule = appbusirule;
  112. }
  113. public String getVacproductid() {
  114. return this.vacproductid;
  115. }
  116. public void setVacproductid(String vacproductid) {
  117. this.vacproductid = vacproductid;
  118. }
  119. public String getChannelbusirule() {
  120. return this.channelbusirule;
  121. }
  122. public void setChannelbusirule(String channelbusirule) {
  123. this.channelbusirule = channelbusirule;
  124. }
  125. public String getSpcode() {
  126. return this.spcode;
  127. }
  128. public void setSpcode(String spcode) {
  129. this.spcode = spcode;
  130. }
  131. public String getCardbusirule() {
  132. return this.cardbusirule;
  133. }
  134. public void setCardbusirule(String cardbusirule) {
  135. this.cardbusirule = cardbusirule;
  136. }
  137. public String getType() {
  138. return this.type;
  139. }
  140. public void setType(String type) {
  141. this.type = type;
  142. }
  143. public int getCancancelorder() {
  144. return this.cancancelorder;
  145. }
  146. public void setCancancelorder(int cancancelorder) {
  147. this.cancancelorder = cancancelorder;
  148. }
  149. public int getCanorder() {
  150. return this.canorder;
  151. }
  152. public void setCanorder(int canorder) {
  153. this.canorder = canorder;
  154. }
  155. public int getFeetype() {
  156. return this.feetype;
  157. }
  158. public void setFeetype(int feetype) {
  159. this.feetype = feetype;
  160. }
  161. public int getBusitype() {
  162. return this.busitype;
  163. }
  164. public void setBusitype(int busitype) {
  165. this.busitype = busitype;
  166. }
  167. public String getOrderbtntext() {
  168. return this.orderbtntext;
  169. }
  170. public void setOrderbtntext(String orderbtntext) {
  171. this.orderbtntext = orderbtntext;
  172. }
  173. public String getDuration() {
  174. return this.duration;
  175. }
  176. public void setDuration(String duration) {
  177. this.duration = duration;
  178. }
  179. public String getMutex() {
  180. return this.mutex;
  181. }
  182. public void setMutex(String mutex) {
  183. this.mutex = mutex;
  184. }
  185. public Date getExpiredate() {
  186. return this.expiredate;
  187. }
  188. public void setExpiredate(Date expiredate) {
  189. this.expiredate = expiredate;
  190. }
  191. }