base.user
Class UserGender

java.lang.Object
  extended by base.user.UserGender

public class UserGender
extends java.lang.Object


Field Summary
static int FEMALE
           
static int MALE
           
static java.lang.String[] USER_GENDER
           
 
Constructor Summary
UserGender()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

USER_GENDER

public static final java.lang.String[] USER_GENDER

MALE

public static final int MALE
See Also:
Constant Field Values

FEMALE

public static final int FEMALE
See Also:
Constant Field Values
Constructor Detail

UserGender

public UserGender()


Copyright © 2006 SF.net. All Rights Reserved.