net.anotheria.moskitodemo.counter
Class PaymentCounter

java.lang.Object
  extended by net.anotheria.moskitodemo.counter.PaymentCounter

public class PaymentCounter
extends Object

Demonstration of a payment counter with @Count annotation on class level.

Since:
19.11.12 09:14
Author:
lrosenberg

Constructor Summary
PaymentCounter()
           
 
Method Summary
 void cc()
          Credit card payment.
 void ec()
          Electronic card payment (lastchrifteinzug in germany).
 void paypal()
          Payment via paypal.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PaymentCounter

public PaymentCounter()
Method Detail

ec

public void ec()
Electronic card payment (lastchrifteinzug in germany).


cc

public void cc()
Credit card payment.


paypal

public void paypal()
Payment via paypal.



Copyright © 2010-2012 anotheria.net. All Rights Reserved.