c241c9e95f9894f2bee9d33c26c0942495f11bec.svn-base 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. package cn.com.goldenwater.dcproj.model;
  2. import java.io.Serializable;
  3. import java.util.Date;
  4. import cn.com.goldenwater.core.model.BaseBean;
  5. import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
  6. /**
  7. * entity:AttMedBase
  8. *
  9. * @author lune
  10. * @date 2019-2-19
  11. */
  12. @JsonIgnoreProperties(value = {"handler","hibernateLazyInitializer"})
  13. public class AttMedBase extends BaseBean implements Serializable {
  14. private String guid;
  15. private String medName;
  16. private String medTitl;
  17. private String keyWord;
  18. private String estaPop;
  19. private Date estaDate;
  20. private String estaWiunName;
  21. private String medType;
  22. private String medPath;
  23. private Double medSize;
  24. private String medExt;
  25. private String isSec;
  26. private String secGrad;
  27. private String docLang;
  28. private Date imgShootTm;
  29. private String imgViewTp;
  30. private Double vidLen;
  31. private String abs;
  32. private String note;
  33. private Date collTime;
  34. private Date updTime;
  35. private String recPers;
  36. public AttMedBase() {
  37. }
  38. public String getGuid() {
  39. return guid;
  40. }
  41. public void setGuid(String guid) {
  42. this.guid = guid;
  43. }
  44. public String getMedName() {
  45. return medName;
  46. }
  47. public void setMedName(String medName) {
  48. this.medName = medName;
  49. }
  50. public String getMedTitl() {
  51. return medTitl;
  52. }
  53. public void setMedTitl(String medTitl) {
  54. this.medTitl = medTitl;
  55. }
  56. public String getKeyWord() {
  57. return keyWord;
  58. }
  59. public void setKeyWord(String keyWord) {
  60. this.keyWord = keyWord;
  61. }
  62. public String getEstaPop() {
  63. return estaPop;
  64. }
  65. public void setEstaPop(String estaPop) {
  66. this.estaPop = estaPop;
  67. }
  68. public Date getEstaDate() {
  69. return estaDate;
  70. }
  71. public void setEstaDate(Date estaDate) {
  72. this.estaDate = estaDate;
  73. }
  74. public String getEstaWiunName() {
  75. return estaWiunName;
  76. }
  77. public void setEstaWiunName(String estaWiunName) {
  78. this.estaWiunName = estaWiunName;
  79. }
  80. public String getMedType() {
  81. return medType;
  82. }
  83. public void setMedType(String medType) {
  84. this.medType = medType;
  85. }
  86. public String getMedPath() {
  87. return medPath;
  88. }
  89. public void setMedPath(String medPath) {
  90. this.medPath = medPath;
  91. }
  92. public Double getMedSize() {
  93. return medSize;
  94. }
  95. public void setMedSize(Double medSize) {
  96. this.medSize = medSize;
  97. }
  98. public String getMedExt() {
  99. return medExt;
  100. }
  101. public void setMedExt(String medExt) {
  102. this.medExt = medExt;
  103. }
  104. public String getIsSec() {
  105. return isSec;
  106. }
  107. public void setIsSec(String isSec) {
  108. this.isSec = isSec;
  109. }
  110. public String getSecGrad() {
  111. return secGrad;
  112. }
  113. public void setSecGrad(String secGrad) {
  114. this.secGrad = secGrad;
  115. }
  116. public String getDocLang() {
  117. return docLang;
  118. }
  119. public void setDocLang(String docLang) {
  120. this.docLang = docLang;
  121. }
  122. public Date getImgShootTm() {
  123. return imgShootTm;
  124. }
  125. public void setImgShootTm(Date imgShootTm) {
  126. this.imgShootTm = imgShootTm;
  127. }
  128. public String getImgViewTp() {
  129. return imgViewTp;
  130. }
  131. public void setImgViewTp(String imgViewTp) {
  132. this.imgViewTp = imgViewTp;
  133. }
  134. public Double getVidLen() {
  135. return vidLen;
  136. }
  137. public void setVidLen(Double vidLen) {
  138. this.vidLen = vidLen;
  139. }
  140. public String getAbs() {
  141. return abs;
  142. }
  143. public void setAbs(String abs) {
  144. this.abs = abs;
  145. }
  146. public String getNote() {
  147. return note;
  148. }
  149. public void setNote(String note) {
  150. this.note = note;
  151. }
  152. public Date getCollTime() {
  153. return collTime;
  154. }
  155. public void setCollTime(Date collTime) {
  156. this.collTime = collTime;
  157. }
  158. public Date getUpdTime() {
  159. return updTime;
  160. }
  161. public void setUpdTime(Date updTime) {
  162. this.updTime = updTime;
  163. }
  164. public String getRecPers() {
  165. return recPers;
  166. }
  167. public void setRecPers(String recPers) {
  168. this.recPers = recPers;
  169. }
  170. @Override
  171. public String toString() {
  172. return "AttMedBase [" + "guid=" + guid + ", medName=" + medName + ", medTitl=" + medTitl + ", keyWord=" + keyWord + ", estaPop=" + estaPop + ", estaDate=" + estaDate + ", estaWiunName=" + estaWiunName + ", medType=" + medType + ", medPath=" + medPath + ", medSize=" + medSize + ", medExt=" + medExt + ", isSec=" + isSec + ", secGrad=" + secGrad + ", docLang=" + docLang + ", imgShootTm=" + imgShootTm + ", imgViewTp=" + imgViewTp + ", vidLen=" + vidLen + ", abs=" + abs + ", note=" + note + ", collTime=" + collTime + ", updTime=" + updTime + ", recPers=" + recPers + "]";
  173. }
  174. }