public class ConfigItem extends Object
| Constructor and Description |
|---|
ConfigItem() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getKey() |
String |
getValue() |
String |
getValueType() |
boolean |
isPassword() |
void |
setDescription(String description) |
void |
setKey(String key) |
void |
setPassword(boolean state) |
void |
setValue(String value) |
void |
setValueType(String valueType) |
public String getKey()
public void setKey(String key)
public String getDescription()
public void setDescription(String description)
public String getValue()
public void setValue(String value)
public String getValueType()
public void setValueType(String valueType)
public boolean isPassword()
public void setPassword(boolean state)
Copyright © 2018. All rights reserved.