public class UserTeacherRelation extends Object implements Serializable
| Constructor and Description |
|---|
UserTeacherRelation() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getEndAt() |
Long |
getId() |
Long |
getLastDaily() |
Integer |
getStatus() |
Long |
getStudentUid() |
Long |
getTeacherUid() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setEndAt(Long endAt) |
void |
setId(Long id) |
void |
setLastDaily(Long lastDaily) |
void |
setStatus(Integer status) |
void |
setStudentUid(Long studentUid) |
void |
setTeacherUid(Long teacherUid) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public Long getId()
public void setId(Long id)
public Long getTeacherUid()
public void setTeacherUid(Long teacherUid)
public Long getStudentUid()
public void setStudentUid(Long studentUid)
public Long getLastDaily()
public void setLastDaily(Long lastDaily)
public Long getEndAt()
public void setEndAt(Long endAt)
public Integer getStatus()
public void setStatus(Integer status)
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.