public class Atlascopco extends Object implements Serializable
| Constructor and Description |
|---|
Atlascopco() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor() |
String |
getContent() |
Long |
getCreateAt() |
Long |
getCreateBy() |
String |
getCreater() |
Long |
getId() |
String |
getImg() |
String |
getIntroduce() |
Long |
getNum() |
Long |
getSortId() |
Integer |
getStatus() |
String |
getTitle() |
Integer |
getType() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
String |
getUrl() |
void |
setAuthor(String author) |
void |
setContent(String content) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setCreater(String creater) |
void |
setId(Long id) |
void |
setImg(String img) |
void |
setIntroduce(String introduce) |
void |
setNum(Long num) |
void |
setSortId(Long sortId) |
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 getAuthor()
public void setAuthor(String author)
public String getUrl()
public void setUrl(String url)
public String getImg()
public void setImg(String img)
public String getIntroduce()
public void setIntroduce(String introduce)
public String getContent()
public void setContent(String content)
public Integer getStatus()
public void setStatus(Integer status)
public String getCreater()
public void setCreater(String creater)
public Long getCreateAt()
public void setCreateAt(Long createAt)
public Long getCreateBy()
public void setCreateBy(Long createBy)
public Long getUpdateAt()
public void setUpdateAt(Long updateAt)
public Long getUpdateBy()
public void setUpdateBy(Long updateBy)
public Long getSortId()
public void setSortId(Long sortId)
public Long getNum()
public void setNum(Long num)
Copyright © 2018. All rights reserved.