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