public class UserFavoriteRelation extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static Integer |
STATUS_DISLIKE |
static Integer |
STATUS_LIKE |
static Integer |
TYPE_LESSON |
static Integer |
TYPE_PERIOD |
| 构造器和说明 |
|---|
UserFavoriteRelation() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
Long |
getTargetID() |
Integer |
getType() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
Long |
getUserID() |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setId(Long id) |
void |
setTargetID(Long targetID) |
void |
setType(Integer type) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
void |
setUserID(Long userID) |
String |
toString() |
public static final Integer TYPE_LESSON
public static final Integer TYPE_PERIOD
public static final Integer STATUS_LIKE
public static final Integer STATUS_DISLIKE
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 getType()
public void setType(Integer type)
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 © 2017. All rights reserved.