org.apache.shale.usecases.profile
Class EditProfileState

java.lang.Object
  extended by org.apache.shale.usecases.profile.EditProfileState
All Implemented Interfaces:
Serializable

public class EditProfileState
extends Object
implements Serializable

Dialog state information for the Edit Profile dialog.

$Id: EditProfileState.java 464373 2006-10-16 04:21:54Z rahul $

See Also:
Serialized Form

Constructor Summary
EditProfileState()
           
 
Method Summary
 int[] getCategories()
           
 String getEmailAddress()
           
 String getFullName()
           
 String getPassword()
           
 String getPassword2()
           
 String getUsername()
           
 boolean isCreating()
           
 void setCategories(int[] categories)
           
 void setCreating(boolean creating)
           
 void setEmailAddress(String emailAddress)
           
 void setFullName(String fullName)
           
 void setPassword(String password)
           
 void setPassword2(String password2)
           
 void setUsername(String username)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditProfileState

public EditProfileState()
Method Detail

isCreating

public boolean isCreating()

setCreating

public void setCreating(boolean creating)

getCategories

public int[] getCategories()

setCategories

public void setCategories(int[] categories)

getEmailAddress

public String getEmailAddress()

setEmailAddress

public void setEmailAddress(String emailAddress)

getFullName

public String getFullName()

setFullName

public void setFullName(String fullName)

getPassword

public String getPassword()

setPassword

public void setPassword(String password)

getPassword2

public String getPassword2()

setPassword2

public void setPassword2(String password2)

getUsername

public String getUsername()

setUsername

public void setUsername(String username)


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