public class Iprocess extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
AFTER |
static String |
CONTRACT |
static String |
CRTTIFICATE |
static String |
FILE |
static String |
FILE_NAME |
static String |
LOAN |
static String |
MAKE_CONTRACT |
static String |
PDF_FILE |
static String |
PDF_FILE_NAME |
static String |
PROCESS1 |
static String |
PROCESS10 |
static String |
PROCESS11 |
static String |
PROCESS12 |
static String |
PROCESS13 |
static String |
PROCESS14 |
static String |
PROCESS15 |
static String |
PROCESS16 |
static String |
PROCESS17 |
static String |
PROCESS2 |
static String |
PROCESS3 |
static String |
PROCESS4 |
static String |
PROCESS5 |
static String |
PROCESS6 |
static String |
PROCESS7 |
static String |
PROCESS8 |
static String |
PROCESS9 |
static String |
RESULT |
| 构造器和说明 |
|---|
Iprocess() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getCustomerId() |
String |
getDescrition() |
String |
getDownloadFlag() |
Long |
getId() |
String |
getProcess() |
String |
getResultFlag() |
String |
getReuploadFlag() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setCustomerId(Long customerId) |
void |
setDescrition(String descrition) |
void |
setDownloadFlag(String downloadFlag) |
void |
setId(Long id) |
void |
setProcess(String process) |
void |
setResultFlag(String resultFlag) |
void |
setReuploadFlag(String reuploadFlag) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public Long getId()
public void setId(Long id)
public Long getCustomerId()
public void setCustomerId(Long customerId)
public String getProcess()
public void setProcess(String process)
public String getDescrition()
public void setDescrition(String descrition)
public String getReuploadFlag()
public void setReuploadFlag(String reuploadFlag)
public String getResultFlag()
public void setResultFlag(String resultFlag)
public String getDownloadFlag()
public void setDownloadFlag(String downloadFlag)
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.