public class Task extends Object implements Serializable
| Constructor and Description |
|---|
Task() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCreateAt() |
Long |
getCreateBy() |
String |
getDescription() |
String |
getExtend() |
Long |
getId() |
Long |
getNum() |
Long |
getOid() |
String |
getStep() |
String |
getTime() |
String |
getTitle() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setDescription(String description) |
void |
setExtend(String extend) |
void |
setId(Long id) |
void |
setNum(Long num) |
void |
setOid(Long oid) |
void |
setStep(String step) |
void |
setTime(String time) |
void |
setTitle(String title) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public Long getId()
public void setId(Long id)
public Long getOid()
public void setOid(Long oid)
public Long getNum()
public void setNum(Long num)
public String getTitle()
public void setTitle(String title)
public String getDescription()
public void setDescription(String description)
public String getTime()
public void setTime(String time)
public String getStep()
public void setStep(String step)
public String getExtend()
public void setExtend(String extend)
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 © 2016. All rights reserved.