public class DeleteIncomingInvoiceEvent extends com.google.gwt.event.shared.GwtEvent<DeleteIncomingInvoiceEventHandler>
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<DeleteIncomingInvoiceEventHandler> |
TYPE |
| Constructor and Description |
|---|
DeleteIncomingInvoiceEvent(Long orderId,
Long invoiceId,
String invoiceNumber) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(DeleteIncomingInvoiceEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<DeleteIncomingInvoiceEventHandler> |
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<DeleteIncomingInvoiceEventHandler> TYPE
public com.google.gwt.event.shared.GwtEvent.Type<DeleteIncomingInvoiceEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<DeleteIncomingInvoiceEventHandler>protected void dispatch(DeleteIncomingInvoiceEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<DeleteIncomingInvoiceEventHandler>public Long getOrderId()
public Long getInvoiceId()
public String getInvoiceNumber()
null if it was not defined.Copyright © 2023. All rights reserved.