public class Progress extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static Integer |
bedelete |
static Long |
SORT_OVER |
static Integer |
STATUS_ING |
static Integer |
STATUS_OVER |
static Integer |
TYPE_BOOK |
static Integer |
TYPE_LESSON |
static Integer |
TYPE_PERIOD |
static Integer |
TYPE_TASK |
static Integer |
unbedelete |
| 构造器和说明 |
|---|
Progress() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getCreateAt() |
Long |
getCreateBy() |
Integer |
getDeleteStatus() |
Long |
getId() |
Long |
getSort() |
Integer |
getStatus() |
Long |
getTargetID() |
Integer |
getType() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
Long |
getUserID() |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setDeleteStatus(Integer deleteStatus) |
void |
setId(Long id) |
void |
setSort(Long sort) |
void |
setStatus(Integer status) |
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_TASK
public static final Integer TYPE_PERIOD
public static final Integer TYPE_LESSON
public static final Integer TYPE_BOOK
public static final Integer STATUS_ING
public static final Integer STATUS_OVER
public static final Long SORT_OVER
public static final Integer bedelete
public static final Integer unbedelete
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 Integer getStatus()
public void setStatus(Integer status)
public Long getSort()
public void setSort(Long sort)
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)
public Integer getDeleteStatus()
public void setDeleteStatus(Integer deleteStatus)
Copyright © 2018. All rights reserved.