Class PortfolioAccountDTO
java.lang.Object
org.apache.fineract.portfolio.account.data.PortfolioAccountDTO
-
Constructor Summary
ConstructorsConstructorDescriptionPortfolioAccountDTO(Integer accountTypeId, Long clientId, long[] accountStatus) PortfolioAccountDTO(Integer accountTypeId, Long clientId, String currencyCode, long[] accountStatus, Integer depositType) PortfolioAccountDTO(Integer accountTypeId, Long clientId, String currencyCode, long[] accountStatus, Integer depositType, boolean excludeOverDraftAccounts) -
Method Summary
-
Constructor Details
-
PortfolioAccountDTO
-
PortfolioAccountDTO
-
PortfolioAccountDTO
-
-
Method Details
-
getAccountTypeId
-
getClientId
-
getCurrencyCode
-
getAccountStatus
public long[] getAccountStatus() -
getFirstAccountStatus
public long getFirstAccountStatus() -
getDepositType
-
isExcludeOverDraftAccounts
public boolean isExcludeOverDraftAccounts() -
getGroupId
-
setGroupId
-