public class Grant extends AbstractMetadataRecord
AbstractMetadataRecord.DataModifiable, AbstractMetadataRecord.ModifiableNAME_DELIM_CHAR, RELATIONAL_PREFIX| Constructor and Description |
|---|
Grant() |
Grant(String role,
Permission permission) |
| Modifier and Type | Method and Description |
|---|---|
Permission |
getPermission() |
String |
getRole() |
void |
setPermission(Permission permission) |
void |
setRole(String role) |
equals, getAnnotation, getCanonicalName, getFullName, getIdentifier, getIncomingObjects, getName, getNameInSource, getParent, getProperties, getProperty, getProperty, getSourceName, getSQLString, getSQLString, getUUID, hashCode, isUUIDSet, setAnnotation, setIncomingObjects, setName, setNameInSource, setProperties, setProperty, setUUID, toStringpublic Grant()
public Grant(String role, Permission permission)
public Permission getPermission()
public void setPermission(Permission permission)
public String getRole()
public void setRole(String role)
Copyright © 2020. All rights reserved.