public class Grantee
extends java.lang.Object
| Constructor and Description |
|---|
Grantee() |
Grantee(java.lang.String identifier,
GranteeType granteeType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
GranteeType |
getGranteeType()
Gets the Particular grantee Type
|
java.lang.String |
getIdentifier()
Gets the particular identifier representing the grantee
|
int |
hashCode() |
void |
setGranteeType(GranteeType granteeType)
Sets the Type of the grantee see
GranteeType for more information |
public Grantee()
public Grantee(java.lang.String identifier,
GranteeType granteeType)
public java.lang.String getIdentifier()
public GranteeType getGranteeType()
public void setGranteeType(GranteeType granteeType)
GranteeType for more informationgranteeType - public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object