public class UserFavoriteRelation extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static Integer |
STATUS_ACTIVE |
static Integer |
STATUS_PASSIVE |
static Integer |
TARGET_TYPE_DOCUMENT |
static Integer |
TARGET_TYPE_EXERCISE |
static Integer |
TARGET_TYPE_TASK |
static Integer |
TARGET_TYPE_VIDEO |
static Integer |
TYPE_COLLECTION |
static Integer |
TYPE_EXERCISE_FLAW |
static Integer |
TYPE_LIKE |
static Integer |
TYPE_VIEW_RECORD |
| Constructor and Description |
|---|
UserFavoriteRelation() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
Integer |
getStatus() |
Long |
getTargetId() |
Integer |
getTargetType() |
Integer |
getType() |
Long |
getUid() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setId(Long id) |
void |
setStatus(Integer status) |
void |
setTargetId(Long targetId) |
void |
setTargetType(Integer targetType) |
void |
setType(Integer type) |
void |
setUid(Long uid) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public static final Integer TARGET_TYPE_DOCUMENT
public static final Integer TARGET_TYPE_VIDEO
public static final Integer TARGET_TYPE_TASK
public static final Integer TARGET_TYPE_EXERCISE
public static final Integer STATUS_ACTIVE
public static final Integer STATUS_PASSIVE
public static final Integer TYPE_LIKE
public static final Integer TYPE_COLLECTION
public static final Integer TYPE_VIEW_RECORD
public static final Integer TYPE_EXERCISE_FLAW
public Long getId()
public void setId(Long id)
public Long getTargetId()
public void setTargetId(Long targetId)
public Long getUid()
public void setUid(Long uid)
public Integer getStatus()
public void setStatus(Integer status)
public Integer getTargetType()
public void setTargetType(Integer targetType)
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 © 2019. All rights reserved.