public class Teacher extends Object implements Serializable
| Constructor and Description |
|---|
Teacher() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCreateAt() |
Long |
getCreateBy() |
String |
getGroupQQ() |
Long |
getId() |
Long |
getLastComment() |
Integer |
getOfflineTotal() |
Integer |
getOnlineTotal() |
Integer |
getOutlineNow() |
Integer |
getOutlineTotal() |
String |
getPrice() |
Integer |
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 |
setOfflineTotal(Integer offlineTotal) |
void |
setOnlineTotal(Integer onlineTotal) |
void |
setOutlineNow(Integer outlineNow) |
void |
setOutlineTotal(Integer outlineTotal) |
void |
setPrice(String price) |
void |
setStudentDaily(Integer studentDaily) |
void |
setTeacherComment(Long teacherComment) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public Long getId()
public void setId(Long id)
public Integer getOutlineNow()
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 String getPrice()
public void setPrice(String price)
public Integer getStudentDaily()
public void setStudentDaily(Integer 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.