码迷,mamicode.com
首页 > 其他好文 > 详细

transient

时间:2014-11-17 14:01:58      阅读:108      评论:0      收藏:0      [点我收藏+]

标签:style   blog   io   color   sp   java   for   div   on   

********

1,@Transient

//产品政策详情

public class TZdCpzcXq implements java.io.Serializable {

private TZdCpzc cpzc; //产品政策

@Transient
public TZdCpzc getCpzc() {
return cpzc;
}

public void setCpzc(TZdCpzc cpzc) {
this.cpzc = cpzc;
}

}

public class FyjhAction extends ProjectBaseAction<Object> {
public
String list() throws Exception { page=zcxqService.getPage(page, zcxqModel); List<TZdCpzcXq> list=page.getResult(); for(TZdCpzcXq zcxq:list){ TZdCpzc temp=zcService.getById(zcxq.getZcid()); //产品政策 zcxq.setCpzc(temp); } return SUCCESS; }
}

 

********

transient

标签:style   blog   io   color   sp   java   for   div   on   

原文地址:http://www.cnblogs.com/qingmaple/p/4103354.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!