public class Setting extends Object
| Constructor and Description |
|---|
Setting() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the id.
|
String |
getValue()
Gets the value.
|
void |
setId(String newId)
Sets the id.
|
void |
setValue(String newValue)
Sets the value.
|
public String getId()
public void setId(String newId)
newId - the new idpublic String getValue()
public void setValue(String newValue)
newValue - the new valueCopyright © 2010–2018. All rights reserved.