f69dfc3ca539fcb1519c69d81e16dec726091db8.svn-base 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. package com.chinacreator.videoalliance.order.bean;
  2. public class SchoolChannelSp {
  3. private String cpid;
  4. private String productid;
  5. private String spid;
  6. private String channelcode;
  7. private String key;
  8. private String appid;
  9. private String process;
  10. private String ifurl;
  11. public String getProcess() {
  12. return process;
  13. }
  14. public void setProcess(String process) {
  15. this.process = process;
  16. }
  17. public String getIfurl() {
  18. return ifurl;
  19. }
  20. public void setIfurl(String ifurl) {
  21. this.ifurl = ifurl;
  22. }
  23. public String getAppid() {
  24. return appid;
  25. }
  26. public void setAppid(String appid) {
  27. this.appid = appid;
  28. }
  29. public String getKey() {
  30. return key;
  31. }
  32. public void setKey(String key) {
  33. this.key = key;
  34. }
  35. public String getCpid() {
  36. return cpid;
  37. }
  38. public void setCpid(String cpid) {
  39. this.cpid = cpid;
  40. }
  41. public String getProductid() {
  42. return productid;
  43. }
  44. public void setProductid(String productid) {
  45. this.productid = productid;
  46. }
  47. public String getSpid() {
  48. return spid;
  49. }
  50. public void setSpid(String spid) {
  51. this.spid = spid;
  52. }
  53. public String getChannelcode() {
  54. return channelcode;
  55. }
  56. public void setChannelcode(String channelcode) {
  57. this.channelcode = channelcode;
  58. }
  59. }