public class Article extends Object implements Serializable
| 构造器和说明 |
|---|
Article() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
String |
getImg() |
Integer |
getIndustry() |
Integer |
getRank() |
Integer |
getStatus() |
String |
getTitle() |
Integer |
getType() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
String |
getUrl() |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setId(Long id) |
void |
setImg(String img) |
void |
setIndustry(Integer industry) |
void |
setRank(Integer rank) |
void |
setStatus(Integer status) |
void |
setTitle(String title) |
void |
setType(Integer type) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
void |
setUrl(String url) |
String |
toString() |
public Long getId()
public void setId(Long id)
public Integer getType()
public void setType(Integer type)
public String getTitle()
public void setTitle(String title)
public String getImg()
public void setImg(String img)
public String getUrl()
public void setUrl(String url)
public Integer getStatus()
public void setStatus(Integer status)
public Integer getIndustry()
public void setIndustry(Integer industry)
public Long getCreateAt()
public void setCreateAt(Long createAt)
public Long getUpdateAt()
public void setUpdateAt(Long updateAt)
public Long getCreateBy()
public void setCreateBy(Long createBy)
public Long getUpdateBy()
public void setUpdateBy(Long updateBy)
public Integer getRank()
public void setRank(Integer rank)
Copyright © 2017. All rights reserved.