public class ConfigurationValue extends Object implements Serializable
| Constructor and Description |
|---|
ConfigurationValue() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
long |
getId() |
ConfigurationItem |
getItem()
Get the configuration item.
|
String |
getName() |
String |
getType() |
String |
getValue()
Get the configuration value.
|
int |
hashCode() |
ConfigurationValue |
setId(long newId) |
ConfigurationValue |
setItem(ConfigurationItem newItem)
Set the configuration item.
|
ConfigurationValue |
setName(String key) |
ConfigurationValue |
setType(String newType) |
ConfigurationValue |
setValue(String newValue)
Set the configuration value.
|
String |
toString() |
public long getId()
public ConfigurationValue setId(long newId)
public String getName()
public ConfigurationValue setName(String key)
public String getValue()
public ConfigurationValue setValue(String newValue)
newValue - The configuration value..ConfigurationValue itself.public String getType()
public ConfigurationValue setType(String newType)
public ConfigurationItem getItem()
public ConfigurationValue setItem(ConfigurationItem newItem)
newItem - The configuration item.ConfigurationValue itself.Copyright © 2017 SDL Group. All rights reserved.