org.jboss.cdi.tck.tests.implementation.simple.newSimpleBean
Class Order

java.lang.Object
  extended by org.jboss.cdi.tck.tests.implementation.simple.newSimpleBean.Order
All Implemented Interfaces:
Serializable

@Secure
@Transactional
public class Order
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
static boolean constructed
           
 
Constructor Summary
Order()
           
 
Method Summary
 boolean foo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

constructed

public static boolean constructed
Constructor Detail

Order

public Order()
Method Detail

foo

public boolean foo()


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