public class Group extends PrincipalImpl
| Constructor and Description |
|---|
Group(String name)
Creates a new Group attribute
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other)
This function returns true if the object passed matches
the principal represented in this implementation
|
int |
hashCode()
Returns the hashcode for this Principal object
|
getName, toStringpublic Group(String name)
public boolean equals(Object other)
PrincipalImplequals in interface Principalequals in class PrincipalImplother - the Principal to compare with.public int hashCode()
PrincipalImplhashCode in interface PrincipalhashCode in class PrincipalImplCopyright © 2017–2020 Eclipse Foundation. All rights reserved.