public class MapScopeAdapter extends AbstractScopeModel<MapScopeEntity>
Scope.FilterOption, Scope.SearchableFieldsentitystoreFactory| Constructor and Description |
|---|
MapScopeAdapter(MapScopeEntity entity,
StoreFactory storeFactory) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
Returns the end user friendly name for this scope.
|
String |
getIconUri()
Returns an icon
URI for this scope. |
String |
getId()
Returns the unique identifier for this instance.
|
String |
getName()
Returns the name of this scope.
|
ResourceServer |
getResourceServer()
Returns the
ResourceServer instance to where this scope belongs to. |
void |
setDisplayName(String name)
Sets an end user friendly name for this scope.
|
void |
setIconUri(String iconUri)
Sets an icon
URI for this scope. |
void |
setName(String name)
Sets a name for this scope.
|
String |
toString() |
equals, hashCodethrowExceptionIfReadonlypublic MapScopeAdapter(MapScopeEntity entity, StoreFactory storeFactory)
public String getId()
Scopepublic String getName()
Scopepublic void setName(String name)
Scopename - the name of this scopepublic String getDisplayName()
ScopeScope.getName() is returned.public void setDisplayName(String name)
Scopename - the name of this scopepublic String getIconUri()
ScopeURI for this scope.public void setIconUri(String iconUri)
ScopeURI for this scope.public ResourceServer getResourceServer()
ScopeResourceServer instance to where this scope belongs to.Copyright © 2021 JBoss by Red Hat. All rights reserved.