|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcafe.main.CancelProduct
public class CancelProduct
| Constructor Summary | |
|---|---|
CancelProduct(ExportProduct product,
java.lang.String time)
Constructs a new canceled product from parameters. |
|
| Method Summary | |
|---|---|
ExportProduct |
getExportProduct()
Returns the product that has been tagged to be cancelled. |
java.lang.String |
getTimeDateString()
Returns the timestamp for the product export transaction. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CancelProduct(ExportProduct product,
java.lang.String time)
product - The exported product that will be cancelled.time - The date and time the product was exported (D.M.YYYY hh:mm).| Method Detail |
|---|
public ExportProduct getExportProduct()
public java.lang.String getTimeDateString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||