org.apache.myfaces.examples.forceid
Class ForceIdBean

java.lang.Object
  extended byorg.apache.myfaces.examples.forceid.ForceIdBean

public class ForceIdBean
extends java.lang.Object

Author:
Matthias Weßendorf

Constructor Summary
ForceIdBean()
           
 
Method Summary
 java.util.ArrayList getChoices()
           
 java.lang.String getCurrentChoice()
           
 User[] getUsers()
           
 java.lang.String getValueOne()
           
 java.lang.String getValueTwo()
           
 void setCurrentChoice(java.lang.String currentChoice)
           
 void setUsers(User[] users)
           
 void setValueOne(java.lang.String valueOne)
           
 void setValueTwo(java.lang.String valueTwo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForceIdBean

public ForceIdBean()
Method Detail

getValueOne

public java.lang.String getValueOne()

setValueOne

public void setValueOne(java.lang.String valueOne)

getValueTwo

public java.lang.String getValueTwo()

setValueTwo

public void setValueTwo(java.lang.String valueTwo)

getUsers

public User[] getUsers()

setUsers

public void setUsers(User[] users)

getChoices

public java.util.ArrayList getChoices()

setCurrentChoice

public void setCurrentChoice(java.lang.String currentChoice)

getCurrentChoice

public java.lang.String getCurrentChoice()


Copyright © 2007 Apache Software Foundation. All Rights Reserved.