ca.bc.gov.webade.user
Class UserTypeCode

java.lang.Object
  extended byca.bc.gov.webade.user.UserTypeCode
All Implemented Interfaces:
java.io.Serializable

public final class UserTypeCode
extends java.lang.Object
implements java.io.Serializable

Author:
jross
See Also:
Serialized Form

Field Summary
static UserTypeCode BUSINESS_PARTNER
          Business Partner user type code value.
static UserTypeCode GOVERNMENT
          Government user type code value.
static UserTypeCode INDIVIDUAL
          Individual user type code value.
static UserTypeCode VERIFIED_INDIVIDUAL
          Individual user type code value.
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCodeValue()
           
 java.lang.String getDescription()
           
static UserTypeCode getUserTypeCode(java.lang.String codeValue)
          Returns the matching UserTypeCode instance for the given code value, or null if no match is found.
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

GOVERNMENT

public static final UserTypeCode GOVERNMENT
Government user type code value.


BUSINESS_PARTNER

public static final UserTypeCode BUSINESS_PARTNER
Business Partner user type code value.


VERIFIED_INDIVIDUAL

public static final UserTypeCode VERIFIED_INDIVIDUAL
Individual user type code value.


INDIVIDUAL

public static final UserTypeCode INDIVIDUAL
Individual user type code value.

Method Detail

getUserTypeCode

public static final UserTypeCode getUserTypeCode(java.lang.String codeValue)
Returns the matching UserTypeCode instance for the given code value, or null if no match is found.

Parameters:
codeValue - The code value string.
Returns:
The matching UserTypeCode instance.

getCodeValue

public java.lang.String getCodeValue()
Returns:
Returns the userTypeCode.

getDescription

public java.lang.String getDescription()
Returns:
Returns the userTypeCode description.

equals

public boolean equals(java.lang.Object obj)
See Also:
Object.equals(java.lang.Object)

hashCode

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

toString

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