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
FfzyForm.java
Package: clientManager.rar [view]
Upload User: quasar007
Upload Date: 2022-08-11
Package Size: 4067k
Code Size: 1k
Category:
ERP-EIP-OA-Portal
Development Platform:
Java
- package com.domain;
- import org.apache.struts.action.*;
- import javax.servlet.http.*;
- public class FfzyForm extends ActionForm {
- private String sfzy_id;
- private String sfzy_sfmc;
- private String sfzy_zyms;
- public String getSfzy_id() {
- return sfzy_id;
- }
- public void setSfzy_id(String sfzy_id) {
- this.sfzy_id = sfzy_id;
- }
- public String getSfzy_sfmc() {
- return sfzy_sfmc;
- }
- public void setSfzy_sfmc(String sfzy_sfmc) {
- this.sfzy_sfmc = sfzy_sfmc;
- }
- public String getSfzy_zyms() {
- return sfzy_zyms;
- }
- public void setSfzy_zyms(String sfzy_zyms) {
- this.sfzy_zyms = sfzy_zyms;
- }
- public ActionErrors validate(ActionMapping actionMapping, HttpServletRequest httpServletRequest) {
- /**@todo: finish this method, this is just the skeleton.*/
- return null;
- }
- public void reset(ActionMapping actionMapping, HttpServletRequest httpServletRequest) {
- }
- }