|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.anotheria.moskitodemo.counter.PaymentCounter
public class PaymentCounter
Demonstration of a payment counter with @Count annotation on class level.
| 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 |
|---|
public PaymentCounter()
| Method Detail |
|---|
public void ec()
public void cc()
public void paypal()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||