public abstract class ApplicationConfigurationSetting extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
ApplicationConfigurationSetting.Factory
Constructs new instances of
ApplicationConfigurationSetting . |
Constructor and Description |
---|
ApplicationConfigurationSetting() |
Modifier and Type | Method and Description |
---|---|
String |
attributesToString()
Builds a string showing the current attribute values
|
boolean |
equals(Object object)
Returns
true if the argument is an ApplicationConfigurationSetting instance and
all identifiers for this entity equal the identifiers of the argument entity. |
String |
getSettingKey()
the key of the setting
|
String |
getSettingValue()
the value of the setting
|
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setSettingKey(String settingKey) |
void |
setSettingValue(String settingValue) |
public String attributesToString()
public boolean equals(Object object)
true
if the argument is an ApplicationConfigurationSetting instance and
all identifiers for this entity equal the identifiers of the argument entity. Returns
false
otherwise.public String getSettingKey()
the key of the setting
public String getSettingValue()
the value of the setting
public int hashCode()
public void setSettingKey(String settingKey)
public void setSettingValue(String settingValue)
Copyright © 2019 Communote team. All rights reserved.