Uses of Record Class
no.priv.bang.ukelonn.beans.TransactionType
Packages that use TransactionType
-
Uses of TransactionType in no.priv.bang.ukelonn
Methods in no.priv.bang.ukelonn that return types with arguments of type TransactionTypeModifier and TypeMethodDescriptionUkelonnService.createJobtype(TransactionType jobtype) UkelonnService.createPaymenttype(TransactionType paymenttype) UkelonnService.getJobTypes()UkelonnService.getPaymenttypes()UkelonnService.modifyJobtype(TransactionType jobtype) UkelonnService.modifyPaymenttype(TransactionType paymenttype) Methods in no.priv.bang.ukelonn with parameters of type TransactionTypeModifier and TypeMethodDescriptionUkelonnService.createJobtype(TransactionType jobtype) UkelonnService.createPaymenttype(TransactionType paymenttype) UkelonnService.modifyJobtype(TransactionType jobtype) UkelonnService.modifyPaymenttype(TransactionType paymenttype) -
Uses of TransactionType in no.priv.bang.ukelonn.beans
Fields in no.priv.bang.ukelonn.beans declared as TransactionTypeModifier and TypeFieldDescriptionprivate TransactionTypeTransaction.Builder.transactionTypeprivate final TransactionTypeTransaction.transactionTypeThe field for thetransactionTyperecord component.Methods in no.priv.bang.ukelonn.beans that return TransactionTypeModifier and TypeMethodDescriptionTransactionType.Builder.build()Transaction.transactionType()Returns the value of thetransactionTyperecord component.Methods in no.priv.bang.ukelonn.beans with parameters of type TransactionTypeModifier and TypeMethodDescriptionTransaction.Builder.transactionType(TransactionType transactionType) static TransactionType.BuilderTransactionType.with(TransactionType transactiontype) Constructors in no.priv.bang.ukelonn.beans with parameters of type TransactionTypeModifierConstructorDescriptionTransaction(int id, TransactionType transactionType, Date transactionTime, double transactionAmount, boolean paidOut) Creates an instance of aTransactionrecord class.