Class PortfolioAccountDTO

java.lang.Object
org.apache.fineract.portfolio.account.data.PortfolioAccountDTO

public class PortfolioAccountDTO extends Object
  • Constructor Details

    • PortfolioAccountDTO

      public PortfolioAccountDTO(Integer accountTypeId, Long clientId, String currencyCode, long[] accountStatus, Integer depositType, boolean excludeOverDraftAccounts)
    • PortfolioAccountDTO

      public PortfolioAccountDTO(Integer accountTypeId, Long clientId, long[] accountStatus)
    • PortfolioAccountDTO

      public PortfolioAccountDTO(Integer accountTypeId, Long clientId, String currencyCode, long[] accountStatus, Integer depositType)
  • Method Details

    • getAccountTypeId

      public Integer getAccountTypeId()
    • getClientId

      public Long getClientId()
    • getCurrencyCode

      public String getCurrencyCode()
    • getAccountStatus

      public long[] getAccountStatus()
    • getFirstAccountStatus

      public long getFirstAccountStatus()
    • getDepositType

      public Integer getDepositType()
    • isExcludeOverDraftAccounts

      public boolean isExcludeOverDraftAccounts()
    • getGroupId

      public Long getGroupId()
    • setGroupId

      public void setGroupId(Long groupId)