public class Constant extends Object implements Serializable
| Constructor and Description |
|---|
Constant() |
| Modifier and Type | Method and Description |
|---|---|
String |
getComments() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
String |
getName() |
String |
getType() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
String |
getValue() |
void |
setComments(String comments) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setId(Long id) |
void |
setName(String name) |
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 getName()
public void setName(String name)
public String getValue()
public void setValue(String value)
public String getType()
public void setType(String type)
public String getComments()
public void setComments(String comments)
public Long getCreateAt()
public void setCreateAt(Long createAt)
public Long getUpdateAt()
public void setUpdateAt(Long updateAt)
public Long getCreateBy()
public void setCreateBy(Long createBy)
public Long getUpdateBy()
public void setUpdateBy(Long updateBy)
Copyright © 2021. All rights reserved.