Class AccountPeriod


  • public class AccountPeriod
    extends Object
    • Constructor Detail

      • AccountPeriod

        public AccountPeriod​(Date start,
                             Date end)
    • Method Detail

      • getStart

        public Date getStart()
      • setStart

        public void setStart​(Date start)
      • getEnd

        public Date getEnd()
      • setEnd

        public void setEnd​(Date end)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object