org.apache.myfaces.trinidaddemo
Class DataBean

java.lang.Object
  extended by org.apache.myfaces.trinidaddemo.DataBean
All Implemented Interfaces:
Serializable

public class DataBean
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
DataBean()
           
 
Method Summary
 String action()
           
 boolean getBoolean()
           
 int getInt()
           
 String getString()
           
 void setBoolean(boolean aBoolean)
           
 void setInt(int anInt)
           
 void setString(String aString)
           
 String showDetail()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataBean

public DataBean()
Method Detail

action

public String action()

showDetail

public String showDetail()

getBoolean

public boolean getBoolean()

setBoolean

public void setBoolean(boolean aBoolean)

getInt

public int getInt()

setInt

public void setInt(int anInt)

getString

public String getString()

setString

public void setString(String aString)


Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.