public class ConfigValue extends Object implements Serializable
Constructor and Description |
---|
ConfigValue() |
ConfigValue(String value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getDesc() |
Boolean |
getEncrypt() |
String |
getKey() |
String |
getTitle() |
String |
getValue() |
int |
hashCode() |
void |
setDesc(String desc) |
void |
setEncrypt(Boolean encrypt) |
void |
setKey(String key) |
void |
setTitle(String title) |
void |
setValue(String value) |
String |
toString() |
public ConfigValue()
public ConfigValue(String value)
public String getKey()
public void setKey(String key)
public String getValue()
public void setValue(String value)
public String getTitle()
public void setTitle(String title)
public String getDesc()
public void setDesc(String desc)
public Boolean getEncrypt()
public void setEncrypt(Boolean encrypt)
Copyright © 2006–2018 TinyGroup. All rights reserved.