public class DeleteInvoiceEvent extends com.google.gwt.event.shared.GwtEvent<DeleteInvoiceEventHandler>
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<DeleteInvoiceEventHandler> |
TYPE |
| Constructor and Description |
|---|
DeleteInvoiceEvent(Long orderId,
Long invoiceId,
String invoiceNumber) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(DeleteInvoiceEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<DeleteInvoiceEventHandler> |
getAssociatedType() |
Long |
getInvoiceId()
Returns the invoice identification.
|
String |
getInvoiceNumber()
Returns the invoice number or
null if it was not defined. |
Long |
getOrderId()
Returns the order identification.
|
assertLive, getSource, isLive, kill, revivepublic static com.google.gwt.event.shared.GwtEvent.Type<DeleteInvoiceEventHandler> TYPE
public com.google.gwt.event.shared.GwtEvent.Type<DeleteInvoiceEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<DeleteInvoiceEventHandler>protected void dispatch(DeleteInvoiceEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<DeleteInvoiceEventHandler>public Long getOrderId()
public Long getInvoiceId()
public String getInvoiceNumber()
null if it was not defined.Copyright © 2023. All rights reserved.