Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
AbstractThints.java
Package: (J2EE)oa.rar [view]
Upload User: lm2018
Upload Date: 2015-12-12
Package Size: 30449k
Code Size: 2k
Category:
Jsp/Servlet
Development Platform:
Java
- package com.oa.module.hints;
- import com.oa.module.office.user.Tuser;
- /**
- * AbstractThints generated by MyEclipse - Hibernate Tools
- */
- public abstract class AbstractThints implements java.io.Serializable {
- // Fields
- private String uno;
- private String hshowtype;
- private String hshowtime;
- private String haffair;
- private String hmeeting;
- private String hemail;
- private String hmemo;
- private Tuser user;
- // Constructors
- public Tuser getUser() {
- return user;
- }
- public void setUser(Tuser user) {
- this.user = user;
- }
- /** default constructor */
- public AbstractThints() {
- }
- /** minimal constructor */
- public AbstractThints(String uno, String hshowtype) {
- this.uno = uno;
- this.hshowtype = hshowtype;
- }
- /** full constructor */
- public AbstractThints(String uno, String hshowtype, String hshowtime, String haffair, String hmeeting, String hemail, String hmemo) {
- this.uno = uno;
- this.hshowtype = hshowtype;
- this.hshowtime = hshowtime;
- this.haffair = haffair;
- this.hmeeting = hmeeting;
- this.hemail = hemail;
- this.hmemo = hmemo;
- }
- // Property accessors
- public String getUno() {
- return this.uno;
- }
- public void setUno(String uno) {
- this.uno = uno;
- }
- public String getHshowtype() {
- return this.hshowtype;
- }
- public void setHshowtype(String hshowtype) {
- this.hshowtype = hshowtype;
- }
- public String getHshowtime() {
- return this.hshowtime;
- }
- public void setHshowtime(String hshowtime) {
- this.hshowtime = hshowtime;
- }
- public String getHaffair() {
- return this.haffair;
- }
- public void setHaffair(String haffair) {
- this.haffair = haffair;
- }
- public String getHmeeting() {
- return this.hmeeting;
- }
- public void setHmeeting(String hmeeting) {
- this.hmeeting = hmeeting;
- }
- public String getHemail() {
- return this.hemail;
- }
- public void setHemail(String hemail) {
- this.hemail = hemail;
- }
- public String getHmemo() {
- return this.hmemo;
- }
- public void setHmemo(String hmemo) {
- this.hmemo = hmemo;
- }
- }