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
LibraryForm.java~2~
Package: LibraryManage.rar [view]
Upload User: toby828
Upload Date: 2015-06-26
Package Size: 8558k
Code Size: 2k
Category:
Jsp/Servlet
Development Platform:
Java
- package com.actionForm;
- import org.apache.struts.action.ActionForm;
- import org.apache.struts.action.ActionErrors;
- import org.apache.struts.action.ActionMapping;
- import javax.servlet.http.HttpServletRequest;
- public class LibraryForm extends ActionForm {
- private String address;
- private String curator;
- private String email;
- private Integer id;
- private String introduce;
- private String libraryname;
- private String tel;
- private String time;
- private String url;
- public LibraryForm(){
- }
- public String getAddress() {
- return address;
- }
- public void setAddress(String address) {
- this.address = address;
- }
- public void setUrl(String url) {
- this.url = url;
- }
- public void setTime(String time) {
- this.time = time;
- }
- public void setTel(String tel) {
- this.tel = tel;
- }
- public void setLibraryname(String libraryname) {
- this.libraryname = libraryname;
- }
- public void setIntroduce(String introduce) {
- this.introduce = introduce;
- }
- public void setId(Integer id) {
- this.id = id;
- }
- public void setEmail(String email) {
- this.email = email;
- }
- public void setCurator(String curator) {
- this.curator = curator;
- }
- public String getCurator() {
- return curator;
- }
- public String getEmail() {
- return email;
- }
- public Integer getId() {
- return id;
- }
- public String getIntroduce() {
- return introduce;
- }
- public String getLibraryname() {
- return libraryname;
- }
- public String getTel() {
- return tel;
- }
- public String getTime() {
- return time;
- }
- public String getUrl() {
- return url;
- }
- }