org.jboss.cdi.tck.tests.lookup.dynamic
Class AdvancedPaymentProcessor

java.lang.Object
  extended by org.jboss.cdi.tck.tests.lookup.dynamic.AdvancedPaymentProcessor
All Implemented Interfaces:
AsynchronousPaymentProcessor, PaymentProcessor

@PayBy(value=CHEQUE)
@ApplicationScoped
public class AdvancedPaymentProcessor
extends Object
implements AsynchronousPaymentProcessor


Constructor Summary
AdvancedPaymentProcessor()
           
 
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

AdvancedPaymentProcessor

public AdvancedPaymentProcessor()
Method Detail

getValue

public int getValue()
Specified by:
getValue in interface AsynchronousPaymentProcessor

setValue

public void setValue(int value)
Specified by:
setValue in interface AsynchronousPaymentProcessor


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