public class CallContextWidgetModel extends AbstractWidgetModel
| Constructor and Description |
|---|
CallContextWidgetModel() |
| Modifier and Type | Method and Description |
|---|---|
TypedObject |
getBaseSite() |
TypedObject |
getCallContextCurrency() |
TypedObject |
getCustomer() |
TypedObject |
getOrder() |
TypedObject |
getTicket() |
boolean |
setBaseSite(TypedObject baseSite) |
boolean |
setCallContextCurrency(TypedObject callContextCurrency) |
boolean |
setCustomer(TypedObject customer) |
boolean |
setOrder(TypedObject order) |
boolean |
setTicket(TypedObject ticket) |
addWidgetModelListener, getWidgetModelListeners, notifyListeners, notifyListeners, removeWidgetModelLlistenerpublic TypedObject getCustomer()
public boolean setCustomer(TypedObject customer)
public TypedObject getOrder()
public boolean setOrder(TypedObject order)
public TypedObject getTicket()
public boolean setTicket(TypedObject ticket)
public TypedObject getCallContextCurrency()
public boolean setCallContextCurrency(TypedObject callContextCurrency)
public TypedObject getBaseSite()
public boolean setBaseSite(TypedObject baseSite)
Copyright © 2018 SAP SE. All Rights Reserved.