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

dto

时间:2017-09-10 14:20:49      阅读:173      评论:0      收藏:0      [点我收藏+]

标签:setup   his   amp   private   turn   set   upd   name   timestamp   

/**
* @author panxuejun 商品类别
*/
public class Category {
private int categoryID;

private String categoryName;

private int parentCategoryID;

// 是否上线
private int ifOnLine;

private Timestamp updateTime;

public Category() {
}

public int getCategoryID() {
return categoryID;
}

public void setCategoryID(int categoryID) {
this.categoryID = categoryID;
}

public String getCategoryName() {
return categoryName;
}

public void setCategoryName(String categoryName) {
this.categoryName = categoryName;
}

public int getParentCategoryID() {
return parentCategoryID;
}

public void setParentCategoryID(int parentCategoryID) {
this.parentCategoryID = parentCategoryID;
}

public int getIfOnLine() {
return ifOnLine;
}

public void setIfOnLine(int ifOnLine) {
this.ifOnLine = ifOnLine;
}

public Timestamp getUpdateTime() {
return updateTime;
}

public void setUpdateTime(Timestamp updateTime) {
this.updateTime = updateTime;
}
}

dto

标签:setup   his   amp   private   turn   set   upd   name   timestamp   

原文地址:http://www.cnblogs.com/panxuejun/p/7500908.html

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