public class Checkresultrecord extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
ACTION_0 |
static String |
ACTION_1 |
static String |
ACTION_2 |
static String |
ACTION_3 |
static String |
ACTION_4 |
static String |
ACTION_5 |
static Integer |
size |
static String |
STAGE_0 |
static String |
STAGE_2 |
static String |
STAGE_3 |
static String |
STAGE_4 |
static String |
STAGE_5 |
static String |
STAGE_6 |
| 构造器和说明 |
|---|
Checkresultrecord() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAction() |
Long |
getCreateAt() |
Long |
getCreateBy() |
String |
getDescription() |
Long |
getId() |
Long |
getIndentId() |
String |
getModify() |
String |
getNumber() |
String |
getResult() |
String |
getStage() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setAction(String action) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setDescription(String description) |
void |
setId(Long id) |
void |
setIndentId(Long indentId) |
void |
setModify(String modify) |
void |
setNumber(String number) |
void |
setResult(String result) |
void |
setStage(String stage) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public static final Integer size
public Long getId()
public void setId(Long id)
public Long getIndentId()
public void setIndentId(Long indentId)
public String getStage()
public void setStage(String stage)
public String getNumber()
public void setNumber(String number)
public String getAction()
public void setAction(String action)
public String getResult()
public void setResult(String result)
public String getDescription()
public void setDescription(String description)
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 String getModify()
public void setModify(String modify)
Copyright © 2016. All rights reserved.