@MongoCollection(collectionName="scopes") public class ScopeEntity extends AbstractIdentifiableEntity implements MongoIdentifiableEntity
id| Constructor and Description |
|---|
ScopeEntity() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterRemove(MongoStoreInvocationContext invocationContext)
Lifecycle callback, which is called after removal of this object from Mongo.
|
String |
getIconUri() |
String |
getName() |
String |
getResourceServerId() |
void |
setIconUri(String iconUri) |
void |
setName(String name) |
void |
setResourceServerId(String resourceServerId) |
equals, getId, hashCode, setId, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetId, setIdpublic String getName()
public void setName(String name)
public String getIconUri()
public void setIconUri(String iconUri)
public String getResourceServerId()
public void setResourceServerId(String resourceServerId)
public void afterRemove(MongoStoreInvocationContext invocationContext)
MongoIdentifiableEntityafterRemove in interface MongoIdentifiableEntityCopyright © 2016 JBoss by Red Hat. All rights reserved.