public class UserTeacherRelation extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static Long |
endAt_None |
static Long |
LastDaily_None |
static Integer |
Status_Invalid
关系状态
|
static Integer |
Status_Valid |
| Constructor and Description |
|---|
UserTeacherRelation() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getEndAt() |
Long |
getId() |
Long |
getLastDaily() |
Integer |
getStatus() |
String |
getStudentType() |
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 |
setStudentType(String studentType) |
void |
setStudentUid(Long studentUid) |
void |
setTeacherUid(Long teacherUid) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public static final Integer Status_Invalid
public static final Integer Status_Valid
public static final Long LastDaily_None
public static final Long endAt_None
public Long getId()
public void setId(Long id)
public Long getTeacherUid()
public void setTeacherUid(Long teacherUid)
public Long getStudentUid()
public String getStudentType()
public void setStudentType(String studentType)
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.