Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.roller.presentation.website.formbeans
Class UserAdminForm  view UserAdminForm download UserAdminForm.java

java.lang.Object
  extended byUserForm
      extended byorg.roller.presentation.website.formbeans.UserAdminForm

public class UserAdminForm
extends UserForm

These properties are not persistent and are only needed for the UI.


Field Summary
private  boolean mDelete
           
 
Constructor Summary
UserAdminForm()
           
UserAdminForm(org.roller.pojos.UserData userData)
           
 
Method Summary
 boolean getDelete()
          Returns true if delete requested.
 void reset(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
           
 void setDelete(boolean delete)
          Sets the Delete member.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mDelete

private boolean mDelete
Constructor Detail

UserAdminForm

public UserAdminForm()

UserAdminForm

public UserAdminForm(org.roller.pojos.UserData userData)
Method Detail

getDelete

public boolean getDelete()
Returns true if delete requested.


setDelete

public void setDelete(boolean delete)
Sets the Delete member.


reset

public void reset(org.apache.struts.action.ActionMapping mapping,
                  javax.servlet.http.HttpServletRequest request)