public class Transaction.BookResult
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
booked |
ConversationMatter |
infoMatter |
java.util.Vector<Transaction.Message> |
infoMessages |
java.lang.String |
message
veto message - stops further execution
|
java.lang.String |
soundToPlay |
Constructor and Description |
---|
BookResult() |
Modifier and Type | Method and Description |
---|---|
void |
addInfoMessage(java.lang.String messageText) |
void |
addInfoMessage(java.lang.String messageText,
java.lang.String soundToPlay) |
void |
addInfoMessage(java.lang.String messageText,
java.lang.String soundToPlay,
boolean forceConfirmation) |
ConfirmationMatter |
getConfirmationMatter()
Returns the matter that is to be confirmed before transaction can be processed.
|
boolean |
isToBePresentedToUserInterface()
Returns true if there is anything to be presented to user interface.
|
void |
setConfirmationMatter(ConfirmationMatter confirmationMatter)
Set the matter that is to be confirmed before transaction can be processed.
|
void |
setInfoMessageWereTakenNoteOf() |
void |
setUniqueSound(java.lang.String defaultSound) |
public ConversationMatter infoMatter
public java.lang.String message
public java.util.Vector<Transaction.Message> infoMessages
public java.lang.String soundToPlay
public boolean booked
public void addInfoMessage(java.lang.String messageText)
public void addInfoMessage(java.lang.String messageText, java.lang.String soundToPlay)
public void addInfoMessage(java.lang.String messageText, java.lang.String soundToPlay, boolean forceConfirmation)
public void setUniqueSound(java.lang.String defaultSound)
public void setInfoMessageWereTakenNoteOf()
public void setConfirmationMatter(ConfirmationMatter confirmationMatter)
confirmationMatter
- the matter to be confirmed before transaction can be processedpublic ConfirmationMatter getConfirmationMatter()
public boolean isToBePresentedToUserInterface()
Copyright 1998-2023 Christoph Mueller, Kaerntner Str. 56, D-70469 Stuttgart, Germany, https://www.perpus.de