public class ScopedPrivilege extends AbstractIdentifiable implements Privilege
Constructor and Description |
---|
ScopedPrivilege(String id,
String name)
Constructor specifying the unique identifier and name of this scoped privilege.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getName()
Gets the name of this scoped privilege.
|
int |
hashCode() |
String |
toString() |
getId, getTypeId
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getId, getTypeId
public String getName()
public int hashCode()
hashCode
in class AbstractIdentifiable
public boolean equals(Object obj)
equals
in class AbstractIdentifiable
public String toString()
toString
in class AbstractIdentifiable
Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA