|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use User.Gender | |
---|---|
ch.bouquet.jpa.domain |
Uses of User.Gender in ch.bouquet.jpa.domain |
---|
Methods in ch.bouquet.jpa.domain that return User.Gender | |
---|---|
User.Gender |
User.getGender()
Gets the gender. |
static User.Gender |
User.Gender.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static User.Gender[] |
User.Gender.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in ch.bouquet.jpa.domain with parameters of type User.Gender | |
---|---|
void |
User.setGender(User.Gender gender)
Sets the gender. |
Constructors in ch.bouquet.jpa.domain with parameters of type User.Gender | |
---|---|
User(java.lang.String firstName,
java.lang.String lastName,
java.lang.String email,
java.util.Date birthdate,
User.Gender gender)
Constructor |
|
User(java.lang.String firstName,
java.lang.String lastName,
java.lang.String email,
java.lang.String birthdate,
User.Gender gender)
Constructor |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |