public class Setting extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
Setting.Factory
Constructs new instances of
Setting . |
Constructor and Description |
---|
Setting() |
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 Setting instance and all identifiers for this
entity equal the identifiers of the argument entity. |
Long |
getLastModificationTimestamp() |
String |
getSettingKey() |
String |
getSettingValue() |
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setLastModificationTimestamp(Long lastModificationTimestamp)
Set the time of the last modification of the setting.
|
void |
setSettingKey(String settingKey) |
void |
setSettingValue(String settingValue) |
public String attributesToString()
public boolean equals(Object object)
true
if the argument is an Setting instance and all identifiers for this
entity equal the identifiers of the argument entity. Returns false
otherwise.public Long getLastModificationTimestamp()
public String getSettingKey()
public String getSettingValue()
public int hashCode()
public void setLastModificationTimestamp(Long lastModificationTimestamp)
lastModificationTimestamp
- the time of the last modification as the number of milliseconds since epochpublic void setSettingKey(String settingKey)
public void setSettingValue(String settingValue)
Copyright © 2019 Communote team. All rights reserved.