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
LxrxxForm.java
Package: clientManager.rar [view]
Upload User: quasar007
Upload Date: 2022-08-11
Package Size: 4067k
Code Size: 3k
Category:
ERP-EIP-OA-Portal
Development Platform:
Java
- package com.domain;
- 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 LxrxxForm
- extends ActionForm {
- private Integer id=Integer.valueOf("-1");
- private String lxrxx_Email="";
- private String lxrxx_bgdh="";
- private String lxrxx_bz="";
- private String lxrxx_csny="";
- private String lxrxx_djrq="";
- private String lxrxx_grjj="";
- private String lxrxx_id="";
- private String lxrxx_nl="";
- private String lxrxx_qymc="";
- private String lxrxx_sj="";
- private String lxrxx_xb="";
- private String lxrxx_xm="";
- private String lxrxx_xxdjr="";
- private String lxrxx_bs="";
- private String lxrxx_zw="";
- public void setLxrxx_bs(String lxrxx_bs) {
- this.lxrxx_bs = lxrxx_bs;
- }
- public String getLxrxx_bs() {
- return lxrxx_bs;
- }
- public Integer getId() {
- return id;
- }
- public void setId(Integer id) {
- this.id = id;
- }
- public void setLxrxx_zw(String lxrxx_zw) {
- this.lxrxx_zw = lxrxx_zw;
- }
- public void setLxrxx_xxdjr(String lxrxx_xxdjr) {
- this.lxrxx_xxdjr = lxrxx_xxdjr;
- }
- public void setLxrxx_xm(String lxrxx_xm) {
- this.lxrxx_xm = lxrxx_xm;
- }
- public void setLxrxx_xb(String lxrxx_xb) {
- this.lxrxx_xb = lxrxx_xb;
- }
- public void setLxrxx_sj(String lxrxx_sj) {
- this.lxrxx_sj = lxrxx_sj;
- }
- public void setLxrxx_qymc(String lxrxx_qymc) {
- this.lxrxx_qymc = lxrxx_qymc;
- }
- public void setLxrxx_nl(String lxrxx_nl) {
- this.lxrxx_nl = lxrxx_nl;
- }
- public void setLxrxx_id(String lxrxx_id) {
- this.lxrxx_id = lxrxx_id;
- }
- public void setLxrxx_grjj(String lxrxx_grjj) {
- this.lxrxx_grjj = lxrxx_grjj;
- }
- public void setLxrxx_djrq(String lxrxx_djrq) {
- this.lxrxx_djrq = lxrxx_djrq;
- }
- public void setLxrxx_csny(String lxrxx_csny) {
- this.lxrxx_csny = lxrxx_csny;
- }
- public void setLxrxx_bz(String lxrxx_bz) {
- this.lxrxx_bz = lxrxx_bz;
- }
- public void setLxrxx_bgdh(String lxrxx_bgdh) {
- this.lxrxx_bgdh = lxrxx_bgdh;
- }
- public void setLxrxx_Email(String lxrxx_Email) {
- this.lxrxx_Email = lxrxx_Email;
- }
- public String getLxrxx_Email() {
- return lxrxx_Email;
- }
- public String getLxrxx_bgdh() {
- return lxrxx_bgdh;
- }
- public String getLxrxx_bz() {
- return lxrxx_bz;
- }
- public String getLxrxx_csny() {
- return lxrxx_csny;
- }
- public String getLxrxx_djrq() {
- return lxrxx_djrq;
- }
- public String getLxrxx_grjj() {
- return lxrxx_grjj;
- }
- public String getLxrxx_id() {
- return lxrxx_id;
- }
- public String getLxrxx_nl() {
- return lxrxx_nl;
- }
- public String getLxrxx_qymc() {
- return lxrxx_qymc;
- }
- public String getLxrxx_sj() {
- return lxrxx_sj;
- }
- public String getLxrxx_xb() {
- return lxrxx_xb;
- }
- public String getLxrxx_xm() {
- return lxrxx_xm;
- }
- public String getLxrxx_xxdjr() {
- return lxrxx_xxdjr;
- }
- public String getLxrxx_zw() {
- return lxrxx_zw;
- }
- public ActionErrors validate(ActionMapping actionMapping,
- HttpServletRequest httpServletRequest) {
- /** @todo: finish this method, this is just the skeleton.*/
- return null;
- }
- public void reset(ActionMapping actionMapping,
- HttpServletRequest servletRequest) {
- }
- }