public class ConfigValueDTO extends Object
| Constructor and Description |
|---|
ConfigValueDTO(String name,
DataTypes type,
String value) |
ConfigValueDTO(String name,
String description,
DataTypes type,
String value) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getName() |
DataTypes |
getType() |
String |
getValue() |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setType(DataTypes type) |
void |
setValue(String value) |
String |
toString() |
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public DataTypes getType()
public void setType(DataTypes type)
public String getValue()
public void setValue(String value)
Copyright © 2021. All rights reserved.