public class Teacher extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static Long |
Comment_None |
static Long |
Daily_None |
static int |
Student_None |
| 构造器和说明 |
|---|
Teacher() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getCreateAt() |
Long |
getCreateBy() |
String |
getGroupQQ() |
Long |
getId() |
Long |
getLastComment() |
Integer |
getOfflineNow() |
Integer |
getOfflineTotal() |
Integer |
getOnlineNow() |
Integer |
getOnlineTotal() |
Integer |
getOutlineNow() |
Integer |
getOutlineTotal() |
String |
getReplyRate() |
Long |
getStudentDaily() |
Long |
getTeacherComment() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setGroupQQ(String groupQQ) |
void |
setId(Long id) |
void |
setLastComment(Long lastComment) |
void |
setOfflineNow(Integer offlineNow) |
void |
setOfflineTotal(Integer offlineTotal) |
void |
setOnlineNow(Integer onlineNow) |
void |
setOnlineTotal(Integer onlineTotal) |
void |
setOutlineNow(Integer outlineNow) |
void |
setOutlineTotal(Integer outlineTotal) |
void |
setReplyRate(String replyRate) |
void |
setStudentDaily(Long studentDaily) |
void |
setTeacherComment(Long teacherComment) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public static final int Student_None
public static final Long Comment_None
public static final Long Daily_None
public Long getId()
public void setId(Long id)
public String getReplyRate()
public void setReplyRate(String replyRate)
public Integer getOutlineNow()
public Integer getOnlineNow()
public void setOnlineNow(Integer onlineNow)
public Integer getOfflineNow()
public void setOfflineNow(Integer offlineNow)
public void setOutlineNow(Integer outlineNow)
public Integer getOfflineTotal()
public void setOfflineTotal(Integer offlineTotal)
public Integer getOutlineTotal()
public void setOutlineTotal(Integer outlineTotal)
public Integer getOnlineTotal()
public void setOnlineTotal(Integer onlineTotal)
public Long getStudentDaily()
public void setStudentDaily(Long studentDaily)
public Long getTeacherComment()
public void setTeacherComment(Long teacherComment)
public Long getLastComment()
public void setLastComment(Long lastComment)
public String getGroupQQ()
public void setGroupQQ(String groupQQ)
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)
Copyright © 2016. All rights reserved.