首页>代码>bootstrap+jquery+mustache+springmvc+idworker整合demo代码>/mustache_demo/src/main/java/com/javaniu/module/Comment.java
package com.javaniu.module;

/**
 **@author javaniu
 2012-11-27 21:56:07
 */
import java.text.SimpleDateFormat;
import java.util.Date;

import org.apache.commons.lang.builder.ToStringBuilder;
import org.codehaus.jackson.annotate.JsonIgnoreProperties;

@JsonIgnoreProperties(ignoreUnknown = true)
public class Comment {

	public static final SimpleDateFormat format = new SimpleDateFormat(
			"yy/MM/dd HH:mm:ss");
	private Date createTime;
	private String createTimeS;
	private Long id;
	private String content;

	public Comment() {
		this.createTime = new Date();
	}

	public Date getCreateTime() {
		return createTime;
	}

	public void setCreateTime(Date createTime) {
		this.createTime = createTime;
	}

	public Long getId() {
		return id;
	}

	public void setId(Long id) {
		this.id = id;
	}

	public String getContent() {
		return content;
	}

	public void setContent(String content) {
		this.content = content;
	}

	public String getCreateTimeS() {
		createTimeS = format.format(createTime);
		return createTimeS;
	}

	public void setCreateTimeS(String createTimeS) {
		this.createTimeS = createTimeS;
	}

	@Override
	public String toString() {
		return ToStringBuilder.reflectionToString(this);
	}
}
最近下载更多
鸦葱  LV4 2021年6月2日
best2018  LV46 2019年1月24日
shaozhong  LV1 2018年12月2日
lxl1234  LV9 2018年10月28日
gaogaoyanjiu  LV6 2018年9月14日
a10320773  LV2 2018年8月4日
hancy666  LV33 2018年6月21日
cfy8814064  LV1 2018年4月4日
江湖危险快点跑  LV7 2018年3月26日
historyU  LV1 2017年12月22日
最近浏览更多
win1991  LV6 2023年5月15日
srl2881552  LV10 2022年9月6日
 LV7 2022年7月5日
p521102212  LV1 2022年5月14日
氼乚-----------  LV5 2022年3月18日
1615651451  LV2 2021年12月7日
nihaomasb  LV7 2021年9月4日
鸦葱  LV4 2021年6月2日
秦sir3067683450  LV10 2021年6月2日
dfsfh43253hg  LV1 2021年3月16日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友