Class AccountGroup
java.lang.Object
com.aoindustries.aoserv.creditcards.AccountGroup
- Author:
- AO Industries, Inc.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Not implemented.boolean
Gets the account.Gets the application-provided group name.getName()
Gets the group name.int
hashCode()
boolean
Returns true of user is anAoservConnectorPrincipal
whose effective administrator is either this account or a parent account.Enumeration
<? extends Principal> members()
Not implemented.boolean
removeMember
(Principal user) Not implemented.toString()
-
Constructor Details
-
AccountGroup
Creates a newAccountGroup
.
-
-
Method Details
-
equals
-
toString
-
hashCode
public int hashCode() -
getName
Gets the group name. -
addMember
Not implemented. -
removeMember
Not implemented.- Specified by:
removeMember
in interfaceGroup
-
isMember
Returns true of user is anAoservConnectorPrincipal
whose effective administrator is either this account or a parent account. -
members
Not implemented. -
getAccount
Gets the account. -
getGroupName
Gets the application-provided group name.
-