Serialized Form


Package org.apache.shale.usecases.profile

Class org.apache.shale.usecases.profile.EditProfileState extends Object implements Serializable

Serialized Fields

creating

boolean creating

Flag indicating that we are creating a new profile, versus editing an existing one.


categories

int[] categories

Category identifiers for the categories selected by this user


emailAddress

String emailAddress

Email address for this user.


fullName

String fullName

Full name for this user.


password

String password

Password entered by the user.


password2

String password2

Confirmation password entered by the user.


username

String username

Username entered by the user.



Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.