public abstract class BaseModel extends Object implements Serializable
| 构造器和说明 |
|---|
BaseModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getCreateBy() |
Date |
getCreateTime() |
Integer |
getEnable() |
Long |
getId() |
String |
getKeyword() |
String |
getRemark() |
Long |
getUpdateBy() |
Date |
getUpdateTime() |
void |
setCreateBy(Long createBy) |
void |
setCreateTime(Date createTime) |
void |
setEnable(Integer enable) |
void |
setId(Long id) |
void |
setKeyword(String keyword) |
void |
setRemark(String remark) |
void |
setUpdateBy(Long updateBy) |
void |
setUpdateTime(Date updateTime) |
public Long getId()
public void setId(Long id)
id - the id to setpublic Integer getEnable()
public void setEnable(Integer enable)
enable - the enable to setpublic String getRemark()
public void setRemark(String remark)
remark - the remark to setpublic Long getCreateBy()
public void setCreateBy(Long createBy)
createBy - the createBy to setpublic Date getCreateTime()
public void setCreateTime(Date createTime)
createTime - the createTime to setpublic Long getUpdateBy()
public void setUpdateBy(Long updateBy)
updateBy - the updateBy to setpublic Date getUpdateTime()
public void setUpdateTime(Date updateTime)
updateTime - the updateTime to setpublic String getKeyword()
public void setKeyword(String keyword)
Copyright © 2017. All rights reserved.