public class TicketWizardContext extends Object implements NewItemsWizardContext
| Modifier and Type | Field and Description |
|---|---|
static String |
PRESET_VALUES |
static String |
TICKET |
| Constructor and Description |
|---|
TicketWizardContext() |
TicketWizardContext(TypedObject ticket) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAttribute(String key) |
Map<String,Object> |
getPresetValues() |
TypedObject |
getTicket() |
boolean |
isDefaultValueLoaded(String qualifier) |
void |
setDefaultValueLoaded(String qualifier) |
void |
setPresetValues(Map<String,Object> presetValues) |
void |
setTicket(TypedObject ticket) |
public static final String TICKET
public static final String PRESET_VALUES
public TicketWizardContext()
public TicketWizardContext(TypedObject ticket)
public Object getAttribute(String key)
getAttribute in interface WizardContextpublic TypedObject getTicket()
public void setTicket(TypedObject ticket)
public void setDefaultValueLoaded(String qualifier)
setDefaultValueLoaded in interface NewItemsWizardContextpublic boolean isDefaultValueLoaded(String qualifier)
isDefaultValueLoaded in interface NewItemsWizardContextCopyright © 2017 SAP SE. All Rights Reserved.