public class Document extends Object implements Serializable, Comparable<Document>
| Modifier and Type | Field and Description |
|---|---|
static int |
Type_Document
文档
|
static int |
Type_Video
视频
|
| Constructor and Description |
|---|
Document() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Document o) |
Long |
getAuthor() |
Long |
getCreateAt() |
Long |
getCreateBy() |
String |
getDocumentName() |
Long |
getId() |
String |
getImg() |
String |
getIntroduce() |
Long |
getLove() |
Long |
getOid() |
String |
getResource() |
Long |
getSid() |
Integer |
getType() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
String |
getUrl() |
String |
getWriter() |
void |
setAuthor(Long author) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setDocumentName(String documentName) |
void |
setId(Long id) |
void |
setImg(String img) |
void |
setIntroduce(String introduce) |
void |
setLove(Long love) |
void |
setOid(Long oid) |
void |
setResource(String resource) |
void |
setSid(Long sid) |
void |
setType(Integer type) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
void |
setUrl(String url) |
void |
setWriter(String writer) |
String |
toString() |
public static final int Type_Document
public static final int Type_Video
public Long getId()
public void setId(Long id)
public Long getSid()
public void setSid(Long sid)
public Integer getType()
public void setType(Integer type)
public String getUrl()
public void setUrl(String url)
public Long getLove()
public void setLove(Long love)
public String getIntroduce()
public void setIntroduce(String introduce)
public String getResource()
public void setResource(String resource)
public Long getAuthor()
public void setAuthor(Long author)
public String getDocumentName()
public void setDocumentName(String documentName)
public Long getCreateBy()
public void setCreateBy(Long createBy)
public Long getUpdateBy()
public void setUpdateBy(Long updateBy)
public Long getUpdateAt()
public void setUpdateAt(Long updateAt)
public Long getCreateAt()
public void setCreateAt(Long createAt)
public Long getOid()
public void setOid(Long oid)
public String getImg()
public void setImg(String img)
public String getWriter()
public void setWriter(String writer)
public int compareTo(Document o)
compareTo in interface Comparable<Document>Copyright © 2016. All rights reserved.