org.jboss.jsr299.tck.tests.context
Class SimpleBeanZ

java.lang.Object
  extended by org.jboss.jsr299.tck.tests.context.SimpleBeanZ
All Implemented Interfaces:
Serializable

@SessionScoped
public class SimpleBeanZ
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
SimpleBeanZ()
           
 
Method Summary
 String getName()
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleBeanZ

public SimpleBeanZ()
Method Detail

getName

public String getName()

setName

public void setName(String name)


Copyright © 2008-2012 Seam Framework. All Rights Reserved.