Taffiche.java
Upload User: lm2018
Upload Date: 2015-12-12
Package Size: 30449k
Code Size: 1k
Category:

Jsp/Servlet

Development Platform:

Java

  1. package com.oa.module.pub.affiche;
  2. // Generated by MyEclipse - Hibernate Tools
  3. /**
  4.  * Taffiche generated by MyEclipse - Hibernate Tools
  5.  */
  6. public class Taffiche extends AbstractTaffiche implements java.io.Serializable {
  7.     // Constructors
  8.     /** default constructor */
  9.     public Taffiche() {
  10.     }
  11.     
  12.     /** full constructor */
  13.     public Taffiche(String atitle, String acontent, String affixname, String affixpath, String asendTime, String arealTime, String areguTime, String astate, String funo, String uno, String amemo) {
  14.         super(atitle, acontent, affixname, affixpath, asendTime, arealTime, areguTime, astate, funo, uno, amemo);        
  15.     }    
  16.    
  17. }