public class IncomingInvoiceDetailsEvent extends com.google.gwt.event.shared.GwtEvent<IncomingInvoiceDetailsHandler>
IncomingInvoice.getOrderId() Purchase order IDIncomingInvoice.getId() Incoming invoice ID| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<IncomingInvoiceDetailsHandler> |
TYPE |
| Constructor and Description |
|---|
IncomingInvoiceDetailsEvent(IncomingInvoice invoice) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(IncomingInvoiceDetailsHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<IncomingInvoiceDetailsHandler> |
getAssociatedType() |
Long |
getInvoiceId()
Returns the incoming invoice ID.
|
Long |
getOrderId()
Returns the purchase order ID.
|
assertLive, getSource, isLive, kill, revivepublic static com.google.gwt.event.shared.GwtEvent.Type<IncomingInvoiceDetailsHandler> TYPE
public IncomingInvoiceDetailsEvent(@Nonnull IncomingInvoice invoice)
public com.google.gwt.event.shared.GwtEvent.Type<IncomingInvoiceDetailsHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<IncomingInvoiceDetailsHandler>protected void dispatch(IncomingInvoiceDetailsHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<IncomingInvoiceDetailsHandler>public Long getOrderId()
public Long getInvoiceId()
Copyright © 2020. All rights reserved.