//Created by MyEclipse Struts
// XSL source (default): platform:/plugin/com.genuitec.eclipse.cross.easystruts.eclipse_4.1.1/xslt/JavaClass.xsl
package com.myejb.form;
import javax.servlet.http.HttpServletRequest;
import org.apache.struts.action.ActionErrors;
import org.apache.struts.action.ActionForm;
import org.apache.struts.action.ActionMapping;
/**
* MyEclipse Struts
* Creation date: 06-03-2007
*
* XDoclet definition:
* @struts.form name="registerForm"
*/
public class RegisterForm extends ActionForm {
// --------------------------------------------------------- Instance Variables
/**
*
*/
private static final long serialVersionUID = 1L;
/** sex property */
private String sex;
/** password property */
private String password;
/** birthday_month property */
private String birthday_month;
/** birthday_day property */
private String birthday_day;
/** birthday_year property */
private String birthday_year;
/** username property */
private String username;
// --------------------------------------------------------- Methods
/**
* Method validate
* @param mapping
* @param request
* @return ActionErrors
*/
public ActionErrors validate(
ActionMapping mapping,
HttpServletRequest request) {
// TODO Auto-generated method stub
return null;
}
/**
* Method reset
* @param mapping
* @param request
*/
public void reset(ActionMapping mapping, HttpServletRequest request) {
// TODO Auto-generated method stub
}
/**
* Returns the sex.
* @return String
*/
public String getSex() {
return sex;
}
/**
* Set the sex.
* @param sex The sex to set
*/
public void setSex(String sex) {
this.sex = sex;
}
/**
* Returns the password.
* @return String
*/
public String getPassword() {
return password;
}
/**
* Set the password.
* @param password The password to set
*/
public void setPassword(String password) {
this.password = password;
}
/**
* Returns the birthday_month.
* @return String
*/
public String getBirthday_month() {
return birthday_month;
}
/**
* Set the birthday_month.
* @param birthday_month The birthday_month to set
*/
public void setBirthday_month(String birthday_month) {
this.birthday_month = birthday_month;
}
/**
* Returns the birthday_day.
* @return String
*/
public String getBirthday_day() {
return birthday_day;
}
/**
* Set the birthday_day.
* @param birthday_day The birthday_day to set
*/
public void setBirthday_day(String birthday_day) {
this.birthday_day = birthday_day;
}
/**
* Returns the birthday_year.
* @return String
*/
public String getBirthday_year() {
return birthday_year;
}
/**
* Set the birthday_year.
* @param birthday_year The birthday_year to set
*/
public void setBirthday_year(String birthday_year) {
this.birthday_year = birthday_year;
}
/**
* Returns the username.
* @return String
*/
public String getUsername() {
return username;
}
/**
* Set the username.
* @param username The username to set
*/
public void setUsername(String username) {
this.username = username;
}
}
没有合适的资源?快使用搜索试试~ 我知道了~
EJB3.0简单实例

共70个文件
java:14个
class:14个
jar:8个

需积分: 3 28 浏览量
2008-11-26
15:36:46
上传
评论
收藏 1.31MB RAR 举报
温馨提示
EJB3.0的简单实例,含源代码,数据配置文件,需要安装JBOSS进行运行
资源推荐
资源详情
资源评论









收起资源包目录








































































































共 70 条
- 1
资源评论


noodleljy
- 粉丝: 0
- 资源: 1
上传资源 快速赚钱
我的内容管理 展开
我的资源 快来上传第一个资源
我的收益
登录查看自己的收益我的积分 登录查看自己的积分
我的C币 登录后查看C币余额
我的收藏
我的下载
下载帮助


安全验证
文档复制为VIP权益,开通VIP直接复制
