|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.dtt.ca.request.CARequest
it.dtt.ca.request.BuyRequest
public class BuyRequest
This request should be used to buy any Product, including PPV events PPVEvent
.
Constructor Summary | |
---|---|
BuyRequest(Product productToBuy)
Constructs the new buy request. |
Method Summary | |
---|---|
Product |
getProductToBuy()
Determines the product which shall be bought. |
Methods inherited from class it.dtt.ca.request.CARequest |
---|
cancel, getPrivateData, isCancelled, setPrivateData |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BuyRequest(Product productToBuy)
productToBuy
- the product which should be bought.Method Detail |
---|
public Product getProductToBuy()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |