org.apache.hcatalog.templeton
Class GroupPermissionsDesc
Object
GroupPermissionsDesc
- Direct Known Subclasses:
- ColumnDesc, DatabaseDesc, PartitionDesc, TableDesc, TableLikeDesc, TablePropertyDesc
public abstract class GroupPermissionsDesc
- extends Object
The base create permissions for ddl objects.
Method Summary |
boolean |
equals(Object o)
|
protected static boolean |
xequals(boolean a,
boolean b)
|
protected static boolean |
xequals(char a,
char b)
|
protected static boolean |
xequals(int a,
int b)
|
protected static boolean |
xequals(Object a,
Object b)
|
Methods inherited from class Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
group
public String group
permissions
public String permissions
GroupPermissionsDesc
public GroupPermissionsDesc()
xequals
protected static boolean xequals(Object a,
Object b)
xequals
protected static boolean xequals(boolean a,
boolean b)
xequals
protected static boolean xequals(int a,
int b)
xequals
protected static boolean xequals(char a,
char b)
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object