@Table public class Setting extends Object
| Constructor and Description |
|---|
Setting() |
| Modifier and Type | Method and Description |
|---|---|
LocalDateTime |
getCreateTime()
Get the value of createTime.
|
Long |
getId()
Get the value of id.
|
String |
getName()
Get the name of the setting.
|
int |
getStatus()
Get the value of status.
|
LocalDateTime |
getUpdateTime()
Get the value of updateTime.
|
String |
getValue()
Get the value of the setting.
|
void |
setCreateTime(LocalDateTime timestamp)
Set the value of createTime.
|
void |
setId(Long id)
Set the value of id.
|
void |
setName(String name)
Set the name of the setting.
|
void |
setStatus(int status)
Set the value of status.
|
void |
setUpdateTime(LocalDateTime timestamp)
Set the value of updateTime.
|
void |
setValue(String value)
Set the name of the setting.
|
public String getName()
public void setName(String name)
name - The name of setting.public String getValue()
public void setValue(String value)
name - The value of setting.public Long getId()
public void setId(Long id)
id - The value of id.public int getStatus()
public void setStatus(int status)
status - The value of status.public LocalDateTime getCreateTime()
public void setCreateTime(LocalDateTime timestamp)
timestamp - The value of createTime.public LocalDateTime getUpdateTime()
public void setUpdateTime(LocalDateTime timestamp)
timestamp - The value of updateTime.Copyright © 2020. All rights reserved.