org.jboss.seam.persistence.transactions.test
Class TransactionScopedObject

java.lang.Object
  extended by org.jboss.seam.persistence.transactions.test.TransactionScopedObject

@TransactionScoped
public class TransactionScopedObject
extends Object


Constructor Summary
TransactionScopedObject()
           
 
Method Summary
 int getValue()
           
 void setValue(int value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionScopedObject

public TransactionScopedObject()
Method Detail

getValue

public int getValue()

setValue

public void setValue(int value)


Copyright © 2010 Seam Framework. All Rights Reserved.