Class Transfer

    • Constructor Detail

      • Transfer

        protected Transfer()
    • Method Detail

      • getDigitalAccountId

        public String getDigitalAccountId()
      • getCreationDate

        public String getCreationDate()
      • getTransferDate

        public String getTransferDate()
      • getStatus

        public String getStatus()
      • getRecipient

        public Recipient getRecipient()
      • setDigitalAccountId

        protected void setDigitalAccountId​(String digitalAccountId)
      • setCreationDate

        protected void setCreationDate​(String creationDate)
      • setTransferDate

        protected void setTransferDate​(String transferDate)
      • setAmount

        protected void setAmount​(BigDecimal amount)
      • setStatus

        protected void setStatus​(String status)
      • setRecipient

        protected void setRecipient​(Recipient recipient)