ca.bc.gov.webade
Class EGroup

java.lang.Object
  extended byca.bc.gov.webade.EGroup
All Implemented Interfaces:
Group, java.io.Serializable

public final class EGroup
extends java.lang.Object
implements Group, java.io.Serializable

Author:
jross
See Also:
Serialized Form

Method Summary
 boolean equals(java.lang.Object arg0)
          Deprecated.  
 java.util.Date getEffectiveDate()
          Deprecated.  
 long getEgroupId()
          Deprecated.  
 java.util.Date getExpiryDate()
          Deprecated.  
 java.lang.String getGuid()
          Deprecated.  
 java.lang.String getName()
          Deprecated.  
 Organization[] getOrganizations()
          Deprecated.  
 Role[] getRoles(Organization org)
          Deprecated.  
 java.lang.String getSourceDirectory()
          Deprecated.  
 java.lang.String getUserType()
          Deprecated.  
 int hashCode()
          Deprecated.  
 void setUserType(java.lang.String userType)
          Deprecated.  
 java.lang.String toString()
          Deprecated.  
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getEgroupId

public final long getEgroupId()
Deprecated. 
Returns:
Returns the egroupId.

getEffectiveDate

public final java.util.Date getEffectiveDate()
Deprecated. 
Specified by:
getEffectiveDate in interface Group
Returns:
Returns the effectiveDate.

getExpiryDate

public final java.util.Date getExpiryDate()
Deprecated. 
Specified by:
getExpiryDate in interface Group
Returns:
Returns the expiryDate.

getGuid

public final java.lang.String getGuid()
Deprecated. 
Specified by:
getGuid in interface Group
Returns:
Returns the guid.

getName

public final java.lang.String getName()
Deprecated. 
Specified by:
getName in interface Group
Returns:
Returns the name.

getUserType

public java.lang.String getUserType()
Deprecated. 
Specified by:
getUserType in interface Group
Returns:
Returns the userType.

setUserType

public void setUserType(java.lang.String userType)
Deprecated. 
Specified by:
setUserType in interface Group
Parameters:
userType - The userType to set.

getSourceDirectory

public final java.lang.String getSourceDirectory()
Deprecated. 
Specified by:
getSourceDirectory in interface Group
Returns:
Returns the sourceDirectory.

getOrganizations

public final Organization[] getOrganizations()
Deprecated. 
Specified by:
getOrganizations in interface Group
Returns:
Returns the orgs.

getRoles

public final Role[] getRoles(Organization org)
Deprecated. 
Specified by:
getRoles in interface Group
Parameters:
org - The organization to retrive the roles for.
Returns:
Returns the roles.

toString

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

equals

public final boolean equals(java.lang.Object arg0)
Deprecated. 
See Also:
Object.equals(java.lang.Object)

hashCode

public final int hashCode()
Deprecated. 
See Also:
Object.hashCode()