org.jboss.cdi.tck.tests.lookup.dynamic
Class AdvancedPaymentProcessor
java.lang.Object
org.jboss.cdi.tck.tests.lookup.dynamic.AdvancedPaymentProcessor
- All Implemented Interfaces:
- AsynchronousPaymentProcessor, PaymentProcessor
@PayBy(value=CHEQUE)
@ApplicationScoped
public class AdvancedPaymentProcessor
- extends Object
- implements AsynchronousPaymentProcessor
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AdvancedPaymentProcessor
public AdvancedPaymentProcessor()
getValue
public int getValue()
- Specified by:
getValue in interface AsynchronousPaymentProcessor
setValue
public void setValue(int value)
- Specified by:
setValue in interface AsynchronousPaymentProcessor
Copyright © 2008-2013 Seam Framework. All Rights Reserved.