org.jboss.jsfunit.example.hellojsf
Class MyBean

java.lang.Object
  extended by org.jboss.jsfunit.example.hellojsf.MyBean

public class MyBean
extends Object

Simple Bean

Author:
Stan Silvert

Field Summary
 int myValue
           
 
Constructor Summary
MyBean()
           
 
Method Summary
 int getMyValue()
           
 String getScope()
           
 void setMyValue(int myValue)
           
 void setScope(String scope)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

myValue

public int myValue
Constructor Detail

MyBean

public MyBean()
Method Detail

getMyValue

public int getMyValue()

setMyValue

public void setMyValue(int myValue)

getScope

public String getScope()

setScope

public void setScope(String scope)


Copyright © 2007-2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.