首页>代码>Struts2用户登录入门DEMO实例>/Struts2/src/com/demo/action/PointListAction.java
package com.demo.action;

import java.util.Date;
import java.util.List;

import com.demo.bean.Point;
import com.opensymphony.xwork2.ActionSupport;
/**
 * 字符串转对象 对象转字符串
 * @author thb
 *
 */


public class PointListAction extends ActionSupport {

	private List<Point> plist;
	private int age;
	private Date date;
	private String username;
	
	public List<Point> getPlist() {
		return plist;
	}



	public void setPlist(List<Point> plist) {
		this.plist = plist;
	}



	

	@Override
	public String execute() throws Exception {
		// TODO Auto-generated method stub
		return SUCCESS;
	}



	public int getAge() {
		return age;
	}

	public void setAge(int age) {
		this.age = age;
	}

	public Date getDate() {
		return date;
	}

	public void setDate(Date date) {
		this.date = date;
	}

	public String getUsername() {
		return username;
	}

	public void setUsername(String username) {
		this.username = username;
	}
}
最近下载更多
Qolmen  LV12 1月9日
gshnbb  LV9 2023年4月9日
付洋麟  LV4 2022年1月24日
and123456  LV11 2021年10月22日
飞翔的面包片  LV12 2021年7月3日
gvebebd  LV5 2020年6月8日
hefenyuan91  LV11 2020年6月3日
study丶逸  LV3 2019年7月17日
11ccvvbb  LV6 2019年4月10日
哈哈哈啊哈哈哈  LV14 2019年2月11日
最近浏览更多
Qolmen  LV12 1月9日
uni-code_0123  LV1 2023年11月29日
lcqlcl  LV11 2023年8月29日
gshnbb  LV9 2023年4月9日
yiming223 2022年12月2日
暂无贡献等级
沆辙1111  LV6 2022年4月17日
1306878374  LV13 2022年4月11日
dukie123  LV1 2022年2月14日
付洋麟  LV4 2022年1月24日
and123456  LV11 2021年10月22日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友