public class DownloadInvoiceEvent extends com.google.gwt.event.shared.GwtEvent<DownloadInvoiceEventHandler>
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<DownloadInvoiceEventHandler> |
TYPE |
| Constructor and Description |
|---|
DownloadInvoiceEvent(Long orderId,
Long invoiceId,
String pin) |
DownloadInvoiceEvent(Long orderId,
Long invoiceId,
String pin,
boolean incoming) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(DownloadInvoiceEventHandler handler) |
String |
downloadInvoiceUrl() |
com.google.gwt.event.shared.GwtEvent.Type<DownloadInvoiceEventHandler> |
getAssociatedType() |
Long |
getInvoiceId()
Returns the invoice identification.
|
Long |
getOrderId()
Returns the order identification.
|
String |
getPin()
Returns the invoice PIN.
|
assertLive, getSource, isLive, kill, revivepublic static com.google.gwt.event.shared.GwtEvent.Type<DownloadInvoiceEventHandler> TYPE
public DownloadInvoiceEvent(@Nonnull Long orderId, @Nonnull Long invoiceId, @Nonnull String pin)
public com.google.gwt.event.shared.GwtEvent.Type<DownloadInvoiceEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<DownloadInvoiceEventHandler>protected void dispatch(DownloadInvoiceEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<DownloadInvoiceEventHandler>public Long getOrderId()
public Long getInvoiceId()
public String getPin()
public String downloadInvoiceUrl()
Copyright © 2023. All rights reserved.