public class Setting
extends java.lang.Object
implements java.io.Serializable
| Modifier | Constructor and Description |
|---|---|
protected |
Setting()
no-args constructor
|
|
Setting(java.lang.String id,
java.lang.String value)
Creates a new instance of this value object representing an engine setting.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId() |
java.lang.String |
getValue() |
java.lang.String |
toString() |
protected Setting()
public Setting(java.lang.String id,
java.lang.String value)
id - the identifier of the setting - must be one of ServerSettingIdsvalue - the setting valuepublic java.lang.String getId()
ServerSettingIdspublic java.lang.String getValue()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.