@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, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getId, setId
public 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)
MongoIdentifiableEntity
afterRemove
in interface MongoIdentifiableEntity
Copyright © 2016 JBoss by Red Hat. All rights reserved.