public class UserFavoriteRelation extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static Integer |
STATUS_DISLIKE |
static Integer |
STATUS_LIKE |
static Integer |
TYPE_LESSON |
static Integer |
TYPE_PERIOD |
| Constructor and Description |
|---|
UserFavoriteRelation() |
| Modifier and Type | Method and Description |
|---|---|
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 © 2018. All Rights Reserved.