public class CategoryEntity
extends com.mingsoft.base.entity.BaseEntity
| 构造器和说明 |
|---|
CategoryEntity() |
CategoryEntity(int categoryId,
String categoryTitle) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getCategoryAppId() |
int |
getCategoryCategoryId() |
Timestamp |
getCategoryDateTime() |
String |
getCategoryDescription() |
int |
getCategoryId() |
int |
getCategoryManagerId() |
int |
getCategoryModelId() |
String |
getCategorySmallImg() |
int |
getCategorySort() |
String |
getCategoryTitle() |
void |
setCategoryAppId(int categoryAppId) |
void |
setCategoryCategoryId(int categoryCategoryId) |
void |
setCategoryDateTime(Timestamp categoryDateTime) |
void |
setCategoryDescription(String categoryDescription) |
void |
setCategoryId(int categoryId) |
void |
setCategoryManagerId(int categoryManagerId) |
void |
setCategoryModelId(int categoryModelId) |
void |
setCategorySmallImg(String categorySmallImg) |
void |
setCategorySort(int categorySort) |
void |
setCategoryTitle(String categoryTitle) |
public CategoryEntity()
public CategoryEntity(int categoryId,
String categoryTitle)
public String getCategoryDescription()
public void setCategoryDescription(String categoryDescription)
public int getCategoryAppId()
public void setCategoryAppId(int categoryAppId)
public int getCategoryId()
public void setCategoryId(int categoryId)
public String getCategoryTitle()
public void setCategoryTitle(String categoryTitle)
public int getCategorySort()
public void setCategorySort(int categorySort)
public Timestamp getCategoryDateTime()
public void setCategoryDateTime(Timestamp categoryDateTime)
public int getCategoryManagerId()
public void setCategoryManagerId(int categoryManagerId)
public int getCategoryModelId()
public void setCategoryModelId(int categoryModelId)
public int getCategoryCategoryId()
public void setCategoryCategoryId(int categoryCategoryId)
public String getCategorySmallImg()
public void setCategorySmallImg(String categorySmallImg)
Copyright © 2016. All rights reserved.