Tmeet.java
上传用户:lm2018
上传日期:2015-12-12
资源大小:30449k
文件大小:1k
源码类别:

Jsp/Servlet

开发平台:

Java

  1. package com.oa.module.meet.hibernate;
  2. import java.io.Serializable;
  3. // Generated by MyEclipse - Hibernate Tools
  4. /**
  5.  * Tmeet generated by MyEclipse - Hibernate Tools
  6.  */
  7. public class Tmeet extends AbstractTmeet implements Serializable {
  8. // Constructors
  9. /** default constructor */
  10. public Tmeet() {
  11. }
  12. /** minimal constructor */
  13. public Tmeet(String mtitle) {
  14. super(mtitle);
  15. }
  16. /** full constructor */
  17. public Tmeet(String mtitle, String mcontent, long rmid, String mstarttime,
  18. String mendtime, String munos, String maffixname,
  19. String maffixpath, long mstatus, String mmemo, long mpeople,long mcancle,String mreason) {
  20. super(mtitle, mcontent, rmid, mstarttime, mendtime, munos, maffixname,
  21. maffixpath, mstatus, mmemo, mpeople,mcancle,mreason);
  22. }
  23. }