Uses of Class
dev.vality.damsel.domain.SystemTransactionAccount
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of SystemTransactionAccount in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return SystemTransactionAccount Modifier and Type Method Description SystemTransactionAccountSystemTransactionAccount. deepCopy()SystemTransactionAccountTransactionAccount. getSystem()SystemTransactionAccountSystemTransactionAccount. setType(SystemCashFlowAccount type)Methods in dev.vality.damsel.domain with parameters of type SystemTransactionAccount Modifier and Type Method Description intSystemTransactionAccount. compareTo(SystemTransactionAccount other)booleanSystemTransactionAccount. equals(SystemTransactionAccount that)voidTransactionAccount. setSystem(SystemTransactionAccount value)static TransactionAccountTransactionAccount. system(SystemTransactionAccount value)Constructors in dev.vality.damsel.domain with parameters of type SystemTransactionAccount Constructor Description SystemTransactionAccount(SystemTransactionAccount other)Performs a deep copy on other.