public class GlobalPrivilege extends AbstractIdentifiable implements Privilege
Constructor and Description |
---|
GlobalPrivilege(String id,
String name)
Constructor that specifies the unique identifier and name of this global privilege.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getName()
Gets the name of this global 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