Class AccountHistory

    • Method Detail

      • getAccount

        public Account getAccount()
        Gets value for attribute account
      • setAccount

        public void setAccount​(Account account)
        Sets value for attribute account
      • getStart

        public Date getStart()
        Gets value for attribute start
      • setStart

        public void setStart​(Date start)
        Sets value for attribute start
      • getEnd

        public Date getEnd()
        Gets value for attribute end
      • setEnd

        public void setEnd​(Date end)
        Sets value for attribute end
      • toString

        public String toString()
        Returns a string representation of the value object.
        Overrides:
        toString in class Object
      • toAccountHistory

        public static AccountHistory toAccountHistory​(AccountHistory vo)
        Creates a AccountHistory value object based on a AccountHistory object.
      • toAccountHistoryArray

        public static AccountHistory[] toAccountHistoryArray​(AccountHistory[] source)
        Creates a AccountHistory array on a AccountHistory array.
      • toAccountHistory

        public static void toAccountHistory​(AccountHistory source,
                                            AccountHistory target)
        Updates a AccountHistory value object based on a AccountHistory object.