public class Constant extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
CERTIFICATE |
static String |
CONTRACT |
static String |
LOAN |
static String |
metarialType |
static String |
METARIALVALUE |
static String |
REPAYMENT_RECORD |
static String |
TYPE_CHANNEL |
static String |
TYPE_METARIAL |
static String |
TYPE_METARIAL_VALUE |
| 构造器和说明 |
|---|
Constant() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getCreateAt() |
Long |
getCreateBy() |
String |
getDescription() |
Long |
getId() |
String |
getName() |
String |
getParentType() |
Long |
getPublishAt() |
String |
getStatus() |
String |
getType() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
String |
getValue() |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setDescription(String description) |
void |
setId(Long id) |
void |
setName(String name) |
void |
setParentType(String parentType) |
void |
setPublishAt(Long publishAt) |
void |
setStatus(String status) |
void |
setType(String type) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
void |
setValue(String value) |
String |
toString() |
public Long getId()
public void setId(Long id)
public String getType()
public void setType(String type)
public String getName()
public void setName(String name)
public String getValue()
public void setValue(String value)
public String getParentType()
public void setParentType(String parentType)
public String getDescription()
public void setDescription(String description)
public String getStatus()
public void setStatus(String status)
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 Long getPublishAt()
public void setPublishAt(Long publishAt)
Copyright © 2016. All rights reserved.