ca.bc.gov.webade
Class GovernmentGroup

java.lang.Object
  extended byca.bc.gov.webade.WebADEGroup
      extended byca.bc.gov.webade.GovernmentGroup
All Implemented Interfaces:
java.io.Serializable

public class GovernmentGroup
extends ca.bc.gov.webade.WebADEGroup

Author:
awilkinson
See Also:
Serialized Form

Constructor Summary
GovernmentGroup()
           
 
Method Summary
 void init()
           
 boolean isUserMember(UserCredentials userCredentials)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GovernmentGroup

public GovernmentGroup()
Method Detail

isUserMember

public boolean isUserMember(UserCredentials userCredentials)

init

public void init()

toString

public java.lang.String toString()
See Also:
Object.toString()