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
BorrowForm.java~8~
Package: LibraryManage.rar [view]
Upload User: toby828
Upload Date: 2015-06-26
Package Size: 8558k
Code Size: 3k
Category:
Jsp/Servlet
Development Platform:
Java
- package com.actionForm;
- import org.apache.struts.action.ActionForm;
- public class BorrowForm extends ActionForm {
- private String backTime;
- private String bookBarcode;
- private int bookId;
- private String bookName;
- private String bookcaseName;
- private String borrowTime;
- private Integer id;
- private int ifBack;
- private String operator;
- private Float price;
- private String pubName;
- private String readerBarcode;
- private int readerId;
- private int degree;
- private String author;
- public String getBackTime() {
- return backTime;
- }
- public void setBackTime(String backTime) {
- this.backTime = backTime;
- }
- public void setReaderId(int readerId) {
- this.readerId = readerId;
- }
- public void setReaderBarcode(String readerBarcode) {
- this.readerBarcode = readerBarcode;
- }
- public void setPubName(String pubName) {
- this.pubName = pubName;
- }
- public void setPrice(Float price) {
- this.price = price;
- }
- public void setOperator(String operator) {
- this.operator = operator;
- }
- public void setIfBack(int ifBack) {
- this.ifBack = ifBack;
- }
- public void setId(Integer id) {
- this.id = id;
- }
- public void setBorrowTime(String borrowTime) {
- this.borrowTime = borrowTime;
- }
- public void setBookcaseName(String bookcaseName) {
- this.bookcaseName = bookcaseName;
- }
- public void setBookName(String bookName) {
- this.bookName = bookName;
- }
- public void setBookId(int bookId) {
- this.bookId = bookId;
- }
- public void setBookBarcode(String bookBarcode) {
- this.bookBarcode = bookBarcode;
- }
- public void setDegree(int degree) {
- this.degree=degree;
- }
- public String getBookBarcode() {
- return bookBarcode;
- }
- public int getBookId() {
- return bookId;
- }
- public String getBookName() {
- return bookName;
- }
- public String getBookcaseName() {
- return bookcaseName;
- }
- public String getBorrowTime() {
- return borrowTime;
- }
- public Integer getId() {
- return id;
- }
- public int getIfBack() {
- return ifBack;
- }
- public String getOperator() {
- return operator;
- }
- public Float getPrice() {
- return price;
- }
- public String getPubName() {
- return pubName;
- }
- public String getReaderBarcode() {
- return readerBarcode;
- }
- public int getReaderId() {
- return readerId;
- }
- public int getDegree() {
- return degree;
- }
- public void setAuthor(String author) {
- this.author = author;
- }
- public String getAuthor() {
- return author;
- }
- }