public class ACLUserEntryKey extends Object implements Serializable
ACLUserEntry
objects.Constructor and Description |
---|
ACLUserEntryKey() |
ACLUserEntryKey(int acl,
UserKey principal) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object pObj) |
int |
getAcl() |
UserKey |
getPrincipal() |
int |
hashCode() |
void |
setAcl(int aclId) |
void |
setPrincipal(UserKey principal) |
String |
toString() |
public ACLUserEntryKey()
public ACLUserEntryKey(int acl, UserKey principal)
Copyright © 2017 DocDoku. All rights reserved.