Class TransactionBuilder
java.lang.Object
org.openwms.common.spi.transactions.TransactionBuilder
A TransactionBuilder.
- Author:
- Heiko Scherrer
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic TransactionBuilder
build()
but()
withCreatedByUser
(String createdByUser) withDescription
(String description) withDetail
(String key, String value) withDetails
(Map<String, String> details) withSender
(String sender)
-
Field Details
-
transactionVO
-
-
Constructor Details
-
TransactionBuilder
private TransactionBuilder()
-
-
Method Details
-
aTransactionVO
-
withDescription
-
withType
-
withCreatedByUser
-
withSender
-
withDetail
-
withDetails
-
but
-
build
-