@Entity(name="SettingsEntity") public class SettingsEntity extends Object
| Constructor and Description |
|---|
SettingsEntity() |
| Modifier and Type | Method and Description |
|---|---|
ContextEntity |
getContext() |
long |
getId() |
String |
getName() |
ScopeEntity |
getScope() |
String |
getValue() |
SettingsEntity |
setContext(ContextEntity context) |
SettingsEntity |
setName(String name) |
SettingsEntity |
setScope(ScopeEntity scope) |
SettingsEntity |
setValue(String value) |
public long getId()
public String getName()
public SettingsEntity setName(String name)
public String getValue()
public SettingsEntity setValue(String value)
public ContextEntity getContext()
public SettingsEntity setContext(ContextEntity context)
public ScopeEntity getScope()
public SettingsEntity setScope(ScopeEntity scope)
Copyright © 2003–2018 eXo Platform SAS. All rights reserved.