public class UserCourseShareRelation extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static Integer |
STATUS_LOCK |
static Integer |
STATUS_UNLOCK |
static Integer |
TYPE_TASK
任务
|
| 构造器和说明 |
|---|
UserCourseShareRelation() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
Long |
getTargetId() |
Integer |
getTargetType() |
Integer |
getUnlockStatus() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
Long |
getUserId() |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setId(Long id) |
void |
setTargetId(Long targetId) |
void |
setTargetType(Integer targetType) |
void |
setUnlockStatus(Integer unlockStatus) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
void |
setUserId(Long userId) |
String |
toString() |
public static final Integer TYPE_TASK
public static final Integer STATUS_LOCK
public static final Integer STATUS_UNLOCK
public Long getId()
public void setId(Long id)
public Long getUserId()
public void setUserId(Long userId)
public Long getTargetId()
public void setTargetId(Long targetId)
public Integer getTargetType()
public void setTargetType(Integer targetType)
public Integer getUnlockStatus()
public void setUnlockStatus(Integer unlockStatus)
public Long getCreateAt()
public void setCreateAt(Long createAt)
public Long getUpdateAt()
public void setUpdateAt(Long updateAt)
public Long getCreateBy()
public void setCreateBy(Long createBy)
public Long getUpdateBy()
public void setUpdateBy(Long updateBy)
Copyright © 2018. All rights reserved.