Interface OwnedTransactionQuery
-
- All Known Implementing Classes:
InstallmentQuery,TransactionQuery
public interface OwnedTransactionQuery
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<AccountTypeVO>getAccountTypes()TransferDirectiongetDirection()InternalAccountOwnergetOwner()
-
-
-
Method Detail
-
getAccountTypes
Set<AccountTypeVO> getAccountTypes()
-
getDirection
TransferDirection getDirection()
-
getOwner
InternalAccountOwner getOwner()
-
-