public class Constant extends Object implements Serializable, Comparable<Constant>
| 构造器和说明 |
|---|
Constant() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
compareTo(Constant o) |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
String |
getMykey() |
String |
getType() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
String |
getValue() |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setId(Long id) |
void |
setMykey(String mykey) |
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 getMykey()
public void setMykey(String mykey)
public String getValue()
public void setValue(String value)
public String getType()
public void setType(String type)
public Long getUpdateAt()
public void setUpdateAt(Long updateAt)
public Long getCreateAt()
public void setCreateAt(Long createAt)
public Long getUpdateBy()
public void setUpdateBy(Long updateBy)
public Long getCreateBy()
public void setCreateBy(Long createBy)
public int compareTo(Constant o)
compareTo 在接口中 Comparable<Constant>Copyright © 2017. All rights reserved.