@Entity(name="SettingsScopeEntity") public class ScopeEntity extends Object
| Constructor and Description |
|---|
ScopeEntity() |
| Modifier and Type | Method and Description |
|---|---|
long |
getId() |
String |
getName() |
Set<SettingsEntity> |
getSettings() |
String |
getType() |
ScopeEntity |
setName(String name) |
void |
setSettings(Set<SettingsEntity> settings) |
ScopeEntity |
setType(String type) |
public long getId()
public String getName()
public ScopeEntity setName(String name)
public String getType()
public ScopeEntity setType(String type)
public Set<SettingsEntity> getSettings()
public void setSettings(Set<SettingsEntity> settings)
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.